/netbsd-src/lib/libutil/ |
H A D | Makefile | 16 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 D | getmntopts.c | 123 getmntopts(const char *options, const struct mntopt *m0, int *flagp, in getmntopts() function
|
/netbsd-src/sbin/mount_overlay/ |
H A D | mount_overlay.c | 92 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_overlay()
|
/netbsd-src/sbin/mount_kernfs/ |
H A D | mount_kernfs.c | 126 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_kernfs_parseargs()
|
/netbsd-src/sbin/mount_null/ |
H A D | mount_null.c | 92 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_null()
|
/netbsd-src/sbin/mount_fdesc/ |
H A D | mount_fdesc.c | 126 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_fdesc_parseargs()
|
/netbsd-src/sbin/mount_procfs/ |
H A D | mount_procfs.c | 131 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in mount_procfs()
|
/netbsd-src/include/ |
H A D | mntopts.h | 108 mntoptparse_t getmntopts(const char *, const struct mntopt *, int *, int *);
|
/netbsd-src/sbin/mount_efs/ |
H A D | mount_efs.c | 68 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 D | mount_hfs.c | 117 optparse = getmntopts(optarg, mopts, mntflags, 0); in mount_hfs_parseargs()
|
/netbsd-src/sbin/mount_sysvbfs/ |
H A D | mount_sysvbfs.c | 96 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_sysvbfs_parseargs()
|
/netbsd-src/sbin/mount_chfs/ |
H A D | mount_chfs.c | 85 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_chfs_parseargs()
|
/netbsd-src/usr.sbin/puffs/rump_nqmfs/ |
H A D | rump_nqmfs.c | 86 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in main()
|
/netbsd-src/share/examples/puffs/pnullfs/ |
H A D | pnullfs.c | 71 mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags); in main()
|
/netbsd-src/sbin/mount_v7fs/ |
H A D | mount_v7fs.c | 149 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_v7fs_parseargs()
|
/netbsd-src/sbin/mount_ext2fs/ |
H A D | mount_ext2fs.c | 103 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ext2fs_parseargs()
|
/netbsd-src/sbin/mount_autofs/ |
H A D | mount_autofs.c | 84 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_autofs_parseargs()
|
/netbsd-src/sbin/mount_union/ |
H A D | mount_union.c | 101 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_union()
|
/netbsd-src/sbin/mount_ffs/ |
H A D | mount_ffs.c | 108 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ffs_parseargs()
|
/netbsd-src/sbin/mount_filecore/ |
H A D | mount_filecore.c | 153 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_filecore()
|
/netbsd-src/sbin/mount_nilfs/ |
H A D | mount_nilfs.c | 118 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_nilfs_parseargs()
|
/netbsd-src/sbin/mount_ados/ |
H A D | mount_ados.c | 105 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_ados()
|
/netbsd-src/sbin/mount_ptyfs/ |
H A D | mount_ptyfs.c | 179 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in mount_ptyfs()
|
/netbsd-src/sbin/mount_ntfs/ |
H A D | mount_ntfs.c | 112 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ntfs_parseargs()
|
/netbsd-src/sbin/mount_udf/ |
H A D | mount_udf.c | 141 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_udf_parseargs()
|