Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c74 static void g_free_pi_list(sv_path_info_t *, uint_t num_paths);
99 sv_path_info_t *pi = NULL; in g_get_lun_str()
125 pi = (sv_path_info_t *)calloc((size_t)num_paths, in g_get_lun_str()
126 sizeof (sv_path_info_t)); in g_get_lun_str()
310 ioc->ret_buf = (sv_path_info_t *) in get_pathlist()
312 sizeof (sv_path_info_t)); in get_pathlist()
625 g_free_pi_list(sv_path_info_t *pi, uint_t num_paths) in g_free_pi_list()
627 sv_path_info_t *pi_h = pi; in g_free_pi_list()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c185 static int vhci_ioc_alloc_pathinfo(sv_path_info_t **, sv_path_info_t **,
187 static void vhci_ioc_free_pathinfo(sv_path_info_t *, sv_path_info_t *, uint_t);
188 static int vhci_ioc_send_pathinfo(sv_path_info_t *, sv_path_info_t *, uint_t,
6288 sv_path_info_t *ret_pip; in vhci_get_phci_path_list()
6370 sv_path_info_t *ret_pip; in vhci_get_client_path_list()
6542 vhci_ioc_alloc_pathinfo(sv_path_info_t **upibuf, sv_path_info_t **kpibuf, in vhci_ioc_alloc_pathinfo()
6545 sv_path_info_t *pi; in vhci_ioc_alloc_pathinfo()
6654 vhci_ioc_free_pathinfo(sv_path_info_t *upibuf, sv_path_info_t *kpibuf, in vhci_ioc_free_pathinfo()
6657 sv_path_info_t *pi; in vhci_ioc_free_pathinfo()
6683 vhci_ioc_send_pathinfo(sv_path_info_t *upibuf, sv_path_info_t *kpibuf, in vhci_ioc_send_pathinfo()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h818 } sv_path_info_t; typedef
828 sv_path_info_t *ret_buf; /* array of sv_path_info */
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1325 sv_path_info_t *pi; in vhci_to_phci()
1351 if ((ioc.ret_buf = calloc(npaths, sizeof (sv_path_info_t))) in vhci_to_phci()
1374 pi = (sv_path_info_t *)ioc.ret_buf; in vhci_to_phci()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1294 add_to_phci_list(char **phci_list, sv_path_info_t *pi, int npaths, int state, in add_to_phci_list()
1373 if ((ioc.ret_buf = (sv_path_info_t *)calloc(npaths, in vhci_to_phci()
1374 sizeof (sv_path_info_t))) == NULL) in vhci_to_phci()
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1436 ioc->ret_buf = (sv_path_info_t *) in get_scsi_vhci_pathinfo()
1437 calloc(initial_path_count, sizeof (sv_path_info_t)); in get_scsi_vhci_pathinfo()