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

/darwin-on-arm/xnu/bsd/sys/
H A Dev.h60 #define EV_RCLOSED 0x400 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c2043 switch (event & (EV_RWBYTES | EV_RCLOSED | EV_WCLOSED)) {
2063 case EV_RCLOSED:
2065 mask |= EV_RE|EV_RCLOSED;
2209 case EV_RCLOSED:
2211 mask |= EV_RE|EV_RCLOSED;
H A Dsys_pipe.c1320 postpipeevent(ppipe, EV_RCLOSED);
H A Duipc_socket.c2806 postevent(so, 0, EV_RCLOSED);

Completed in 35 milliseconds