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

/freebsd-9.3-release/contrib/amd/amd/
H A Dmntfs.c70 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
78 mf->mf_mopts = strdup(mopts);
96 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
100 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts);
110 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
168 mf->mf_mopts = strealloc(mf->mf_mopts, mopts);
192 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
194 mntfs *mf = locate_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts);
198 return alloc_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts);
338 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, cha argument
[all...]
/freebsd-9.3-release/sbin/mount_reiserfs/
H A Dmount_reiserfs.c42 struct mntopt mopts[] = { variable in typeref:struct:mntopt
61 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-9.3-release/sbin/mount/
H A Dmount_fs.c61 struct mntopt mopts[] = { variable in typeref:struct:mntopt
97 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-9.3-release/sbin/mount_std/
H A Dmount_std.c58 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
102 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-9.3-release/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,
292 if ((error = in6_selectif(dstsock, opts, mopts, ro, &ifp, oifp,
530 struct ip6_moptions *mopts, struct route_in6 *ro,
575 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) {
773 struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp,
787 if ((error = selectroute(dstsock, opts, mopts, r
529 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
772 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
836 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
847 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-9.3-release/sbin/mount_cd9660/
H A Dmount_cd9660.c71 struct mntopt mopts[] = { variable in typeref:struct:mntopt
112 getmntopts(optarg, mopts, &mntflags, &opts);
/freebsd-9.3-release/sbin/mount_udf/
H A Dmount_udf.c64 struct mntopt mopts[] = { variable in typeref:struct:mntopt
87 getmntopts(optarg, mopts, &mntflags, &opts);
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dmount_portalfs.c66 struct mntopt mopts[] = { variable in typeref:struct:mntopt
117 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-9.3-release/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-9.3-release/sbin/mount_hpfs/
H A Dmount_hpfs.c51 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
92 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-9.3-release/sbin/mount_ntfs/
H A Dmount_ntfs.c59 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
109 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-9.3-release/usr.sbin/mount_nwfs/
H A Dmount_nwfs.c63 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
239 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-9.3-release/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-9.3-release/sys/net80211/
H A Dieee80211.c970 static const u_int mopts[IEEE80211_MODE_MAX] = { local
986 mopt = mopts[mode];

Completed in 83 milliseconds