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

  /src/usr.sbin/pstat/
pstat.c 121 } mnt_flags[] = { variable in typeref:typename:const struct __anon4e3d58480108[]
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;
pstat.c 121 } mnt_flags[] = { variable in typeref:typename:const struct __anon4e3d58480108[]
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 22 milliseconds