Searched refs:mopts (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/
H A Dconnect-privsep.sh30 mopts="A F G H J P R S X < >"
32 mopts=`echo $TEST_MALLOC_OPTIONS | sed 's/./& /g'`
34 for m in '' $mopts ; do
/freebsd-10-stable/contrib/amd/amd/
H A Dmntfs.c76 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
87 mf->mf_mopts = xstrdup(mopts);
105 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
109 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts);
119 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
177 mf->mf_mopts = strealloc(mf->mf_mopts, mopts);
201 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
203 mntfs *mf = locate_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts);
207 return alloc_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts);
383 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, cha argument
[all...]
/freebsd-10-stable/sbin/mount/
H A Dmount_fs.c61 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
97 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-10-stable/sbin/mount_udf/
H A Dmount_udf.c64 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
88 getmntopts(optarg, mopts, &mntflags, NULL);
/freebsd-10-stable/sbin/mount_fusefs/
H A Dmount_fusefs.c63 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
190 getmntopts(optarg, mopts, &mntflags, &altflags);
194 for (mo = mopts; mo->m_flag; ++mo) {
272 for (mo = mopts; mo->m_flag; ++mo) {
448 for (mo = mopts; mo->m_flag; ++mo)
/freebsd-10-stable/sys/netinet6/
H A Din6_src.c189 struct ip6_moptions *mopts; local
209 mopts = inp->in6p_moptions;
211 mopts = NULL;
226 if ((error = in6_selectif(dstsock, opts, mopts, ro, &ifp, oifp,
300 if ((error = in6_selectif(dstsock, opts, mopts, ro, &ifp, oifp,
556 struct ip6_moptions *mopts, struct route_in6 *ro,
601 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) {
800 struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp,
814 if ((error = selectroute(dstsock, opts, mopts, r
555 selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int norouteok, u_int fibnum) argument
799 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct ifnet *oifp, u_int fibnum) argument
863 in6_selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt) argument
874 in6_selectroute_fib(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, u_int fibnum) argument
[all...]
/freebsd-10-stable/sbin/mount_cd9660/
H A Dmount_cd9660.c71 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
112 getmntopts(optarg, mopts, &mntflags, NULL);
/freebsd-10-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c64 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
196 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-10-stable/contrib/sendmail/src/
H A Dheaders.c89 BITMAP256 mopts; local
96 clrbitmap(mopts);
164 setbitn(bitidx(*p), mopts);
429 memmove((char *) mopts, (char *) h->h_mflags,
430 sizeof(mopts));
441 memmove((char *) h->h_mflags, (char *) mopts, sizeof(mopts));
/freebsd-10-stable/sys/net80211/
H A Dieee80211.c1005 static const u_int mopts[IEEE80211_MODE_MAX] = { local
1021 mopt = mopts[mode];

Completed in 211 milliseconds