Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dsocketvar.h813 extern void sonullevent(struct socket *so, void *arg, uint32_t hint);
/xnu-8796.121.2/bsd/kern/
H A Dkpi_socket.c1438 sock->so_event = sonullevent; in sock_catchevents_locked()
H A Duipc_socket.c1189 so->so_event = sonullevent; in sofreelastref()
1227 so->so_event = sonullevent; in sofreelastref()
1243 so->so_event = sonullevent; in sofreelastref()
H A Duipc_socket2.c2931 sonullevent(struct socket *so, void *arg, uint32_t hint) in sonullevent() function
H A Dkern_event.c8161 so->so_event = sonullevent; in event_sofreelastref()