Home
last modified time | relevance | path

Searched refs:idev (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevicename.c85 struct devdesc *idev; in efi_parsedev() local
105 idev = NULL; in efi_parsedev()
113 idev = malloc(sizeof (struct disk_devdesc)); in efi_parsedev()
114 if (idev == NULL) in efi_parsedev()
117 err = disk_parsedev((struct disk_devdesc *)idev, np, path); in efi_parsedev()
123 idev = malloc(sizeof (struct zfs_devdesc)); in efi_parsedev()
124 if (idev == NULL) in efi_parsedev()
127 err = zfs_parsedev((struct zfs_devdesc *)idev, np, path); in efi_parsedev()
133 idev = malloc(sizeof (struct devdesc)); in efi_parsedev()
134 if (idev == NULL) in efi_parsedev()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Ddevicename.c86 struct i386_devdesc *idev; in i386_parsedev() local
106 idev = NULL; in i386_parsedev()
114 idev = malloc(sizeof (struct i386_devdesc)); in i386_parsedev()
115 if (idev == NULL) in i386_parsedev()
118 err = disk_parsedev((struct disk_devdesc *)idev, np, path); in i386_parsedev()
124 idev = malloc(sizeof (struct zfs_devdesc)); in i386_parsedev()
125 if (idev == NULL) in i386_parsedev()
128 err = zfs_parsedev((struct zfs_devdesc *)idev, np, path); in i386_parsedev()
134 idev = malloc(sizeof (struct devdesc)); in i386_parsedev()
135 if (idev == NULL) in i386_parsedev()
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h474 ddi_idevice_cookie_t *idev; /* event idev cookie */ member
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3794 ddi_idevice_cookie_t idev; in SSSetIRQHandler() local
3817 handler->idev_cookie = &idev; in SSSetIRQHandler()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1956 cr->idev_cookie = sp->idev; in cs_add_client_to_socket()
8115 sp->idev = gcad->idevice;