Searched refs:rio_list (Results 1 – 1 of 1) sorted by relevance
180 static rio_queue_t *rio_list = NULL; variable479 while ((rqp = rio_list) != NULL) { in rioclose()580 rqp->rq_next = rio_list; in rioioctl()581 rio_list = rqp; in rioioctl()705 if (rio_list == rqp) in rio_detach()706 rio_list = rqp->rq_next; in rio_detach()708 for (tmp = rio_list; tmp != NULL; tmp = tmp->rq_next) in rio_detach()