Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sun/
H A Devent.c62 int (*ev_out32_hook)(struct firm_event *, int, struct uio *); variable
127 if ((curproc->p_flag & PK_32) && ev_out32_hook != NULL) in ev_read()
128 error = (*ev_out32_hook)(&ev->ev_q[ev->ev_get], cnt, uio); in ev_read()
143 if ((curproc->p_flag & PK_32) && ev_out32_hook != NULL) in ev_read()
144 error = (*ev_out32_hook)(&ev->ev_q[0], cnt, uio); in ev_read()
H A Devent_var.h87 extern int (*ev_out32_hook)(struct firm_event *, int, struct uio *);
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dsunos32_machdep.c122 if (ev_out32_hook == NULL) in sunos32_setregs()
123 ev_out32_hook = ev_out32; in sunos32_setregs()
H A Dnetbsd32_machdep.c120 if (ev_out32_hook == NULL) in netbsd32_setregs()
121 ev_out32_hook = ev_out32; in netbsd32_setregs()