Home
last modified time | relevance | path

Searched refs:devdesc (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevicename.c41 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 Defipart.c137 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 Definet.c108 struct devdesc *dev = machdep_hint; in efinet_match()
/illumos-gate/usr/src/boot/common/
H A Dmd.c90 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 Dvdisk.c73 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 Ddev_net.c126 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 Ddisk.h97 struct devdesc dd; /* Must be first. */
H A Ddevopen.c37 struct devdesc *dev; in devopen()
H A Dmultiboot2.c587 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 Dlibi386.h34 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 Ddevicename.c134 idev = malloc(sizeof (struct devdesc)); in i386_parsedev()
H A Dmultiboot.c240 struct devdesc *rootdev; in multiboot_exec()
H A Dbiosdisk.c208 bd_get_bdinfo(struct devdesc *dev) in bd_get_bdinfo()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c159 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 Defi_drivers.h38 extern int efipart_getdesc(struct devdesc *dev, char **out);
H A Defilib.h99 pdinfo_t *efiblk_get_pdinfo(struct devdesc *dev);
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c246 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 Dbootinfo.c342 struct devdesc *rootdev; in bi_load()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dlibzfs.h38 struct devdesc dd; /* Must be first. */
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dbootinfo.c214 struct devdesc *rootdev; in bi_load()
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h168 struct devdesc { struct
H A Dtftp.c433 struct devdesc *dev; in tftp_open()
H A Dnfs.c464 struct devdesc *dev; in nfs_open()