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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_write.c1019 trp->tr_tmo_next = trp->tr_tmo_prev = 0;
1037 if ((curr_trp = curr_trp->tr_tmo_next) == 0) {
1045 if ((trp->tr_tmo_next = prev_trp->tr_tmo_next) != 0)
1046 prev_trp->tr_tmo_next->tr_tmo_prev = trp;
1047 prev_trp->tr_tmo_next = trp;
1050 trp->tr_tmo_next = trp_tmo_list;
1066 if ((trp_tmo_list = trp->tr_tmo_next) != 0) {
1068 trp->tr_tmo_next->tr_tmo_delta += trp->tr_tmo_delta;
1071 if ((trp->tr_tmo_prev->tr_tmo_next
[all...]
H A Datp.h333 struct atp_trans *tr_tmo_next; member in struct:atp_trans

Completed in 215 milliseconds