Home
last modified time | relevance | path

Searched refs:M_DEVBUF (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_stf.c311 sc = _MALLOC(sizeof(struct stf_softc), M_DEVBUF, M_WAITOK | M_ZERO); in stfattach()
321 FREE(sc, M_DEVBUF); in stfattach()
348 FREE(sc, M_DEVBUF); in stfattach()
364 FREE(sc, M_DEVBUF); in stfattach()
H A Ddevtimer.c67 #define M_DEVTIMER M_DEVBUF
H A Dif_headless.c310 #define M_HEADLESS M_DEVBUF
H A Dbpf.c475 sizeof(struct bpf_d *) * new_dtab_size, M_DEVBUF, M_WAIT); in bpf_make_dev_t()
490 _FREE(old_dtab, M_DEVBUF); in bpf_make_dev_t()
H A Dif_bridge.c6555 M_DEVBUF, M_WAITOK | M_ZERO);
6607 M_DEVBUF, M_WAITOK | M_ZERO);
6647 _FREE(old_rthash, M_DEVBUF);
6653 _FREE(new_rthash, M_DEVBUF);
6701 _FREE(sc->sc_rthash, M_DEVBUF);
H A Dif_vlan.c340 #define M_VLAN M_DEVBUF
H A Dif_fake.c604 #define M_FAKE M_DEVBUF
H A Dif_bond.c102 #define M_BOND M_DEVBUF
/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h96 #define M_DEVBUF 2 /* device driver memory */ macro