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

/darwin-on-arm/xnu/bsd/netat/
H A Datp_alloc.c118 struct atp_rcb *atp_rcb_alloc(atp) function
130 ("atp_rcb_alloc: allocated rcbp 0x%x\n", (u_int) rcbp));
H A Datp.h444 struct atp_rcb *atp_rcb_alloc(struct atp_state *);
H A Datp_read.c337 if ((rcbp = atp_rcb_alloc(atp)) == NULL) {
H A Datp_write.c255 if ((rcbp = atp_rcb_alloc(atp)) == NULL) {
1269 if ((rcbp = atp_rcb_alloc(atp)) == NULL) {

Completed in 90 milliseconds