Searched refs:altflags (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Dmount_nfs.c214 int altflags, num; local
219 altflags = 0;
290 mp = getmntopts(optarg, mopts, mntflags, &altflags);
293 if (altflags & ALTF_BG)
295 if (altflags & ALTF_CONN)
297 if (altflags & ALTF_DUMBTIMR)
299 if (altflags & ALTF_INTR)
301 if (altflags & (ALTF_NFSV3|ALTF_NQNFS)) {
306 if (altflags & ALTF_NFSV2) {
312 if (altflags
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_procfs/
H A Dmount_procfs.c119 int ch, mntflags, altflags; local
125 altflags = PROCFSMNT_LINUXCOMPAT;
129 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
152 args.flags = altflags;
/netbsd-6-1-5-RELEASE/sbin/mount_ptyfs/
H A Dmount_ptyfs.c153 int ch, mntflags = 0, altflags = 0; local
169 altflags = 0;
170 mp = getmntopts(optarg, mopts, &mntflags, &altflags);
173 if (altflags & ALTF_GROUP)
175 if (altflags & ALTF_MODE)
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/rump_nqmfs/
H A Drump_nqmfs.c66 static int mntflags, altflags; variable
80 shared = mntflags = altflags = 0;
86 mp = getmntopts(optarg, mopts, &mntflags, &altflags);

Completed in 112 milliseconds