Home
last modified time | relevance | path

Searched refs:getmntopts (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/lib/libutil/
H A DMakefile16 getfsspecname.c getmntopts.c getrawpartition.c getdiskrawname.c \
28 getmaxpartitions.3 getmntopts.3 getrawpartition.3 \
105 MLINKS+=getmntopts.3 getmntoptstr.3
106 MLINKS+=getmntopts.3 getmntoptnum.3
107 MLINKS+=getmntopts.3 freemntopts.3
H A Dgetmntopts.c123 getmntopts(const char *options, const struct mntopt *m0, int *flagp, in getmntopts() function
/netbsd-src/sbin/mount_overlay/
H A Dmount_overlay.c92 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_overlay()
/netbsd-src/sbin/mount_kernfs/
H A Dmount_kernfs.c126 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_kernfs_parseargs()
/netbsd-src/sbin/mount_null/
H A Dmount_null.c92 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_null()
/netbsd-src/sbin/mount_fdesc/
H A Dmount_fdesc.c126 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_fdesc_parseargs()
/netbsd-src/sbin/mount_procfs/
H A Dmount_procfs.c131 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in mount_procfs()
/netbsd-src/include/
H A Dmntopts.h108 mntoptparse_t getmntopts(const char *, const struct mntopt *, int *, int *);
/netbsd-src/sbin/mount_efs/
H A Dmount_efs.c68 mp = getmntopts(optarg, mopts, mntflags, NULL); in mount_efs_parseargs()
70 err(1, "getmntopts"); in mount_efs_parseargs()
/netbsd-src/sbin/mount_hfs/
H A Dmount_hfs.c117 optparse = getmntopts(optarg, mopts, mntflags, 0); in mount_hfs_parseargs()
/netbsd-src/sbin/mount_sysvbfs/
H A Dmount_sysvbfs.c96 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_sysvbfs_parseargs()
/netbsd-src/sbin/mount_chfs/
H A Dmount_chfs.c85 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_chfs_parseargs()
/netbsd-src/usr.sbin/puffs/rump_nqmfs/
H A Drump_nqmfs.c86 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in main()
/netbsd-src/share/examples/puffs/pnullfs/
H A Dpnullfs.c71 mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags); in main()
/netbsd-src/sbin/mount_v7fs/
H A Dmount_v7fs.c149 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_v7fs_parseargs()
/netbsd-src/sbin/mount_ext2fs/
H A Dmount_ext2fs.c103 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ext2fs_parseargs()
/netbsd-src/sbin/mount_autofs/
H A Dmount_autofs.c84 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_autofs_parseargs()
/netbsd-src/sbin/mount_union/
H A Dmount_union.c101 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_union()
/netbsd-src/sbin/mount_ffs/
H A Dmount_ffs.c108 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ffs_parseargs()
/netbsd-src/sbin/mount_filecore/
H A Dmount_filecore.c153 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_filecore()
/netbsd-src/sbin/mount_nilfs/
H A Dmount_nilfs.c118 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_nilfs_parseargs()
/netbsd-src/sbin/mount_ados/
H A Dmount_ados.c105 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_ados()
/netbsd-src/sbin/mount_ptyfs/
H A Dmount_ptyfs.c179 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in mount_ptyfs()
/netbsd-src/sbin/mount_ntfs/
H A Dmount_ntfs.c112 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ntfs_parseargs()
/netbsd-src/sbin/mount_udf/
H A Dmount_udf.c141 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_udf_parseargs()

12