aio_req_remove
return (aio_req_remove(ent));
return (aio_req_remove(NULL));
*reqp = aio_req_remove(ent);
if ((reqp = aio_req_remove(NULL)) != NULL) {
static aio_req_t *aio_req_remove(aio_req_t *);