Searched refs:idev (Results 1 – 5 of 5) sorted by relevance
85 struct devdesc *idev; in efi_parsedev() local105 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 …]
86 struct i386_devdesc *idev; in i386_parsedev() local106 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 …]
474 ddi_idevice_cookie_t *idev; /* event idev cookie */ member
3794 ddi_idevice_cookie_t idev; in SSSetIRQHandler() local3817 handler->idev_cookie = &idev; in SSSetIRQHandler()
1956 cr->idev_cookie = sp->idev; in cs_add_client_to_socket()8115 sp->idev = gcad->idevice;