Home
last modified time | relevance | path

Searched refs:boot_device (Results 1 – 3 of 3) sorted by relevance

/src/stand/i386/libi386/
H A Dmultiboot.h155 multiboot_uint32_t boot_device; member
/src/usr.sbin/bhyve/
H A Dpci_emul.c123 struct boot_device { struct
124 TAILQ_ENTRY(boot_device) boot_device_chain;
128 static TAILQ_HEAD(boot_list, boot_device) boot_devices = TAILQ_HEAD_INITIALIZER( argument
1050 struct boot_device *new_device, *device; in pci_emul_add_boot_device()
1058 new_device = calloc(1, sizeof(struct boot_device)); in pci_emul_add_boot_device()
1496 struct boot_device *device; in init_bootorder()
/src/sys/dev/pst/
H A Dpst-iop.h440 u_int32_t boot_device:12; member