| /freebsd-14-stable/crypto/openssh/regress/ |
| HD | 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
|
| /freebsd-14-stable/sys/netinet6/ |
| HD | in6_src.c | 191 struct ip6_moptions *mopts; in in6_selectsrc() local 212 mopts = inp->in6p_moptions; in in6_selectsrc() 214 mopts = NULL; in in6_selectsrc() 226 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc() 291 if ((error = in6_selectif(dstsock, opts, mopts, &ifp, oifp, in in6_selectsrc() 693 struct ip6_moptions *mopts, struct route_in6 *ro, in selectroute() argument 720 mopts != NULL && (ifp = mopts->im6o_multicast_ifp) != NULL) { in selectroute() 768 struct ip6_moptions *mopts, struct ifnet **retifp, in in6_selectif() argument 781 error = selectroute(dstsock, opts, mopts, &sro, retifp, &nh, 1, fibnum, 0); in in6_selectif() 826 struct ip6_moptions *mopts, struct route_in6 *ro, in in6_selectroute() argument [all …]
|
| /freebsd-14-stable/sbin/mount_fusefs/ |
| HD | mount_fusefs.c | 67 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()
|
| /freebsd-14-stable/sbin/mount/ |
| HD | mount_fs.c | 61 static struct mntopt mopts[] = { variable 97 getmntopts(optarg, mopts, &mntflags, 0); in mount_fs()
|
| /freebsd-14-stable/sbin/mount_udf/ |
| HD | mount_udf.c | 64 static struct mntopt mopts[] = { variable 88 getmntopts(optarg, mopts, &mntflags, NULL); in main()
|
| /freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
| HD | zfs_unmount_003_pos.ksh | 60 set -A mopts "legacy" "none"
|
| /freebsd-14-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/ |
| HD | zfs_unmount_003_pos.ksh | 72 set -A mopts "legacy" "none"
|
| /freebsd-14-stable/sbin/mount_cd9660/ |
| HD | mount_cd9660.c | 74 static struct mntopt mopts[] = { variable 127 getmntopts(optarg, mopts, &mntflags, NULL); in main()
|
| /freebsd-14-stable/contrib/smbfs/mount_smbfs/ |
| HD | mount_smbfs.c | 64 static struct mntopt mopts[] = { variable 196 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
| /freebsd-14-stable/contrib/sendmail/src/ |
| HD | 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));
|
| /freebsd-14-stable/sys/net80211/ |
| HD | ieee80211.c | 1891 static const u_int mopts[IEEE80211_MODE_MAX] = { in addmedia() local 1909 mopt = mopts[mode]; in addmedia()
|