Symbol: di_path_client_next_path
usr/src/cmd/prtconf/pdevinfo.c
1275
while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
usr/src/cmd/rcm_daemon/common/mpxio_rcm.c
640
return (di_path_client_next_path(dinode, DI_PATH_NIL) != DI_PATH_NIL);
usr/src/cmd/rcm_daemon/common/mpxio_rcm.c
776
di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL)
usr/src/cmd/rcm_daemon/common/mpxio_rcm.c
790
di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) {
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
760
while (next_pi = di_path_client_next_path(client_node, next_pi)) {
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
1064
if (di_path_client_next_path(node, NULL) == NULL &&
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
828
while ((pnode = di_path_client_next_path(node, pnode)) != NULL) {
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
906
while ((pnode = di_path_client_next_path(node,
usr/src/lib/libdevinfo/devinfo.c
2001
return (di_path_client_next_path(node, path));
usr/src/lib/libdevinfo/devinfo.c
2016
return (di_path_client_next_path(node, path));
usr/src/lib/libdevinfo/libdevinfo.h
194
extern di_path_t di_path_client_next_path(di_node_t node, di_path_t);
usr/src/lib/libdiskmgt/common/findevs.c
690
(pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetMultipathLusPlugin.c
45
if ((path = di_path_client_next_path(node, DI_PATH_NIL))
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetMultipathLusPlugin.c
58
} while ((path = di_path_client_next_path(node, path)) != DI_PATH_NIL);