Home
last modified time | relevance | path

Searched refs:sonullevent (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h820 extern void sonullevent(struct socket *so, void *arg, uint32_t hint);
/xnu-12377.61.12/bsd/kern/
H A Dkpi_socket.c1446 sock->so_event = sonullevent; in sock_catchevents_locked()
H A Duipc_socket.c1018 so->so_event = sonullevent; in sofreelastref()
1056 so->so_event = sonullevent; in sofreelastref()
1072 so->so_event = sonullevent; in sofreelastref()
H A Duipc_socket2.c2941 sonullevent(struct socket *so, void *arg, uint32_t hint) in sonullevent() function
H A Dkern_event.c8762 so->so_event = sonullevent;