| /illumos-gate/usr/src/boot/efi/libefi/ |
| H A D | devicename.c | 41 static int efi_parsedev(struct devdesc **, const char *, const char **); 51 struct devdesc **dev = (struct devdesc **)vdev; in efi_getdev() 83 efi_parsedev(struct devdesc **dev, const char *devspec, const char **path) in efi_parsedev() 85 struct devdesc *idev; in efi_parsedev() 133 idev = malloc(sizeof (struct devdesc)); in efi_parsedev() 176 struct devdesc *dev = (struct devdesc *)vdev; in efi_fmtdev() 205 struct devdesc *ncurr; in efi_setcurrdev()
|
| H A D | efipart.c | 137 efiblk_get_pdinfo(struct devdesc *dev) in efiblk_get_pdinfo() 874 pd = efiblk_get_pdinfo((struct devdesc *)dev); in efipart_open() 923 pd = efiblk_get_pdinfo((struct devdesc *)dev); in efipart_close() 951 pd = efiblk_get_pdinfo((struct devdesc *)dev); in efipart_ioctl() 1039 pd = efiblk_get_pdinfo((struct devdesc *)dev); in efipart_strategy() 1080 pd = efiblk_get_pdinfo((struct devdesc *)dev); in efipart_realstrategy()
|
| H A D | efinet.c | 108 struct devdesc *dev = machdep_hint; in efinet_match()
|
| /illumos-gate/usr/src/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 | vdisk.c | 73 vdisk_get_info(struct devdesc *dev) in vdisk_get_info() 257 vd = vdisk_get_info((struct devdesc *)dev); in vdisk_strategy() 305 vd = vdisk_get_info((struct devdesc *)dev); in vdisk_open() 326 vd = vdisk_get_info((struct devdesc *)dev); in vdisk_close() 346 vd = vdisk_get_info((struct devdesc *)dev); in vdisk_ioctl()
|
| H A D | dev_net.c | 126 struct devdesc *dev; in net_open() 131 dev = va_arg(args, struct devdesc *); in net_open() 203 struct devdesc *dev; in net_close()
|
| H A D | disk.h | 97 struct devdesc dd; /* Must be first. */
|
| H A D | devopen.c | 37 struct devdesc *dev; in devopen()
|
| H A D | multiboot2.c | 587 mb_kernel_cmdline(struct preloaded_file *fp, struct devdesc *rootdev, in mb_kernel_cmdline() 837 struct devdesc *rootdev; in multiboot2_exec()
|
| /illumos-gate/usr/src/boot/i386/libi386/ |
| H A D | libi386.h | 34 struct devdesc dd; /* Must be first. */ 84 extern struct devdesc currdev; /* our current device */ 149 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 | 240 struct devdesc *rootdev; in multiboot_exec()
|
| H A D | biosdisk.c | 208 bd_get_bdinfo(struct devdesc *dev) in bd_get_bdinfo()
|
| /illumos-gate/usr/src/boot/i386/gptzfsboot/ |
| H A D | zfsboot.c | 159 struct disk_devdesc devdesc; in main() local 243 disk_parsedev(&devdesc, boot_devname + 4, NULL); in main() 245 bootdev = MAKEBOOTDEV(dev_maj[DEVT_DISK], devdesc.d_slice + 1, in main() 246 devdesc.dd.d_unit, in main() 247 devdesc.d_partition >= 0 ? devdesc.d_partition : 0xff); in main()
|
| /illumos-gate/usr/src/boot/efi/include/ |
| H A D | efi_drivers.h | 38 extern int efipart_getdesc(struct devdesc *dev, char **out);
|
| H A D | efilib.h | 99 pdinfo_t *efiblk_get_pdinfo(struct devdesc *dev);
|
| /illumos-gate/usr/src/boot/efi/loader/ |
| H A D | main.c | 246 set_currdev_devdesc(struct devdesc *currdev) in set_currdev_devdesc() 259 struct devdesc currdev; in set_currdev_devsw() 289 set_currdev_devdesc((struct devdesc *)&currdev); in set_currdev_pdinfo() 314 set_currdev_devdesc((struct devdesc *)&currdev); in probe_zfs_currdev() 1303 struct devdesc *dev; in command_chain()
|
| H A D | bootinfo.c | 342 struct devdesc *rootdev; in bi_load()
|
| /illumos-gate/usr/src/boot/libsa/zfs/ |
| H A D | libzfs.h | 38 struct devdesc dd; /* Must be first. */
|
| /illumos-gate/usr/src/boot/efi/loader/arch/i386/ |
| H A D | bootinfo.c | 214 struct devdesc *rootdev; in bi_load()
|
| /illumos-gate/usr/src/boot/libsa/ |
| H A D | stand.h | 168 struct devdesc { struct
|
| H A D | tftp.c | 433 struct devdesc *dev; in tftp_open()
|
| H A D | nfs.c | 464 struct devdesc *dev; in nfs_open()
|