Home
last modified time | relevance | path

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

/openbsd/sys/dev/pv/
H A Dviocon.c125 void viocon_rx_soft(void *);
245 vp->vp_si = softintr_establish(IPL_TTY, viocon_rx_soft, vp); in viocon_port_create()
375 viocon_rx_soft(void *arg) in viocon_rx_soft() function