Searched refs:atp_trans_wait (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_misc.c80 for (ctrp = atp->atp_trans_wait.head; ctrp; ctrp = ctrp->tr_list.next) {
162 ATP_Q_REMOVE(atp->atp_trans_wait, trp, tr_list);
332 for (trp = atp->atp_trans_wait.head; trp; trp = trp->tr_list.next) {
H A Datp_open.c189 atp->atp_trans_wait.head = NULL;
248 for (trp = atp->atp_trans_wait.head; trp; trp = trp->tr_list.next)
254 while ((trp = atp->atp_trans_wait.head))
H A Datp.h390 struct atp_trans_qhead atp_trans_wait; /* pending transaction list */ member in struct:atp_state
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 13 milliseconds