Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h791 extern void sonullevent(struct socket *so, void *arg, long hint);
/xnu-8019.80.24/bsd/kern/
H A Dkpi_socket.c1387 sock->so_event = sonullevent; in sock_catchevents_locked()
H A Duipc_socket.c1168 so->so_event = sonullevent; in sofreelastref()
1206 so->so_event = sonullevent; in sofreelastref()
1222 so->so_event = sonullevent; in sofreelastref()
H A Duipc_socket2.c2873 sonullevent(struct socket *so, void *arg, long hint) in sonullevent() function
H A Dkern_event.c8047 so->so_event = sonullevent; in event_sofreelastref()