Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dsocketvar.h821 extern void sonullevent(struct socket *so, void *arg, uint32_t hint);
/xnu-10063.101.15/bsd/kern/
H A Dkpi_socket.c1438 sock->so_event = sonullevent; in sock_catchevents_locked()
H A Duipc_socket.c1184 so->so_event = sonullevent; in sofreelastref()
1222 so->so_event = sonullevent; in sofreelastref()
1238 so->so_event = sonullevent; in sofreelastref()
H A Duipc_socket2.c2922 sonullevent(struct socket *so, void *arg, uint32_t hint) in sonullevent() function
H A Dkern_event.c8371 so->so_event = sonullevent; in event_sofreelastref()