Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c134 if (((pi[i].ret_prop.buf = in g_get_lun_str()
136 ((pi[i].ret_prop.ret_buf_size = in g_get_lun_str()
324 if ((ioc->ret_buf[i].ret_prop.buf = in get_pathlist()
337 free(ioc->ret_buf[i].ret_prop.buf); in get_pathlist()
348 free(ioc->ret_buf[i].ret_prop.buf); in get_pathlist()
480 free(ioc.ret_buf[i].ret_prop.buf); in g_get_pathlist()
481 free(ioc.ret_buf[i].ret_prop.ret_buf_size); in g_get_pathlist()
631 free(pi->ret_prop.buf); in g_free_pi_list()
632 free(pi->ret_prop.ret_buf_size); in g_free_pi_list()
896 free(ioc.ret_buf[i].ret_prop.buf); in g_stms_get_path_state()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c6330 &ret_pip->ret_prop.buf, in vhci_get_phci_path_list()
6407 &ret_pip->ret_prop.buf, in vhci_get_client_path_list()
6585 pi->ret_prop.buf_size = in vhci_ioc_alloc_pathinfo()
6587 pi->ret_prop.ret_buf_size = in vhci_ioc_alloc_pathinfo()
6589 pi->ret_prop.buf = in vhci_ioc_alloc_pathinfo()
6627 pi->ret_prop.buf = (caddr_t) in vhci_ioc_alloc_pathinfo()
6631 pi->ret_prop.buf_size = 0; in vhci_ioc_alloc_pathinfo()
6632 pi->ret_prop.buf = NULL; in vhci_ioc_alloc_pathinfo()
6667 if (pi->ret_prop.buf != NULL) { in vhci_ioc_free_pathinfo()
6668 kmem_free(pi->ret_prop.buf, pi->ret_prop.buf_size); in vhci_ioc_free_pathinfo()
[all …]
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1448 ioc->ret_buf[i].ret_prop.buf_size = prop_buf_size; in get_scsi_vhci_pathinfo()
1449 if ((ioc->ret_buf[i].ret_prop.buf = in get_scsi_vhci_pathinfo()
1454 if ((ioc->ret_buf[i].ret_prop.ret_buf_size = in get_scsi_vhci_pathinfo()
1462 free(ioc->ret_buf[i].ret_prop.buf); in get_scsi_vhci_pathinfo()
1463 free(ioc->ret_buf[i].ret_prop.ret_buf_size); in get_scsi_vhci_pathinfo()
1473 free(ioc->ret_buf[i].ret_prop.buf); in get_scsi_vhci_pathinfo()
1474 free(ioc->ret_buf[i].ret_prop.ret_buf_size); in get_scsi_vhci_pathinfo()
H A Dfchba.c1408 retval = nvlist_unpack(ioc.ret_buf[i].ret_prop.buf, in scsi_vhci_details()
1442 free(ioc.ret_buf[i].ret_prop.buf); in scsi_vhci_details()
1443 free(ioc.ret_buf[i].ret_prop.ret_buf_size); in scsi_vhci_details()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h756 sv_path_info_prop32_t ret_prop; /* path attributes */ member
817 sv_path_info_prop_t ret_prop; /* path attributes */ member