Searched refs:ev_out32_hook (Results 1 – 4 of 4) sorted by relevance
62 int (*ev_out32_hook)(struct firm_event *, int, struct uio *); variable127 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()
87 extern int (*ev_out32_hook)(struct firm_event *, int, struct uio *);
122 if (ev_out32_hook == NULL) in sunos32_setregs()123 ev_out32_hook = ev_out32; in sunos32_setregs()
120 if (ev_out32_hook == NULL) in netbsd32_setregs()121 ev_out32_hook = ev_out32; in netbsd32_setregs()