Searched refs:di_path_client_next_path (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_devinfo.c109 if ((pi = di_path_client_next_path(node, pi)) == DI_PATH_NIL)
325 path = di_path_client_next_path(node, DI_PATH_NIL);
371 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
471 if ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
644 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_dev.c426 * di_path_client_next_path call below will
431 for (pnode = di_path_client_next_path(node, NULL); pnode;
432 pnode = di_path_client_next_path(node, pnode))
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk_common.c1044 * di_path_client_next_path call below will
1056 for (pnode = di_path_client_next_path(node, NULL); pnode;
1057 pnode = di_path_client_next_path(node, pnode))
1126 if (di_path_client_next_path(node, NULL) == NULL &&
/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h198 extern di_path_t di_path_client_next_path(di_node_t node, di_path_t);
407 * di_path_phci_next_path, and di_path_client_next_path per CR6638521.
H A Ddevinfo.c2117 di_path_client_next_path(di_node_t node, di_path_t path) function
2161 * di_path_phci_next_path, and di_path_client_next_path per CR6638521.
2183 return (di_path_client_next_path(node, path));
2198 return (di_path_client_next_path(node, path));
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_subr.c332 while ((dpath = di_path_client_next_path(dnode, dpath)) !=
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c759 while (next_pi = di_path_client_next_path(client_node, next_pi)) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c707 (pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {

Completed in 56 milliseconds