Searched refs:mopt (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount_003_pos.ksh80 typeset mopt=$3
88 [[ -n $mopt ]] && \
89 log_must $ZFS set mountpoint=$mopt ${dev[0]}
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_003_pos.ksh78 set -A mopt "legacy" "none"
83 while (( i < ${#mopt[*]} )); do
87 log_must $ZFS set mountpoint=${mopt[i]} $TESTPOOL/$TESTFS
/freebsd-12-stable/sys/netinet6/
H A Dip6_output.c1182 struct mbuf *mopt; local
1195 mopt = m_get(M_NOWAIT, MT_DATA);
1196 if (mopt == NULL)
1198 mopt->m_len = JUMBOOPTLEN;
1199 optbuf = mtod(mopt, u_char *);
1201 exthdrs->ip6e_hbh = mopt;
1205 mopt = exthdrs->ip6e_hbh;
1206 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {
1213 int oldoptlen = mopt->m_len;
1231 bcopy(mtod(mopt, caddr_
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211.c1870 u_int mopt; local
1872 mopt = mopts[mode];
1874 ADD(ic, mword, mopt); /* STA mode has no cap */
1876 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC);
1878 ADD(media, mword, mopt | IFM_IEEE80211_HOSTAP);
1880 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0);
1882 ADD(media, mword, mopt | IFM_IEEE80211_MONITOR);
1884 ADD(media, mword, mopt | IFM_IEEE80211_WDS);
1886 ADD(media, mword, mopt | IFM_IEEE80211_MBSS);
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c3480 check_traffic(u_int mask, u_int mopt, struct tallow *a) argument
3487 if(mopt == 0xffff)
3494 if(mopt == 0xffff)
3496 if((mopt & a->mopt_mask) == a->mopt_val)
3502 if(mopt == 0xffff)
3504 if((mopt & a->mopt_mask) == a->mopt_val)
/freebsd-12-stable/sys/netinet/
H A Dsctp_usrreq.c3720 uint32_t *mopt; local
3746 SCTP_CHECK_AND_CAST(mopt, optval, uint32_t, optsize);
3761 (*mopt != 0)) {
3800 inp->sctp_ep.auto_close_time = sctp_secs_to_ticks(*mopt);
3804 if (*mopt != 0) {
3813 SCTP_CHECK_AND_CAST(mopt, optval, uint32_t, optsize);

Completed in 299 milliseconds