Searched refs:so_eventarg (Results 1 – 3 of 3) sorted by relevance
1443 sock->so_eventarg = econtext; in sock_catchevents_locked()1447 sock->so_eventarg = NULL; in sock_catchevents_locked()
2690 caddr_t __single so_eventarg = so->so_eventarg; in soevupcall() local2694 so->so_event(so, so_eventarg, hint); in soevupcall()
220 void *so_eventarg; /* Arg for above */ member