| /src/crypto/openssh/regress/ |
| H A D | connect-privsep.sh | 25 mopts="C F G J R S U X < >" 27 mopts=`echo $TEST_MALLOC_OPTIONS | sed 's/./& /g'` 29 for m in '' $mopts ; do
|
| /src/sys/netinet6/ |
| H A D | in6_src.c | 175 struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct inpcb *inp, in in6_selectsrc() argument 215 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc() 280 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc() 616 struct ip6_moptions *mopts, struct ifnet *ifp, struct in6_addr *srcp) in in6_selectsrc_nbr() argument 630 error = in6_selectsrc(fibnum, &dst_sa, NULL, mopts, in in6_selectsrc_nbr() 714 struct ip6_moptions *mopts, struct route_in6 *ro, in selectroute() argument 741 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) { in selectroute() 789 struct ip6_moptions *mopts, struct ifnet **retifp, in in6_selectif() argument 802 error = selectroute(dstsock, opts, mopts, &sro, retifp, &nh, 1, fibnum, 0); in in6_selectif() 847 struct ip6_moptions *mopts, struct route_in6 *ro, in in6_selectroute() argument [all …]
|
| /src/sbin/mount_fusefs/ |
| H A D | mount_fusefs.c | 65 static struct mntopt mopts[] = { variable 198 getmntopts(optarg, mopts, &mntflags, &altflags); in main() 202 for (mo = mopts; mo->m_flag; ++mo) { in main() 282 for (mo = mopts; mo->m_flag; ++mo) { in main() 452 for (mo = mopts; mo->m_flag; ++mo) in usage()
|
| /src/sbin/mount/ |
| H A D | mount_fs.c | 49 static struct mntopt mopts[] = { variable 85 getmntopts(optarg, mopts, &mntflags, 0); in mount_fs()
|
| /src/sbin/mount_udf/ |
| H A D | mount_udf.c | 63 static struct mntopt mopts[] = { variable 87 getmntopts(optarg, mopts, &mntflags, NULL); in main()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
| H A D | zfs_unmount_003_pos.ksh | 61 set -A mopts "legacy" "none"
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/ |
| H A D | zfs_unmount_003_pos.ksh | 69 set -A mopts "legacy" "none"
|
| /src/contrib/smbfs/mount_smbfs/ |
| H A D | mount_smbfs.c | 63 static struct mntopt mopts[] = { variable 195 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /src/sbin/mount_cd9660/ |
| H A D | mount_cd9660.c | 59 static struct mntopt mopts[] = { variable 112 getmntopts(optarg, mopts, &mntflags, NULL); in main()
|
| /src/contrib/sendmail/src/ |
| H A D | headers.c | 90 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));
|
| /src/sys/net80211/ |
| H A D | ieee80211.c | 1890 static const u_int mopts[IEEE80211_MODE_MAX] = { in addmedia() local 1908 mopt = mopts[mode]; in addmedia()
|