Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5558 sv_path_info_t *upibuf = NULL; /* To keep userland values */ in vhci_ctl() local
5607 if (vhci_ioc_alloc_pathinfo(&upibuf, &kpibuf, num_paths, in vhci_ctl()
5612 ASSERT(upibuf != NULL); 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()
5640 sv_path_info_t *upibuf = NULL; /* To keep userland values */ in vhci_ctl() local
5689 if (vhci_ioc_alloc_pathinfo(&upibuf, &kpibuf, num_paths, in vhci_ctl()
5694 ASSERT(upibuf != NULL); in vhci_ctl()
[all …]