Searched refs:EV_RCLOSED (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dev.h60 #define EV_RCLOSED 0x400 macro
/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c2014 switch (event & (EV_RWBYTES | EV_RCLOSED | EV_WCLOSED)) {
2034 case EV_RCLOSED:
2036 mask |= EV_RE|EV_RCLOSED;
2192 case EV_RCLOSED:
2194 mask |= EV_RE|EV_RCLOSED;
H A Dsys_pipe.c1319 postpipeevent(ppipe, EV_RCLOSED);
H A Duipc_socket.c3067 postevent(so, 0, EV_RCLOSED);

Completed in 30 milliseconds