Home
last modified time | relevance | path

Searched refs:Oflg (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A Dmount.c56 static int Oflg = 0; variable
97 Oflg++; in main()
197 rflag |= Oflg ? MS_OVERLAY : 0; in do_mount()
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c56 static int Oflg = 0; variable
100 Oflg++; in main()
202 if (Oflg) in do_mount()
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c89 int Oflg = 0; /* Overlay mounts */ in main() local
143 Oflg++; in main()
181 flags |= Oflg ? MS_OVERLAY : 0; in main()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c141 static int Oflg = 0; /* Overlay mounts */ variable
258 Oflg++; in main()
296 if (Oflg) in main()
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c139 int aflg, cflg, fflg, Fflg, gflg, oflg, pflg, rflg, vflg, Vflg, mflg, Oflg, variable
286 Oflg++; in main()
330 if (aflg && Oflg) { in main()
530 if (Oflg) in main()
1213 if (Oflg) in do_mounts()
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c86 static int Oflg = 0; variable
206 Oflg++; in main()
428 flags |= Oflg ? MS_OVERLAY : 0; in mountfs()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c174 static int Oflg = 0; /* Overlay mounts */ variable
290 Oflg++; in main()
424 if (Oflg) in mount_nfs()