Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5613 ASSERT(kpibuf != NULL); in vhci_ctl()
5695 ASSERT(kpibuf != NULL); in vhci_ctl()
6554 *kpibuf = (sv_path_info_t *) in vhci_ioc_alloc_pathinfo()
6556 ASSERT(*kpibuf != NULL); in vhci_ioc_alloc_pathinfo()
6615 *kpibuf = NULL; in vhci_ioc_alloc_pathinfo()
6719 if (ddi_copyout(kpibuf[index].ret_addr, in vhci_ioc_send_pathinfo()
6725 if (ddi_copyout(&kpibuf[index].ret_state, in vhci_ioc_send_pathinfo()
6747 if ((kpibuf[index].ret_prop.buf != NULL) && in vhci_ioc_send_pathinfo()
6748 ddi_copyout(kpibuf[index].ret_prop.buf, in vhci_ioc_send_pathinfo()
6779 if (ddi_copyout(kpibuf[index].ret_addr, in vhci_ioc_send_pathinfo()
[all …]