HomeSort by: relevance | last modified time | path
    Searched defs:ev_out32_hook (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/sun/
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);

Completed in 13 milliseconds