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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1918 aio_req_t *lastrp; local
1928 lastrp = aiowp->work_tail1;
1938 * the lastrp pointer forward.
1940 if (lastrp == next)
1941 lastrp = next->req_next;
1949 aiowp->work_head1 = lastrp;
1977 lastrp = next;

Completed in 48 milliseconds