/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | mntfs.c | 78 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts,… in init_mntfs() argument 89 mf->mf_mopts = xstrdup(mopts); in init_mntfs() 107 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *rem… in alloc_mntfs() argument 111 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts); in alloc_mntfs() 121 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *re… in locate_mntfs() argument 179 mf->mf_mopts = strealloc(mf->mf_mopts, mopts); in locate_mntfs() 203 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remo… in find_mntfs() argument 205 mntfs *mf = locate_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in find_mntfs() 209 return alloc_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts); in find_mntfs() 385 …s *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) in realloc_mntfs() argument [all …]
|
/netbsd-src/lib/libutil/ |
H A D | getmntopts.c | 58 const struct mntopt *mopts; member 68 for (m = mp->mopts; m->m_option != NULL; m++) in getmntoptstr() 79 return mp->optarg[m - mp->mopts]; in getmntoptstr() 151 mp->mopts = m0; in getmntopts()
|
/netbsd-src/sbin/mount_overlay/ |
H A D | mount_overlay.c | 63 static const struct mntopt mopts[] = { variable 92 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_overlay()
|
/netbsd-src/sbin/mount_kernfs/ |
H A D | mount_kernfs.c | 98 static const struct mntopt mopts[] = { variable 126 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_kernfs_parseargs()
|
/netbsd-src/sbin/mount_null/ |
H A D | mount_null.c | 63 static const struct mntopt mopts[] = { variable 92 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_null()
|
/netbsd-src/sbin/mount_fdesc/ |
H A D | mount_fdesc.c | 98 static const struct mntopt mopts[] = { variable 126 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_fdesc_parseargs()
|
/netbsd-src/sbin/mount_procfs/ |
H A D | mount_procfs.c | 100 static const struct mntopt mopts[] = { variable 131 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in mount_procfs()
|
/netbsd-src/sbin/mount_efs/ |
H A D | mount_efs.c | 37 static const struct mntopt mopts[] = { variable 68 mp = getmntopts(optarg, mopts, mntflags, NULL); in mount_efs_parseargs()
|
/netbsd-src/sbin/mount_hfs/ |
H A D | mount_hfs.c | 86 static const struct mntopt mopts[] = { variable 117 optparse = getmntopts(optarg, mopts, mntflags, 0); in mount_hfs_parseargs()
|
/netbsd-src/sbin/mount_sysvbfs/ |
H A D | mount_sysvbfs.c | 58 static const struct mntopt mopts[] = { variable 96 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_sysvbfs_parseargs()
|
/netbsd-src/sbin/mount_chfs/ |
H A D | mount_chfs.c | 56 static const struct mntopt mopts[] = { variable 85 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_chfs_parseargs()
|
/netbsd-src/usr.sbin/puffs/rump_nqmfs/ |
H A D | rump_nqmfs.c | 51 const struct mntopt mopts[] = { variable 86 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in main()
|
/netbsd-src/sbin/mount_v7fs/ |
H A D | mount_v7fs.c | 81 static const struct mntopt mopts[] = { variable 149 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_v7fs_parseargs()
|
/netbsd-src/sbin/mount_ext2fs/ |
H A D | mount_ext2fs.c | 65 static const struct mntopt mopts[] = { variable 103 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ext2fs_parseargs()
|
/netbsd-src/sbin/mount_autofs/ |
H A D | mount_autofs.c | 52 static const struct mntopt mopts[] = { variable 84 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_autofs_parseargs()
|
/netbsd-src/sbin/mount_union/ |
H A D | mount_union.c | 65 static const struct mntopt mopts[] = { variable 101 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_union()
|
/netbsd-src/sbin/mount_ffs/ |
H A D | mount_ffs.c | 65 static const struct mntopt mopts[] = { variable 108 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ffs_parseargs()
|
/netbsd-src/sbin/mount_filecore/ |
H A D | mount_filecore.c | 99 static const struct mntopt mopts[] = { variable 153 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_filecore()
|
/netbsd-src/sbin/mount_nilfs/ |
H A D | mount_nilfs.c | 61 static const struct mntopt mopts[] = { variable 118 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_nilfs_parseargs()
|
/netbsd-src/sbin/mount_ados/ |
H A D | mount_ados.c | 61 static const struct mntopt mopts[] = { variable 105 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_ados()
|
/netbsd-src/sbin/mount_ptyfs/ |
H A D | mount_ptyfs.c | 107 static const struct mntopt mopts[] = { variable 179 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in mount_ptyfs()
|
/netbsd-src/sbin/mount_ntfs/ |
H A D | mount_ntfs.c | 60 static const struct mntopt mopts[] = { variable 112 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ntfs_parseargs()
|
/netbsd-src/sbin/mount_udf/ |
H A D | mount_udf.c | 61 static const struct mntopt mopts[] = { variable 141 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_udf_parseargs()
|
/netbsd-src/sbin/mount_cd9660/ |
H A D | mount_cd9660.c | 70 static const struct mntopt mopts[] = { variable 141 mp = getmntopts(optarg, mopts, mntflags, &opts); in mount_cd9660_parseargs()
|
/netbsd-src/sbin/mount_msdos/ |
H A D | mount_msdos.c | 61 static const struct mntopt mopts[] = { variable 131 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_msdos_parseargs()
|