OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Aug 14 00:25:39 UTC 2026