Searched refs:kpibuf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 5559 sv_path_info_t *kpibuf = NULL; /* Kernel data for ioctls */ in vhci_ctl() local 5607 if (vhci_ioc_alloc_pathinfo(&upibuf, &kpibuf, num_paths, in vhci_ctl() 5613 ASSERT(kpibuf != NULL); in vhci_ctl() 5618 if (vhci_get_client_path_list(cdip, kpibuf, num_paths) in vhci_ctl() 5621 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths); in vhci_ctl() 5625 if (vhci_ioc_send_pathinfo(upibuf, kpibuf, num_paths, in vhci_ctl() 5628 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths); in vhci_ctl() 5633 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths); in vhci_ctl() 5641 sv_path_info_t *kpibuf = NULL; /* Kernel data for ioctls */ in vhci_ctl() local 5689 if (vhci_ioc_alloc_pathinfo(&upibuf, &kpibuf, num_paths, in vhci_ctl() [all …]
|