Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c729 int found_magic[MAGIC_LIMIT]; in check_sanity()
757 for (magic_cnt = 0; magic_cnt < MAGIC_LIMIT; magic_cnt++) { in check_sanity()
H A Dfsck.h503 MAGIC_LIMIT = 3 enumerator
H A Dsetup.c424 for (corefs = MAGIC_LIMIT - 1; corefs > 0; corefs--) in which_corefs()