Home
last modified time | relevance | path

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

/minix/sys/ufs/chfs/
H A Debh.c1377 bool is_bad; in nand_process_eb() local
1381 pebnr * ebh->flash_if->erasesize, &is_bad); in nand_process_eb()
1386 if (is_bad) { in nand_process_eb()
/minix/bin/ksh/
H A Dvi.c85 #define is_bad(c) (classify[(c)&0x7f]&B_) macro
350 if (is_bad(ch)) {
/minix/external/bsd/bind/dist/lib/dns/
H A Dadb.c2102 isc_boolean_t is_bad; in entry_is_lame() local
2104 is_bad = ISC_FALSE; in entry_is_lame()
2126 if (li != NULL && !is_bad && li->qtype == qtype && in entry_is_lame()
2128 is_bad = ISC_TRUE; in entry_is_lame()
2133 return (is_bad); in entry_is_lame()