Searched refs:M_DEVBUF (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_stf.c | 311 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 D | devtimer.c | 67 #define M_DEVTIMER M_DEVBUF
|
| H A D | if_headless.c | 310 #define M_HEADLESS M_DEVBUF
|
| H A D | bpf.c | 475 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 D | if_bridge.c | 6555 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 D | if_vlan.c | 340 #define M_VLAN M_DEVBUF
|
| H A D | if_fake.c | 604 #define M_FAKE M_DEVBUF
|
| H A D | if_bond.c | 102 #define M_BOND M_DEVBUF
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | malloc.h | 96 #define M_DEVBUF 2 /* device driver memory */ macro
|