Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/
H A Dconnect-privsep.sh25 mopts="C F G J R S U X < >"
27 mopts=`echo $TEST_MALLOC_OPTIONS | sed 's/./& /g'`
29 for m in '' $mopts ; do
/freebsd/sys/netinet6/
H A Din6_src.c189 struct ip6_moptions *mopts; in in6_selectsrc() local
210 mopts = inp->in6p_moptions; in in6_selectsrc()
212 mopts = NULL; in in6_selectsrc()
224 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
289 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc()
691 struct ip6_moptions *mopts, struct route_in6 *ro, in selectroute() argument
718 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) { in selectroute()
766 struct ip6_moptions *mopts, struct ifnet **retifp, in in6_selectif() argument
779 error = selectroute(dstsock, opts, mopts, &sro, retifp, &nh, 1, fibnum, 0); in in6_selectif()
824 struct ip6_moptions *mopts, struct route_in6 *ro, in in6_selectroute() argument
[all …]
/freebsd/sbin/mount_fusefs/
H A Dmount_fusefs.c66 static struct mntopt mopts[] = { variable
197 getmntopts(optarg, mopts, &mntflags, &altflags); in main()
201 for (mo = mopts; mo->m_flag; ++mo) { in main()
281 for (mo = mopts; mo->m_flag; ++mo) { in main()
451 for (mo = mopts; mo->m_flag; ++mo) in usage()
/freebsd/sbin/mount/
H A Dmount_fs.c49 static struct mntopt mopts[] = { variable
85 getmntopts(optarg, mopts, &mntflags, 0); in mount_fs()
/freebsd/sbin/mount_udf/
H A Dmount_udf.c64 static struct mntopt mopts[] = { variable
88 getmntopts(optarg, mopts, &mntflags, NULL); in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh60 set -A mopts "legacy" "none"
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh69 set -A mopts "legacy" "none"
/freebsd/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c64 static struct mntopt mopts[] = { variable
196 getmntopts(optarg, mopts, &mntflags, 0); in main()
/freebsd/sbin/mount_cd9660/
H A Dmount_cd9660.c60 static struct mntopt mopts[] = { variable
113 getmntopts(optarg, mopts, &mntflags, NULL); in main()
/freebsd/contrib/sendmail/src/
H A Dheaders.c90 BITMAP256 mopts; local
97 clrbitmap(mopts);
165 setbitn(bitidx(*p), mopts);
453 memmove((char *) mopts, (char *) h->h_mflags,
454 sizeof(mopts));
468 memmove((char *) h->h_mflags, (char *) mopts, sizeof(mopts));
/freebsd/sys/net80211/
H A Dieee80211.c1901 static const u_int mopts[IEEE80211_MODE_MAX] = { in addmedia() local
1919 mopt = mopts[mode]; in addmedia()