Searched refs:devdesc (Results 1 – 14 of 14) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | devicename.c | 43 static int efi_parsedev(struct devdesc **, const char *, const char **); 53 struct devdesc **dev = (struct devdesc **)vdev; in efi_getdev() 85 efi_parsedev(struct devdesc **dev, const char *devspec, const char **path) in efi_parsedev() 87 struct devdesc *idev; in efi_parsedev() 135 idev = malloc(sizeof (struct devdesc)); in efi_parsedev() 179 struct devdesc *dev = (struct devdesc *)vdev; in efi_fmtdev() 208 struct devdesc *ncurr; in efi_setcurrdev()
|
| H A D | main.c | 157 struct devdesc currdev; in set_devdesc_currdev() 819 struct devdesc *dev; in command_chain()
|
| H A D | bootinfo.c | 341 struct devdesc *rootdev; in bi_load()
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | md.c | 90 struct devdesc *dev = (struct devdesc *)devdata; in md_strategy() 125 struct devdesc *dev; in md_open() 128 dev = va_arg(ap, struct devdesc *); in md_open() 140 struct devdesc *dev; in md_close() 142 dev = (struct devdesc *)(f->f_devdata); in md_close()
|
| H A D | devopen.c | 38 struct devdesc *dev; in devopen()
|
| H A D | multiboot2.c | 581 mb_kernel_cmdline(struct preloaded_file *fp, struct devdesc *rootdev, in mb_kernel_cmdline() 787 struct devdesc *rootdev; in multiboot2_exec()
|
| /titanic_53/usr/src/boot/sys/boot/i386/gptzfsboot/ |
| H A D | zfsboot.c | 134 struct disk_devdesc devdesc; in main() local 177 disk_parsedev(&devdesc, boot_devname+4, NULL); in main() 179 bootdev = MAKEBOOTDEV(dev_maj[devdesc.d_type], devdesc.d_slice + 1, in main() 180 devdesc.d_unit, devdesc.d_partition >= 0? devdesc.d_partition:0xff); in main()
|
| /titanic_53/usr/src/boot/sys/boot/userboot/userboot/ |
| H A D | host.c | 157 struct devdesc *dev; in host_dev_open() 160 dev = va_arg(args, struct devdesc*); in host_dev_open()
|
| /titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | libi386.h | 100 extern struct devdesc currdev; /* our current device */ 159 int mb_kernel_cmdline(struct preloaded_file *, struct devdesc *, char **);
|
| H A D | devicename.c | 134 idev = malloc(sizeof (struct devdesc)); in i386_parsedev()
|
| H A D | multiboot.c | 255 struct devdesc *rootdev; in multiboot_exec()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
| H A D | bootinfo.c | 214 struct devdesc *rootdev; in bi_load()
|
| /titanic_53/usr/src/boot/sys/boot/efi/libefi/ |
| H A D | efinet.c | 100 struct devdesc *dev = machdep_hint; in efinet_match()
|
| /titanic_53/usr/src/boot/lib/libstand/ |
| H A D | stand.h | 162 struct devdesc struct
|