Searched refs:di_path_client_next_path (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libsuri/common/ |
H A D | suri_devinfo.c | 109 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 D | ses_dev.c | 426 * 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 D | disk_common.c | 1044 * 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 D | libdevinfo.h | 198 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 D | devinfo.c | 2117 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 D | bay_subr.c | 332 while ((dpath = di_path_client_next_path(dnode, dpath)) !=
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_utils.c | 759 while (next_pi = di_path_client_next_path(client_node, next_pi)) {
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | findevs.c | 707 (pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
|
Completed in 50 milliseconds