Searched refs:atp_resource_m (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_alloc.c59 gbuf_t *atp_resource_m = 0; variable
79 gbuf_cont(m) = atp_resource_m;
80 atp_resource_m = m;
H A Ddrv_dep.c113 extern gbuf_t *atp_resource_m;
120 if (atp_resource_m) {
121 gbuf_freem(atp_resource_m);
122 atp_resource_m = 0;
H A Dsys_glue.c861 extern gbuf_t *atp_resource_m;
882 gbuf_cont(m) = atp_resource_m;
883 atp_resource_m = m;
H A Datp_write.c77 extern gbuf_t *atp_resource_m;
118 if (atp_resource_m) {
119 gbuf_freem(atp_resource_m);
120 atp_resource_m = 0;

Completed in 21 milliseconds