Searched refs:bvp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c588 struct bwi_vap *bvp; local
593 bvp = malloc(sizeof(struct bwi_vap), M_80211_VAP, M_WAITOK | M_ZERO);
594 vap = &bvp->bv_vap;
600 bvp->bv_newstate = vap->iv_newstate;
617 struct bwi_vap *bvp = BWI_VAP(vap); local
621 free(bvp, M_80211_VAP);
1746 struct bwi_vap *bvp = BWI_VAP(vap); local
1762 error = bvp->bv_newstate(vap, nstate, arg);
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c1427 atcomp(avp, bvp)
1429 const void * bvp;
1432 const zic_t b = ((const struct attype *) bvp)->at;
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c1844 struct bwn_vap *bvp; local
1859 bvp = malloc(sizeof(struct bwn_vap), M_80211_VAP, M_WAITOK | M_ZERO);
1860 vap = &bvp->bv_vap;
1863 bvp->bv_newstate = vap->iv_newstate;
1880 struct bwn_vap *bvp = BWN_VAP(vap); local
1884 free(bvp, M_80211_VAP);
4744 struct bwn_vap *bvp = BWN_VAP(vap); local
4755 error = bvp->bv_newstate(vap, nstate, arg);

Completed in 134 milliseconds