Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/alpha/alpha/
Dinterrupt.c95 void scb_stray(void *, u_long);
109 scb_iovectab[i].scb_func = scb_stray; in scb_init()
115 scb_stray(void *arg, u_long vec) in scb_stray() function
135 if (scb_iovectab[idx].scb_func != scb_stray) in scb_set()
161 if (scb_iovectab[idx].scb_func == scb_stray) { in scb_alloc()
189 if (scb_iovectab[idx].scb_func == scb_stray) in scb_free()
192 scb_iovectab[idx].scb_func = scb_stray; in scb_free()