Home
last modified time | relevance | path

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

/titanic_50/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_50/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_50/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