Searched refs:corefs (Results 1 – 1 of 1) sorted by relevance
412 int corefs; in which_corefs() local414 for (corefs = MAGIC_LIMIT - 1; corefs > 0; corefs--) in which_corefs()415 if (strcmp(mntp, magic_fs[corefs]) == 0) in which_corefs()418 return (corefs); in which_corefs()436 int corefs = 0; in check_mount_state() local454 corefs = which_corefs(mount_point); in check_mount_state()455 if (corefs && (mountedfs == M_RO)) { in check_mount_state()479 return (corefs); in check_mount_state()483 open_and_intro(caddr_t devstr, int corefs) in open_and_intro() argument516 (void) printf(" is %s fs", magic_fs[corefs]); in open_and_intro()[all …]