Searched defs:Oflg (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A Dmount.c59 static int Oflg = 0; variable
100 Oflg++;
200 rflag |= Oflg ? MS_OVERLAY : 0;
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c59 static int Oflg = 0; variable
103 Oflg++;
205 if (Oflg)
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c91 int Oflg = 0; /* Overlay mounts */ local
145 Oflg++;
183 flags |= Oflg ? MS_OVERLAY : 0;
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c141 static int Oflg = 0; /* Overlay mounts */ variable
249 Oflg++;
287 if (Oflg)
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c86 static int Oflg = 0; variable
206 Oflg++;
428 flags |= Oflg ? MS_OVERLAY : 0;
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c174 static int Oflg = 0; /* Overlay mounts */ variable
290 Oflg++;
424 if (Oflg)
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c141 int aflg, cflg, fflg, Fflg, gflg, oflg, pflg, rflg, vflg, Vflg, mflg, Oflg, variable
288 Oflg++;
332 if (aflg && Oflg) {
532 if (Oflg)
1204 if (Oflg)
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c193 int Oflg; variable
398 Oflg++;
479 if (gflg && (Iflg || Jflg || Oflg || Qflg))
636 } else if (Oflg) {

Completed in 63 milliseconds