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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c412 int corefs; local
414 for (corefs = MAGIC_LIMIT - 1; corefs > 0; corefs--)
415 if (strcmp(mntp, magic_fs[corefs]) == 0)
418 return (corefs);
425 * - if mounted on /, /usr, or /var, set corefs
426 * - if corefs and read-only, set hotroot and continue
436 int corefs = 0; local
454 corefs
483 open_and_intro(caddr_t devstr, int corefs) argument
928 int corefs; local
[all...]

Completed in 57 milliseconds