Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dsocketvar.h826 extern void sonullevent(struct socket *so, void *arg, uint32_t hint);
/xnu-10002.41.9/bsd/kern/
H A Dkpi_socket.c1438 sock->so_event = sonullevent; in sock_catchevents_locked()
H A Duipc_socket.c1192 so->so_event = sonullevent; in sofreelastref()
1230 so->so_event = sonullevent; in sofreelastref()
1246 so->so_event = sonullevent; in sofreelastref()
H A Duipc_socket2.c2948 sonullevent(struct socket *so, void *arg, uint32_t hint) in sonullevent() function
H A Dkern_event.c8200 so->so_event = sonullevent; in event_sofreelastref()