Searched refs:tr_list (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_alloc.c78 trp_array[i].tr_list.next = (struct atp_trans *)&trp_array[i+1];
81 trp_array[i].tr_list.next = atp_trans_free_list;
86 atp_trans_free_list = trp->tr_list.next;
108 trp->tr_list.next = atp_trans_free_list;
H A Datp_misc.c80 for (ctrp = atp->atp_trans_wait.head; ctrp; ctrp = ctrp->tr_list.next) {
154 ATP_Q_REMOVE(atp_trans_abort, trp, tr_list);
162 ATP_Q_REMOVE(atp->atp_trans_wait, trp, tr_list);
181 ATP_Q_APPEND(atp_trans_abort, trp, tr_list);
332 for (trp = atp->atp_trans_wait.head; trp; trp = trp->tr_list.next) {
H A Datp_open.c248 for (trp = atp->atp_trans_wait.head; trp; trp = trp->tr_list.next)
H A Datp.h312 struct atp_trans_q tr_list; /* trans list */ member in struct:atp_trans
H A Datp_write.c333 for (trp = atp->atp_trans_wait.head; trp; trp = trp->tr_list.next) {
974 for (trp = atp->atp_trans_wait.head; trp; trp = trp->tr_list.next) {
1198 ATP_Q_APPEND(atp->atp_trans_wait, trp, tr_list);
1529 ATP_Q_APPEND(atp->atp_trans_wait, trp, tr_list);
1835 for (trp = atp->atp_trans_wait.head; trp; trp = trp->tr_list.next) {
H A Datp_read.c151 for (trp = atp->atp_trans_wait.head; trp; trp = trp->tr_list.next) {

Completed in 32 milliseconds