Searched defs:F_option (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c203 static bool_int F_option; variable
573 if (F_option)
576 F_option = 1;
875 if (F_option && ! EQ(FSType, fstype))
1007 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) {
1763 if (F_option && ! EQ(FSType, vtab.vfs_fstype))
1769 return (F_option ? FSType : default_fstype(special));
2034 if (F_option && ! EQ(fstype, FSType)) {

Completed in 166 milliseconds