HomeSort by: relevance | last modified time | path
    Searched refs:m_altloc (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
mntopts.h 42 int m_altloc; /* 1 => set bit in altflags */ member in struct:mntopt
  /src/share/examples/puffs/pgfs/
mount.c 84 .m_flag = PGFS_MNT_ALT_DUMMY, .m_altloc = 1, },
86 .m_flag = PGFS_MNT_ALT_DUMMY, .m_altloc = 1, },
88 .m_flag = PGFS_MNT_ALT_DEBUG, .m_altloc = 1, },
90 .m_flag = PGFS_MNT_ALT_DUMMY, .m_altloc = 1, },
  /src/lib/libutil/
getmntopts.c 179 thisflagp = m->m_altloc ? altflagp : flagp;

Completed in 14 milliseconds