Searched defs:pi_node (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c302 di_path_t pi_node = DI_PATH_NIL; local
365 if ((pi_node = di_path_next_client(walk_root, pi_node)) ==
376 if (strlen(di_path_bus_addr(pi_node)) != strlen(dyn)) {
380 if (strcmp(di_path_bus_addr(pi_node), dyn) == 0) {
382 devpath = di_path_devfs_path(pi_node);
404 pi_node = di_path_next_client(walk_root, pi_node);
405 } while (pi_node != DI_PATH_NIL);
H A Dcfga_list.c62 static scfga_ret_t create_pathinfo_ldata(di_path_t pi_node, scfga_list_t *lap,
417 create_pathinfo_ldata(di_path_t pi_node, scfga_list_t *lap, int *l_errnop) argument
435 ret = make_path_dyncomp(pi_node, &dyncomp, &lap->l_errno);
441 client_node = di_path_client_node(pi_node);
490 if ((pi_state = di_path_state(pi_node)) == DI_PATH_STATE_OFFLINE) {
531 di_path_t pi_node; local
549 for (pi_node = di_path_next_client(root, DI_PATH_NIL); pi_node;
550 pi_node = di_path_next_client(root, pi_node)) {
[all...]
H A Dcfga_utils.c739 * Check to see if the given pi_node is the last path to the client device.
748 di_path_t pi_node)
753 if (((pi_state = di_path_state(pi_node)) != DI_PATH_STATE_ONLINE) &&
761 if ((next_pi != pi_node) &&
781 di_path_t pi_node = DI_PATH_NIL; local
849 if ((pi_node = di_path_next_client(walk_root, pi_node)) ==
859 if (strlen(di_path_bus_addr(pi_node)) !=
865 if (strcmp(di_path_bus_addr(pi_node), apidp->dyncomp) == 0) {
869 pi_node
746 check_available_path( di_node_t client_node, di_path_t pi_node) argument
[all...]

Completed in 26 milliseconds