Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvdc.c6776 vdc_io_t *vio, *vio_tmp; in vdc_eio_unqueue() local
6781 vio_tmp = NULL; in vdc_eio_unqueue()
6790 vio_tmp = vio; in vdc_eio_unqueue()
6800 if (vio_tmp == NULL) in vdc_eio_unqueue()
6803 vio_tmp->vio_next = NULL; in vdc_eio_unqueue()
6811 vio_tmp = vio->vio_next; in vdc_eio_unqueue()
6828 vio = vio_tmp; in vdc_eio_unqueue()