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

  /src/sbin/mount_procfs/
mount_procfs.c 121 int ch, mntflags, altflags; local in function:mount_procfs
127 altflags = PROCFSMNT_LINUXCOMPAT;
131 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
149 args.flags = altflags;
  /src/usr.sbin/puffs/rump_nqmfs/
rump_nqmfs.c 66 static int mntflags, altflags; variable in typeref:typename:int
80 shared = mntflags = altflags = 0;
86 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
  /src/sbin/mount_ptyfs/
mount_ptyfs.c 158 int ch, mntflags = 0, altflags = 0; local in function:mount_ptyfs
178 altflags = 0;
179 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
182 if (altflags & ALTF_GROUP)
184 if (altflags & ALTF_MODE)
186 if (altflags & ALTF_CHROOT)
  /src/sbin/mount_nfs/
mount_nfs.c 215 int altflags, num; local in function:mount_nfs_parseargs
220 altflags = 0;
281 mp = getmntopts(optarg, mopts, mntflags, &altflags);
284 if (altflags & ALTF_BG)
286 if (altflags & ALTF_CONN)
288 if (altflags & ALTF_DUMBTIMR)
290 if (altflags & ALTF_INTR)
292 if (altflags & ALTF_NOAC)
294 if (altflags & (ALTF_NFSV3|ALTF_NQNFS)) {
299 if (altflags & ALTF_NFSV2)
    [all...]

Completed in 15 milliseconds