Searched refs:atp_trans_alloc (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_alloc.c64 struct atp_trans *atp_trans_alloc(atp) function
93 ("atp_trans_alloc(0x%x): alloc'd trp 0x%x\n",
96 } /* atp_trans_alloc */
H A Datp.h445 struct atp_trans *atp_trans_alloc(struct atp_state *);
H A Datp_write.c96 trp_tmo_rcb = atp_trans_alloc(0);
117 /* allocated in atp_trans_alloc() */
1128 if ((trp = atp_trans_alloc(atp)) == NULL) {
1472 while ((trp = atp_trans_alloc(atp)) == 0) {

Completed in 24 milliseconds