Searched refs:econtext (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kpi_socket.c | 1425 sock_catchevents_locked(socket_t sock, sock_evupcall ecallback, void *econtext, in sock_catchevents_locked() argument 1435 sock->so_eventarg = econtext; in sock_catchevents_locked() 1445 sock_catchevents(socket_t sock, sock_evupcall ecallback, void *econtext, in sock_catchevents() argument 1453 sock_catchevents_locked(sock, ecallback, econtext, emask); in sock_catchevents()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | kpi_socket.h | 633 void *econtext, uint32_t emask);
|