Lines Matching defs:headp
807 aio_req_t *headp;
825 headp = aiop->aio_portq;
828 if ((reqp = headp) != NULL) {
837 } while ((reqp = next) != headp);
840 if (headp != NULL && exitflag == 0) {
846 aio_req_t *headprev = headp->aio_req_prev;
849 headp->aio_req_prev = newqprev;
852 newqprev->aio_req_next = headp;
854 aiop->aio_portq = headp;
1197 aio_req_t *headp;
1227 if ((headp = aiop->aio_portpending) != NULL) {
1228 reqp = headp;
1235 } while ((reqp = reqp->aio_req_next) != headp);
1252 headp = NULL;
1261 reqp->aio_req_next = headp;
1262 headp = reqp;
1268 /* headp points to the list of requests to be discarded */
1269 for (reqp = headp; reqp != NULL; reqp = next) {