Searched refs:ev_cb (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 163 void (*ev_cb)(int, short, void*); member 290 void (*ev_cb)(int, short, void*), void* data) in tap_socket_new_local() 304 s->ev_cb = ev_cb; in tap_socket_new_local() 311 void (*ev_cb)(int, short, void*), void* data) in tap_socket_new_tcpaccept() 325 s->ev_cb = ev_cb; in tap_socket_new_tcpaccept() 332 void (*ev_cb)(int, short, void*), void* data, char* server_key, in tap_socket_new_tlsaccept() 347 s->ev_cb = ev_cb; in tap_socket_new_tlsaccept() 427 s->ev_cb, s); in tap_socket_setup()
|
| /src/sys/contrib/openzfs/include/sys/fm/ |
| H A D | util.h | 85 zevent_cb_t *ev_cb; /* " */ member
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | fm.c | 137 ev->ev_cb(ev->ev_nvl, ev->ev_detector); in zfs_zevent_free() 250 ev->ev_cb = cb; in zfs_zevent_post()
|
| /src/crypto/krb5/src/util/verto/ |
| H A D | ev.c | 4692 if (ev_cb (w)) in embed_io_cb() 5001 if (ev_cb ((ev_io *)wl) == embed_io_cb) in ev_walk() 5009 if (ev_cb ((ev_io *)wl) == infy_cb) in ev_walk() 5024 if (ev_cb ((ev_timer *)ANHE_w (timers [i])) == stat_timer_cb) in ev_walk() 5050 if (ev_cb (forks [i]) != embed_fork_cb) in ev_walk() 5064 if (ev_cb (prepares [i]) != embed_prepare_cb) in ev_walk()
|
| H A D | ev.h | 725 #define ev_cb(ev) (memmove (&ev_cb_ (ev), &((ev_watcher *)(ev))->cb, siz…
|