Home
last modified time | relevance | path

Searched refs:rio_list (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/altq/
Daltq_rio.c180 static rio_queue_t *rio_list = NULL; variable
479 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()