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

/ast/src/cmd/cs/vcs_src/
H A Dmnt_mtab.c48 if (istate.mtab == NULL)
49 istate.mtab = hashalloc((HASHTABLE *)0, 0);
50 (void)hashput(istate.mtab, entry->mpoint, (char *)entry);
60 if (istate.mtab == NULL)
62 if ((entry = (entry_t *)hashrm(istate.mtab, mpoint)) != NULL)
101 (void) hashwalk(istate.mtab, 0, do_call, 0);
113 if (istate.mtab == NULL)
H A Dmnt_imount.h31 HASHTABLE* mtab; member in struct:istate_t
/ast/src/cmd/std/
H A Dmount.c49 "[M:mtab|fstab?Use \afile\a instead of the default filesystem table.]:[file]"
91 "[M:mtab|fstab?Use \afile\a instead of the default filesystem table.]:[file]"
185 char* mtab; member in struct:__anon234
387 state.mtab = opt_info.arg;
408 trydefault = !state.mtab;
410 if ((s = *argv) && !*++argv && !state.mtab || state.mtab && (!*state.mtab || streq(state.mtab, "-")) || !state.mtab
[all...]

Completed in 10 milliseconds