Searched defs:kpibuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5552 sv_path_info_t *kpibuf = NULL; /* Kernel data for ioctls */ local
5600 if (vhci_ioc_alloc_pathinfo(&upibuf, &kpibuf, num_paths,
5606 ASSERT(kpibuf != NULL);
5611 if (vhci_get_client_path_list(cdip, kpibuf, num_paths)
5614 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
5618 if (vhci_ioc_send_pathinfo(upibuf, kpibuf, num_paths,
5621 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
5626 vhci_ioc_free_pathinfo(upibuf, kpibuf, num_paths);
5634 sv_path_info_t *kpibuf = NULL; /* Kernel data for ioctls */ local
5682 if (vhci_ioc_alloc_pathinfo(&upibuf, &kpibuf, num_path
6537 vhci_ioc_alloc_pathinfo(sv_path_info_t **upibuf, sv_path_info_t **kpibuf, uint_t num_paths, sv_iocdata_t *pioc, int mode, caddr_t s) argument
6649 vhci_ioc_free_pathinfo(sv_path_info_t *upibuf, sv_path_info_t *kpibuf, uint_t num_paths) argument
6678 vhci_ioc_send_pathinfo(sv_path_info_t *upibuf, sv_path_info_t *kpibuf, uint_t num_paths, sv_iocdata_t *pioc, int mode, caddr_t s) argument
[all...]

Completed in 77 milliseconds