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

/freebsd-13-stable/crypto/openssh/regress/
H A Dconnect-privsep.sh26 mopts="C F G J R S U X < >"
28 mopts=`echo $TEST_MALLOC_OPTIONS | sed 's/./& /g'`
30 for m in '' $mopts ; do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh60 set -A mopts "legacy" "none"
98 while (( i < ${#mopts[*]} )); do
101 do_unmount_multiple "${options[j]}" 1 "${mopts[i]}"
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh74 set -A mopts "legacy" "none"
112 while (( i < ${#mopts[*]} )); do
115 do_unmount_multiple "${options[j]}" 1 "${mopts[i]}"
/freebsd-13-stable/sbin/mount/
H A Dmount_fs.c63 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
99 getmntopts(optarg, mopts, &mntflags, 0);
/freebsd-13-stable/sbin/mount_udf/
H A Dmount_udf.c66 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
90 getmntopts(optarg, mopts, &mntflags, NULL);
/freebsd-13-stable/sbin/mount_fusefs/
H A Dmount_fusefs.c69 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
198 getmntopts(optarg, mopts, &mntflags, &altflags);
202 for (mo = mopts; mo->m_flag; ++mo) {
282 for (mo = mopts; mo->m_flag; ++mo) {
452 for (mo = mopts; mo->m_flag; ++mo)
/freebsd-13-stable/sbin/mount_cd9660/
H A Dmount_cd9660.c73 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
114 getmntopts(optarg, mopts, &mntflags, NULL);
/freebsd-13-stable/sys/netinet6/
H A Din6_src.c192 struct ip6_moptions *mopts; local
213 mopts = inp->in6p_moptions;
215 mopts = NULL;
227 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp,
292 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp,
620 struct ip6_moptions *mopts, struct route_in6 *ro,
666 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) {
831 struct ip6_moptions *mopts, struct ifnet **retifp,
844 error = selectroute(dstsock, opts, mopts,
619 selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct nhop_object **retnh, int norouteok, u_int fibnum, uint32_t flowid) argument
830 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct ifnet **retifp, struct ifnet *oifp, u_int fibnum) argument
888 in6_selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ifnet **retifp, struct nhop_object **retnh, u_int fibnum, uint32_t flowid) argument
[all...]
/freebsd-13-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-13-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-13-stable/sys/net80211/
H A Dieee80211.c1854 static const u_int mopts[IEEE80211_MODE_MAX] = { local
1872 mopt = mopts[mode];

Completed in 99 milliseconds