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