Home
last modified time | relevance | path

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

/openbsd/sys/arch/alpha/pci/
H A Dsiovar.h37 const char *sio_intr_string(void *, int);
H A Dpci_alphabook1.c170 return sio_intr_string(NULL /*XXX*/, ih); in dec_alphabook1_intr_string()
H A Dpci_up1000.c136 return sio_intr_string(NULL /*XXX*/, ih); in api_up1000_intr_string()
H A Dpci_2100_a50.c199 return sio_intr_string(NULL /*XXX*/, ih);
H A Dpci_axppci_33.c198 return sio_intr_string(NULL /*XXX*/, ih);
H A Dsio.c194 sc->sc_ec.ec_intr_string = sio_intr_string;
H A Dpci_550.c253 return (sio_intr_string(NULL /*XXX*/,
H A Dpci_6600.c183 return (sio_intr_string(NULL /*XXX*/,
H A Dsio_pic.c442 sio_intr_string(v, irq) in sio_intr_string() function