Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h142 #define bio_for_each_segment4(bv, bvp, b, i) \ argument
150 #define bio_for_each_segment4(bv, bvp, b, i) \ argument
151 bio_for_each_segment((bvp), (b), (i))
/freebsd/sys/dev/bwi/
H A Dif_bwi.c587 struct bwi_vap *bvp; in bwi_vap_create() local
592 bvp = malloc(sizeof(struct bwi_vap), M_80211_VAP, M_WAITOK | M_ZERO); in bwi_vap_create()
593 vap = &bvp->bv_vap; in bwi_vap_create()
599 bvp->bv_newstate = vap->iv_newstate; in bwi_vap_create()
616 struct bwi_vap *bvp = BWI_VAP(vap); in bwi_vap_delete() local
620 free(bvp, M_80211_VAP); in bwi_vap_delete()
1745 struct bwi_vap *bvp = BWI_VAP(vap); in bwi_newstate() local
1761 error = bvp->bv_newstate(vap, nstate, arg); in bwi_newstate()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c2010 struct bwn_vap *bvp; in bwn_vap_create() local
2025 bvp = malloc(sizeof(struct bwn_vap), M_80211_VAP, M_WAITOK | M_ZERO); in bwn_vap_create()
2026 vap = &bvp->bv_vap; in bwn_vap_create()
2029 bvp->bv_newstate = vap->iv_newstate; in bwn_vap_create()
2046 struct bwn_vap *bvp = BWN_VAP(vap); in bwn_vap_delete() local
2050 free(bvp, M_80211_VAP); in bwn_vap_delete()
4961 struct bwn_vap *bvp = BWN_VAP(vap); in bwn_newstate() local
4972 error = bvp->bv_newstate(vap, nstate, arg); in bwn_newstate()
/freebsd/contrib/tzcode/
H A Dzic.c2360 atcomp(const void *avp, const void *bvp) in atcomp() argument
2362 struct attype const *ap = avp, *bp = bvp; in atcomp()