Home
last modified time | relevance | path

Searched refs:mopts (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmntfs.c78 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 Dgetmntopts.c58 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 Dmount_overlay.c63 static const struct mntopt mopts[] = { variable
92 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_overlay()
/netbsd-src/sbin/mount_kernfs/
H A Dmount_kernfs.c98 static const struct mntopt mopts[] = { variable
126 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_kernfs_parseargs()
/netbsd-src/sbin/mount_null/
H A Dmount_null.c63 static const struct mntopt mopts[] = { variable
92 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_null()
/netbsd-src/sbin/mount_fdesc/
H A Dmount_fdesc.c98 static const struct mntopt mopts[] = { variable
126 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_fdesc_parseargs()
/netbsd-src/sbin/mount_procfs/
H A Dmount_procfs.c100 static const struct mntopt mopts[] = { variable
131 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in mount_procfs()
/netbsd-src/sbin/mount_efs/
H A Dmount_efs.c37 static const struct mntopt mopts[] = { variable
68 mp = getmntopts(optarg, mopts, mntflags, NULL); in mount_efs_parseargs()
/netbsd-src/sbin/mount_hfs/
H A Dmount_hfs.c86 static const struct mntopt mopts[] = { variable
117 optparse = getmntopts(optarg, mopts, mntflags, 0); in mount_hfs_parseargs()
/netbsd-src/sbin/mount_sysvbfs/
H A Dmount_sysvbfs.c58 static const struct mntopt mopts[] = { variable
96 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_sysvbfs_parseargs()
/netbsd-src/sbin/mount_chfs/
H A Dmount_chfs.c56 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 Drump_nqmfs.c51 const struct mntopt mopts[] = { variable
86 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in main()
/netbsd-src/sbin/mount_v7fs/
H A Dmount_v7fs.c81 static const struct mntopt mopts[] = { variable
149 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_v7fs_parseargs()
/netbsd-src/sbin/mount_ext2fs/
H A Dmount_ext2fs.c65 static const struct mntopt mopts[] = { variable
103 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ext2fs_parseargs()
/netbsd-src/sbin/mount_autofs/
H A Dmount_autofs.c52 static const struct mntopt mopts[] = { variable
84 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_autofs_parseargs()
/netbsd-src/sbin/mount_union/
H A Dmount_union.c65 static const struct mntopt mopts[] = { variable
101 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_union()
/netbsd-src/sbin/mount_ffs/
H A Dmount_ffs.c65 static const struct mntopt mopts[] = { variable
108 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ffs_parseargs()
/netbsd-src/sbin/mount_filecore/
H A Dmount_filecore.c99 static const struct mntopt mopts[] = { variable
153 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_filecore()
/netbsd-src/sbin/mount_nilfs/
H A Dmount_nilfs.c61 static const struct mntopt mopts[] = { variable
118 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_nilfs_parseargs()
/netbsd-src/sbin/mount_ados/
H A Dmount_ados.c61 static const struct mntopt mopts[] = { variable
105 mp = getmntopts(optarg, mopts, &mntflags, 0); in mount_ados()
/netbsd-src/sbin/mount_ptyfs/
H A Dmount_ptyfs.c107 static const struct mntopt mopts[] = { variable
179 mp = getmntopts(optarg, mopts, &mntflags, &altflags); in mount_ptyfs()
/netbsd-src/sbin/mount_ntfs/
H A Dmount_ntfs.c60 static const struct mntopt mopts[] = { variable
112 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_ntfs_parseargs()
/netbsd-src/sbin/mount_udf/
H A Dmount_udf.c61 static const struct mntopt mopts[] = { variable
141 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_udf_parseargs()
/netbsd-src/sbin/mount_cd9660/
H A Dmount_cd9660.c70 static const struct mntopt mopts[] = { variable
141 mp = getmntopts(optarg, mopts, mntflags, &opts); in mount_cd9660_parseargs()
/netbsd-src/sbin/mount_msdos/
H A Dmount_msdos.c61 static const struct mntopt mopts[] = { variable
131 mp = getmntopts(optarg, mopts, mntflags, 0); in mount_msdos_parseargs()

12