Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMultipathLusPlugin.c45 if ((path = di_path_client_next_path(node, DI_PATH_NIL)) in checkAvailablePath()
58 } while ((path = di_path_client_next_path(node, path)) != DI_PATH_NIL); in checkAvailablePath()
/illumos-gate/usr/src/man/man3devinfo/
H A DMakefile37 di_path_client_next_path.3devinfo \
175 di_path_phci_next_path.3devinfo := LINKSRC = di_path_client_next_path.3devinfo
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c640 return (di_path_client_next_path(dinode, DI_PATH_NIL) != DI_PATH_NIL); in is_client()
776 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) in build_groups()
790 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) { in build_groups()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3devinfo.inc100 file path=usr/share/man/man3devinfo/di_path_client_next_path.3devinfo
110 target=di_path_client_next_path.3devinfo
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c828 while ((pnode = di_path_client_next_path(node, pnode)) != NULL) { in dev_di_node_add()
906 while ((pnode = di_path_client_next_path(node, in dev_di_node_add()
1064 if (di_path_client_next_path(node, NULL) == NULL && in dev_walk_di_nodes()
/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers46 di_path_client_next_path;
H A Dlibdevinfo.h194 extern di_path_t di_path_client_next_path(di_node_t node, di_path_t);
H A Ddevinfo.c1933 di_path_client_next_path(di_node_t node, di_path_t path) in di_path_client_next_path() function
1999 return (di_path_client_next_path(node, path)); in di_path_next()
2014 return (di_path_client_next_path(node, path)); in di_path_next_phci()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c760 while (next_pi = di_path_client_next_path(client_node, next_pi)) { in check_available_path()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c688 (pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) { in add_disk2controller()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1270 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) { in dump_pathing_data()