Searched refs:trp_tmo_rcb (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_misc.c59 extern struct atp_trans *trp_tmo_rcb;
278 atp_timout(atp_rcb_timer, trp_tmo_rcb, 10 * HZ);
H A Datp_write.c84 struct atp_trans *trp_tmo_rcb; variable in typeref:struct:atp_trans
96 trp_tmo_rcb = atp_trans_alloc(0);
97 atp_timout(atp_rcb_timer, trp_tmo_rcb, 10 * HZ);
106 atp_untimout(atp_rcb_timer, trp_tmo_rcb);

Completed in 19 milliseconds