Home
last modified time | relevance | path

Searched refs:path_count (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c515 path_count = 0; in cd9660_createSL()
529 path_count += 2; in cd9660_createSL()
567 if (path_count <= 249) { in cd9660_createSL()
576 path_count, in cd9660_createSL()
580 path_count += j; in cd9660_createSL()
588 path_count = 0; in cd9660_createSL()
595 path_count++; in cd9660_createSL()
598 = path_count; in cd9660_createSL()
599 path_count+= 2; in cd9660_createSL()
605 path_count++; in cd9660_createSL()
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_switch.c58 uint32_t path_count; member
472 port_paths[port_paths_count].path_count = check_count; in osm_switch_recommend_path()
539 && port_paths[idx].path_count < least_paths_other_sys) { in osm_switch_recommend_path()
540 least_paths_other_sys = port_paths[idx].path_count; in osm_switch_recommend_path()
545 && port_paths[idx].path_count < least_paths_other_nodes) { in osm_switch_recommend_path()
546 least_paths_other_nodes = port_paths[idx].path_count; in osm_switch_recommend_path()
552 if (port_paths[idx].path_count < least_paths) { in osm_switch_recommend_path()
554 least_paths = port_paths[idx].path_count; in osm_switch_recommend_path()
564 && port_paths[idx].path_count == least_paths in osm_switch_recommend_path()
/freebsd/sys/dev/pst/
H A Dpst-iop.h526 u_int8_t path_count; member