Searched refs:xr_tmp (Results 1 – 6 of 6) sorted by relevance
| /src/sys/dev/xdma/ |
| H A D | xdma_bank.c | 75 struct xdma_request *xr_tmp; in xchan_bank_get() local 78 TAILQ_FOREACH_SAFE(xr, &xchan->bank, xr_next, xr_tmp) { in xchan_bank_get()
|
| H A D | xdma_bio.c | 49 struct xdma_request *xr_tmp; in xdma_dequeue_bio() local 53 TAILQ_FOREACH_SAFE(xr, &xchan->queue_out, xr_next, xr_tmp) { in xdma_dequeue_bio()
|
| H A D | xdma_queue.c | 49 struct xdma_request *xr_tmp; in xdma_dequeue() local 53 TAILQ_FOREACH_SAFE(xr, &xchan->queue_out, xr_next, xr_tmp) { in xdma_dequeue()
|
| H A D | xdma_mbuf.c | 56 struct xdma_request *xr_tmp; in xdma_dequeue_mbuf() local 59 TAILQ_FOREACH_SAFE(xr, &xchan->queue_out, xr_next, xr_tmp) { in xdma_dequeue_mbuf()
|
| H A D | xdma_sg.c | 566 struct xdma_request *xr_tmp; in xdma_process() local 588 TAILQ_FOREACH_SAFE(xr, &xchan->queue_in, xr_next, xr_tmp) { in xdma_process()
|
| /src/usr.bin/netstat/ |
| H A D | sctp.c | 206 struct xraddr_entry *prev_xr = NULL, *xr = NULL, *xr_tmp; in sctp_process_tcb() local 312 xr_tmp = LIST_NEXT(xr, xraddr_entries); in sctp_process_tcb() 314 xr = xr_tmp; in sctp_process_tcb()
|