Searched refs:EV_WCLOSED (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dev.h62 #define EV_WCLOSED 0x1000 macro
/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c2014 switch (event & (EV_RWBYTES | EV_RCLOSED | EV_WCLOSED)) {
2033 case EV_WCLOSED:
2039 mask |= EV_WR|EV_WCLOSED;
2198 case EV_WCLOSED:
2200 mask |= EV_WR|EV_WCLOSED;
H A Duipc_socket.c3076 postevent(so, 0, EV_WCLOSED);

Completed in 82 milliseconds