Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c118 ioc.ret_elem = &num_elem; in g_get_lun_str()
281 ioc->ret_elem = (uint_t *)&(initial_path_count); in get_pathlist()
304 ioc->ret_elem = (uint_t *)&(current_path_count); in get_pathlist()
533 ioc.ret_elem = &num_elem; in g_get_pathcount()
549 return (*ioc.ret_elem); in g_get_pathcount()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h765 caddr32_t ret_elem; /* count of above sv_path_info */ member
829 uint_t *ret_elem; /* count of sv_path_info */ member
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1407 ioc->ret_elem = (uint_t *)&(initial_path_count); in get_scsi_vhci_pathinfo()
1430 ioc->ret_elem = (uint_t *)&(current_path_count); in get_scsi_vhci_pathinfo()
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1338 ioc.ret_elem = &npaths; in vhci_to_phci()
1350 ioc.ret_elem = &npaths; in vhci_to_phci()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1360 ioc.ret_elem = &npaths; in vhci_to_phci()
1372 ioc.ret_elem = &npaths; in vhci_to_phci()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5562 if (pioc->ret_elem == NULL) { in vhci_ctl()
5587 if (ddi_copyout(&num_paths, pioc->ret_elem, in vhci_ctl()
5644 if (pioc->ret_elem == NULL) { in vhci_ctl()
5669 if (ddi_copyout(&num_paths, pioc->ret_elem, in vhci_ctl()
6457 pioc->ret_elem = (uint_t *)(uintptr_t)ioc32.ret_elem; in vhci_get_iocdata()