Searched refs:vap (Results 176 - 191 of 191) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c1529 struct ieee80211vap *vap = ni->ni_vap; local
1722 } else if (pktlen > vap->iv_rtsthreshold &&
1784 if (ieee80211_radiotap_active_vap(vap)) {
1794 ieee80211_radiotap_tx(vap, m0);
1844 struct ieee80211vap *vap = ni->ni_vap; local
1845 struct ath_vap *avp = ATH_VAP(vap);
1944 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2065 struct ieee80211vap *vap = ni->ni_vap; local
2198 if (ieee80211_radiotap_active_vap(vap)) {
2209 ieee80211_radiotap_tx(vap, m
[all...]
H A Dif_athvar.h493 #define ATH_VAP(vap) ((struct ath_vap *)(vap))
567 u_int8_t sc_nbssid0; /* # vap's using base mac */
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c587 fop_getattr(vnode_t *vp, vattr_t *vap) argument
596 vap->va_size = st.st_size;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_zydreg.h1237 struct ieee80211vap vap; member in struct:zyd_vap
1241 #define ZYD_VAP(vap) ((struct zyd_vap *)(vap))
/freebsd-11-stable/sys/dev/otus/
H A Dif_otusreg.h976 struct ieee80211vap vap; member in struct:otus_vap
980 #define OTUS_VAP(vap) ((struct otus_vap *)(vap))
/freebsd-11-stable/sys/kern/
H A Dkern_linker.c1721 int namelen, struct vattr *vap)
1753 if (vap)
1754 VOP_GETATTR(nd.ni_vp, vap, td->td_ucred);
1720 linker_lookup_file(const char *path, int pathlen, const char *name, int namelen, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.h381 struct componentname *cnp, struct vattr *vap);
H A Dmac_policy.h561 struct componentname *cnp, struct vattr *vap);
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.c2752 struct vattr *vap = &vat; local
2845 VOP_GETATTR(nd.ni_vp, vap, td->td_ucred);
2852 *filelength = fh->nf_maplen = vap->va_size & 0xFFFFFFFF;
/freebsd-11-stable/sys/security/mac_stub/
H A Dmac_stub.c1372 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
1371 stub_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwnreg.h1275 struct ieee80211vap vap; member in struct:rtwn_vap
1279 #define RTWN_VAP(vap) ((struct rtwn_vap *)(vap))
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c2120 pmap_alloc_specials(vm_offset_t *availp, int pages, vm_offset_t *vap, argument
2134 *vap = va;
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c2911 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
2910 biba_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c2334 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
2333 lomac_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c2543 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
2542 mls_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument
/freebsd-11-stable/sys/security/mac_test/
H A Dmac_test.c2487 struct label *dvplabel, struct componentname *cnp, struct vattr *vap)
2486 test_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct componentname *cnp, struct vattr *vap) argument

Completed in 273 milliseconds

12345678