Home
last modified time | relevance | path

Searched refs:bvp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c1958 struct bwn_vap *bvp; in bwn_vap_create() local
1973 bvp = kmalloc(sizeof(struct bwn_vap), M_80211_VAP, M_WAITOK | M_ZERO); in bwn_vap_create()
1974 vap = &bvp->bv_vap; in bwn_vap_create()
1977 bvp->bv_newstate = vap->iv_newstate; in bwn_vap_create()
1994 struct bwn_vap *bvp = BWN_VAP(vap); in bwn_vap_delete() local
1998 kfree(bvp, M_80211_VAP); in bwn_vap_delete()
4814 struct bwn_vap *bvp = BWN_VAP(vap); in bwn_newstate() local
4825 error = bvp->bv_newstate(vap, nstate, arg); in bwn_newstate()
/dragonfly/usr.sbin/zic/
H A Dzic.c1337 atcomp(const void * avp, const void * bvp) in atcomp() argument
1340 const zic_t b = ((const struct attype *) bvp)->at; in atcomp()