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

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c1911 aio_req_t *lastrp; local
1921 lastrp = aiowp->work_tail1;
1931 * the lastrp pointer forward.
1933 if (lastrp == next)
1934 lastrp = next->req_next;
1942 aiowp->work_head1 = lastrp;
1970 lastrp = next;

Completed in 28 milliseconds