Searched refs:check_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_switch.c292 uint32_t check_count; local
413 check_count =
429 if (check_count < least_paths_other_sys) {
430 least_paths_other_sys = check_count;
442 && check_count < least_paths_other_nodes) {
443 least_paths_other_nodes = check_count;
456 if (check_count < least_paths) {
473 least_paths = check_count;
480 && check_count == least_paths
/freebsd-10.0-release/contrib/mdocml/
H A Dmdoc_validate.c68 static int check_count(struct mdoc *, enum mdoc_type,
417 check_count(struct mdoc *m, enum mdoc_type type, function
458 return(check_count(mdoc, MDOC_BODY, CHECK_ERROR, CHECK_GT, 0));
464 return(check_count(mdoc, MDOC_BODY, CHECK_WARN, CHECK_GT, 0));
470 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 0));
476 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 1));
482 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_GT, 0));
488 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_LT, 2));
494 return(check_count(mdoc, MDOC_HEAD, CHECK_WARN, CHECK_EQ, 0));
500 return(check_count(mdo
[all...]

Completed in 73 milliseconds