Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c133 pi[i].ret_prop.buf_size = SV_PROP_MAX_BUF_SIZE; in g_get_lun_str()
134 if (((pi[i].ret_prop.buf = in g_get_lun_str()
136 ((pi[i].ret_prop.ret_buf_size = in g_get_lun_str()
137 malloc(sizeof (*pi[i].ret_prop.ret_buf_size))) in g_get_lun_str()
325 ioc->ret_buf[i].ret_prop.buf_size = prop_buf_size; in get_pathlist()
326 if ((ioc->ret_buf[i].ret_prop.buf = in get_pathlist()
331 if ((ioc->ret_buf[i].ret_prop.ret_buf_size = in get_pathlist()
339 free(ioc->ret_buf[i].ret_prop.buf); in get_pathlist()
340 free(ioc->ret_buf[i].ret_prop.ret_buf_size); in get_pathlist()
350 free(ioc->ret_buf[i].ret_prop.buf); in get_pathlist()
[all …]
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c6307 if (status == MDI_SUCCESS && ret_pip->ret_prop.ret_buf_size) { in vhci_get_phci_path_list()
6308 *ret_pip->ret_prop.ret_buf_size = (uint_t)prop_size; in vhci_get_phci_path_list()
6321 if (status == MDI_SUCCESS && ret_pip->ret_prop.buf && in vhci_get_phci_path_list()
6322 prop_size && ret_pip->ret_prop.buf_size >= prop_size) { in vhci_get_phci_path_list()
6324 &ret_pip->ret_prop.buf, in vhci_get_phci_path_list()
6325 ret_pip->ret_prop.buf_size); in vhci_get_phci_path_list()
6385 if (status == MDI_SUCCESS && ret_pip->ret_prop.ret_buf_size) { in vhci_get_client_path_list()
6386 *ret_pip->ret_prop.ret_buf_size = (uint_t)prop_size; in vhci_get_client_path_list()
6399 if (status == MDI_SUCCESS && ret_pip->ret_prop.buf && in vhci_get_client_path_list()
6400 prop_size && ret_pip->ret_prop.buf_size >= prop_size) { in vhci_get_client_path_list()
[all …]
/titanic_44/usr/src/cmd/luxadm/
H A Dlux_util.c1451 ioc->ret_buf[i].ret_prop.buf_size = prop_buf_size; in get_scsi_vhci_pathinfo()
1452 if ((ioc->ret_buf[i].ret_prop.buf = in get_scsi_vhci_pathinfo()
1457 if ((ioc->ret_buf[i].ret_prop.ret_buf_size = in get_scsi_vhci_pathinfo()
1465 free(ioc->ret_buf[i].ret_prop.buf); in get_scsi_vhci_pathinfo()
1466 free(ioc->ret_buf[i].ret_prop.ret_buf_size); in get_scsi_vhci_pathinfo()
1476 free(ioc->ret_buf[i].ret_prop.buf); in get_scsi_vhci_pathinfo()
1477 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()
/titanic_44/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h753 sv_path_info_prop32_t ret_prop; /* path attributes */ member
814 sv_path_info_prop_t ret_prop; /* path attributes */ member