Home
last modified time | relevance | path

Searched refs:DI_PATH_NIL (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedPathOidList.c49 di_path_t path = DI_PATH_NIL; in doDevInfoStuffForIntPort()
134 path = di_path_next(ph_node, DI_PATH_NIL); in doDevInfoStuffForIntPort()
136 if (DI_PATH_NIL == path) { in doDevInfoStuffForIntPort()
142 while (DI_PATH_NIL != path) { in doDevInfoStuffForIntPort()
203 di_path_t path = DI_PATH_NIL; in doDevInfoStuffForTargetPort()
310 while (DI_PATH_NIL != path) { in doDevInfoStuffForTargetPort()
H A DMP_GetMultipathLusPlugin.c45 if ((path = di_path_client_next_path(node, DI_PATH_NIL)) in checkAvailablePath()
46 == DI_PATH_NIL) { in checkAvailablePath()
58 } while ((path = di_path_client_next_path(node, path)) != DI_PATH_NIL); in checkAvailablePath()
H A DMP_GetMPLuOidListFromTPG.c136 di_path_t path = DI_PATH_NIL; in getOidList()
233 while (DI_PATH_NIL != path) { in getOidList()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c220 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL); in pci_iports_instantiate()
221 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi)) in pci_iports_instantiate()
233 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL); in pci_iports_instantiate()
234 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi)) in pci_iports_instantiate()
/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()
766 di_path_t dipath = DI_PATH_NIL; in build_groups()
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/lib/libdevinfo/
H A Ddevinfo.c1174 if (path == DI_PATH_NIL) { in di_path_devfs_path()
1898 if (path != DI_PATH_NIL) { in di_path_phci_next_path()
1904 return (DI_PATH_NIL); in di_path_phci_next_path()
1929 return (DI_PATH_NIL); in di_path_phci_next_path()
1946 return (DI_PATH_NIL); in di_path_client_next_path()
1971 return (DI_PATH_NIL); in di_path_client_next_path()
1995 return (DI_PATH_NIL); in di_path_next()
2008 return (DI_PATH_NIL); in di_path_next()
2072 return (DI_PATH_NIL); in di_path_client_node()
2103 return (DI_PATH_NIL); in di_path_phci_node()
[all …]
H A Dlibdevinfo.h129 #define DI_PATH_NIL NULL macro
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c194 di_path_t path = DI_PATH_NIL; in is_apid_configured()
260 if ((dev_node == DI_NODE_NIL) && (path == DI_PATH_NIL)) { in is_apid_configured()
326 if (path != DI_PATH_NIL) { in is_apid_configured()
416 } while (path != DI_PATH_NIL); in is_apid_configured()
H A Dcfga_cs.c502 di_path_t path = DI_PATH_NIL; in is_xport_phys_in_pathlist()
580 for (path = di_path_next_phci(node, DI_PATH_NIL); in is_xport_phys_in_pathlist()
581 path != DI_PATH_NIL; in is_xport_phys_in_pathlist()
1072 while (pnode != DI_PATH_NIL) { in unconf_vhci_nodes()
1426 di_path_t path_node = DI_PATH_NIL; in unconf_any_devinfo_nodes()
1488 if ((direct_node == DI_NODE_NIL) && (path_node == DI_PATH_NIL)) { in unconf_any_devinfo_nodes()
H A Dcfga_list.c1934 di_path_t path = DI_PATH_NIL; in stat_path_info_fc_dev()
1966 if ((path = di_path_next_client(root, path)) == DI_PATH_NIL) { in stat_path_info_fc_dev()
2095 } while (path != DI_PATH_NIL); in stat_path_info_fc_dev()
2128 di_path_t path = DI_PATH_NIL; in stat_path_info_FCP_dev()
2153 if ((path = di_path_next_client(root, path)) == DI_PATH_NIL) { in stat_path_info_FCP_dev()
2424 } while (path != DI_PATH_NIL); in stat_path_info_FCP_dev()
2887 if (path == DI_PATH_NIL) { in init_ldata_for_mpath_dev()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c540 if (di_path_next_client(root, DI_PATH_NIL) == DI_PATH_NIL) { in stat_path_info()
549 for (pi_node = di_path_next_client(root, DI_PATH_NIL); pi_node; in stat_path_info()
580 for (pi_node = di_path_next_client(root, DI_PATH_NIL); pi_node; in stat_path_info()
H A Dcfga_cvt.c302 di_path_t pi_node = DI_PATH_NIL; in path_apid_dyn_to_path()
366 DI_PATH_NIL) { in path_apid_dyn_to_path()
405 } while (pi_node != DI_PATH_NIL); in path_apid_dyn_to_path()
674 if ((path == DI_PATH_NIL) || (*dyncompp != NULL)) { in make_path_dyncomp()
H A Dcfga_utils.c752 di_path_t next_pi = DI_PATH_NIL; in check_available_path()
782 di_path_t pi_node = DI_PATH_NIL; in path_apid_state_change()
851 DI_PATH_NIL) { in path_apid_state_change()
871 } while (pi_node != DI_PATH_NIL); in path_apid_state_change()
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c1069 di_path_t path = DI_PATH_NIL; in devtree_attached_devices()
1078 DI_PATH_NIL) { in devtree_attached_devices()
1083 if ((nodechild == DI_NODE_NIL) && (path == DI_PATH_NIL)) { in devtree_attached_devices()
1096 while (path != DI_PATH_NIL) { in devtree_attached_devices()
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c327 di_path_t pi = DI_PATH_NIL; in search_children_match_busaddr()
332 while ((pi = di_path_phci_next_path(node, pi)) != DI_PATH_NIL) { in search_children_match_busaddr()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1261 di_path_t pi = DI_PATH_NIL; in dump_pathing_data()
1267 if (node == DI_PATH_NIL) in dump_pathing_data()
1270 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) { in dump_pathing_data()
2097 if (node == DI_PATH_NIL) in dump_compatible()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1064 di_path_t pi = DI_PATH_NIL; in get_path_state_name()
1118 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) { in get_path_state_name()
1122 if (phci_node == DI_PATH_NIL) in get_path_state_name()
1217 di_path_t pi = DI_PATH_NIL; in construct_mpath_node()
1219 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) { in construct_mpath_node()
1228 if (phci_node == DI_PATH_NIL) in construct_mpath_node()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c685 di_path_t pi = DI_PATH_NIL; in add_disk2controller()
688 (pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) { in add_disk2controller()