Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/dev/
H A Dpowsw.c94 static int powsw_intr(void *);
152 if (intio_intr_establish(desc->vector, xname, powsw_intr, sc) < 0) in powsw_attach()
164 powsw_intr(void *arg) in powsw_intr() function