/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | MP_GetAssociatedPathOidList.c | 49 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 D | MP_GetMultipathLusPlugin.c | 45 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 D | MP_GetMPLuOidListFromTPG.c | 136 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 D | pcibus_hba.c | 220 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 D | mpxio_rcm.c | 640 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 D | devinfo.c | 1176 if (path == DI_PATH_NIL) { in di_path_devfs_path() 1900 if (path != DI_PATH_NIL) { in di_path_phci_next_path() 1906 return (DI_PATH_NIL); in di_path_phci_next_path() 1931 return (DI_PATH_NIL); in di_path_phci_next_path() 1942 if (path != DI_PATH_NIL) { in di_path_client_next_path() 1948 return (DI_PATH_NIL); in di_path_client_next_path() 1973 return (DI_PATH_NIL); in di_path_client_next_path() 1997 return (DI_PATH_NIL); in di_path_next() 2010 return (DI_PATH_NIL); in di_path_next() 2072 if (path == DI_PATH_NIL) { in di_path_client_node() [all …]
|
H A D | libdevinfo.h | 129 #define DI_PATH_NIL NULL macro
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cvt.c | 194 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 D | cfga_cs.c | 502 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 D | cfga_list.c | 1934 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 D | cfga_list.c | 540 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 D | cfga_cvt.c | 302 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 D | cfga_utils.c | 752 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 D | devtree_device_disco.c | 1069 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 D | biosdev.c | 327 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 D | pdevinfo.c | 1261 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 D | picldevtree.c | 1064 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 D | findevs.c | 687 di_path_t pi = DI_PATH_NIL; in add_disk2controller() 690 (pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) { in add_disk2controller()
|