HomeSort by: relevance | last modified time | path
    Searched defs:mnt_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/am-utils/dist/libamu/
mount_fs.c 59 struct opt_tab mnt_flags[] = variable in typeref:struct:opt_tab
159 for (opt = mnt_flags; opt->opt; opt++) {
  /src/usr.sbin/pstat/
pstat.c 121 } mnt_flags[] = { variable in typeref:struct:__anon8552
669 for (i = 0; i < sizeof mnt_flags / sizeof mnt_flags[0]; i++) {
670 if (flags & mnt_flags[i].m_flag) {
671 (void)printf("%s%s", sep, mnt_flags[i].m_name);
672 flags &= ~mnt_flags[i].m_flag;

Completed in 66 milliseconds