Symbol: getmntopts
include/mntopts.h
108
mntoptparse_t getmntopts(const char *, const struct mntopt *, int *, int *);
sbin/mount_ados/mount_ados.c
105
mp = getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_autofs/mount_autofs.c
84
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_cd9660/mount_cd9660.c
141
mp = getmntopts(optarg, mopts, mntflags, &opts);
sbin/mount_chfs/mount_chfs.c
85
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_efs/mount_efs.c
68
mp = getmntopts(optarg, mopts, mntflags, NULL);
sbin/mount_ext2fs/mount_ext2fs.c
103
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_fdesc/mount_fdesc.c
126
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_ffs/mount_ffs.c
108
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_filecore/mount_filecore.c
153
mp = getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_hfs/mount_hfs.c
117
optparse = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_kernfs/mount_kernfs.c
126
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_lfs/mount_lfs.c
126
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_msdos/mount_msdos.c
131
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_nfs/mount_nfs.c
283
mp = getmntopts(optarg, mopts, mntflags, &altflags);
sbin/mount_nilfs/mount_nilfs.c
118
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_ntfs/mount_ntfs.c
112
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_null/mount_null.c
92
mp = getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_overlay/mount_overlay.c
92
mp = getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_portal/puffs_portal.c
413
mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
sbin/mount_procfs/mount_procfs.c
131
mp = getmntopts(optarg, mopts, &mntflags, &altflags);
sbin/mount_ptyfs/mount_ptyfs.c
179
mp = getmntopts(optarg, mopts, &mntflags, &altflags);
sbin/mount_sysvbfs/mount_sysvbfs.c
96
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_tmpfs/mount_tmpfs.c
180
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_udf/mount_udf.c
141
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_umap/mount_umap.c
126
mp = getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_union/mount_union.c
101
mp = getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_v7fs/mount_v7fs.c
150
mp = getmntopts(optarg, mopts, mntflags, 0);
sbin/newfs/newfs.c
389
mo = getmntopts(optarg, mopts, &mntflags, 0);
share/examples/puffs/icfs/icfs.c
166
mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
share/examples/puffs/pgfs/mount.c
107
mp = getmntopts(optarg, mopts, &mntflags,
share/examples/puffs/pnullfs/pnullfs.c
71
mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
share/examples/puffs/rot13fs/rot13fs.c
122
mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
tests/fs/puffs/h_dtfs/dtfs.c
150
mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
usr.sbin/puffs/mount_9p/ninepuffs.c
191
mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
usr.sbin/puffs/mount_psshfs/psshfs.c
207
mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
254
mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c
86
mp = getmntopts(optarg, mopts, &mntflags, &altflags);