event.c | 62 int (*ev_out32_hook)(struct firm_event *, int, struct uio *); variable in typeref:typename:int (*)(struct firm_event *,int,struct uio *) 127 if ((curproc->p_flag & PK_32) && ev_out32_hook != NULL) 128 error = (*ev_out32_hook)(&ev->ev_q[ev->ev_get], cnt, uio); 143 if ((curproc->p_flag & PK_32) && ev_out32_hook != NULL) 144 error = (*ev_out32_hook)(&ev->ev_q[0], cnt, uio);
|