Home
last modified time | relevance | path

Searched refs:check_count (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_validate.c68 static int check_count(struct mdoc *, enum mdoc_type,
420 check_count(struct mdoc *mdoc, enum mdoc_type type, in check_count() function
461 return(check_count(mdoc, MDOC_BODY, CHECK_ERROR, CHECK_GT, 0)); in berr_ge1()
467 return(check_count(mdoc, MDOC_BODY, CHECK_WARN, CHECK_GT, 0)); in bwarn_ge1()
473 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 0)); in ewarn_eq0()
479 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_EQ, 1)); in ewarn_eq1()
485 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_GT, 0)); in ewarn_ge1()
491 return(check_count(mdoc, MDOC_ELEM, CHECK_WARN, CHECK_LT, 2)); in ewarn_le1()
497 return(check_count(mdoc, MDOC_HEAD, CHECK_WARN, CHECK_EQ, 0)); in hwarn_eq0()
503 return(check_count(mdoc, MDOC_HEAD, CHECK_WARN, CHECK_EQ, 1)); in hwarn_eq1()
[all …]
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1806 int check_count = 0; in _sd_flush_thread() local
1840 check_count++; in _sd_flush_thread()
1842 check_count = 0; in _sd_flush_thread()
1844 (check_count == GIVE_UP_WAITING)) { in _sd_flush_thread()
1848 if (check_count == GIVE_UP_WAITING) in _sd_flush_thread()
/titanic_44/usr/src/cmd/ypcmd/
H A Dypxfr.c139 bool check_count = FALSE; /* TRUE causes counts to be checked */ variable
404 check_count = TRUE;
1078 if (check_count)
/titanic_44/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c51 static int check_count(enum nodetype t, const char *s, struct node *np);
77 { T_FAULT, "count", 0, check_count, O_ERR },
332 check_count(enum nodetype t, const char *s, struct node *np) in check_count() function