Searched refs:EV_PID (Results 1 – 2 of 2) sorted by relevance
190 EV_PID(scp) = getpid(); in sysevent_evc_bind()219 if (EV_PID(scp) == getpid()) { in sysevent_evc_unbind()279 if (EV_PID(scp) != getpid()) { in sysevent_evc_publish()462 if (EV_PID(scp) != getpid()) { in sysevent_evc_subscribe_cmn()702 if (EV_PID(scp) != getpid()) in sysevent_evc_unsubscribe()788 if (EV_PID(scp) != getpid()) { in sysevent_evc_control()
132 #define EV_PID(evcp) (EVCHAN_IMPL_HNDL(evcp)->ev_pid) macro