| /freebsd-10-stable/usr.sbin/bluetooth/btpand/ |
| D | event.h | 53 void *cbarg; member 79 #define event_set(ev, fd, flags, cb, cbarg) \ argument 80 _event_set(__FILE__, __LINE__, ev, fd, flags, cb, cbarg) 86 #define evtimer_set(ev, cb, cbarg) \ argument 87 _event_set(__FILE__, __LINE__, ev, -1, 0, cb, cbarg) 93 void (*cb)(int, short, void *), void *cbarg) in _event_set() argument 96 file, line, ev, fd, flags, cb, cbarg); in _event_set() 101 __event_set(ev, fd, flags, cb, cbarg); in _event_set() 109 ev->cbarg, timeout); in _event_add() 121 file, line, ev, ev->fd, ev->flags, ev->cb, ev->cbarg); in _event_del() [all …]
|
| D | event.c | 171 ev->cbarg, ev); in __event_dispatch() 175 ev->cbarg); in __event_dispatch() 193 __func__, ev->cb, ev->fd, ev->cbarg, ev); in __event_dispatch() 197 ev->cbarg); in __event_dispatch() 211 void (*cb)(int, short, void *), void *cbarg) in __event_set() argument 216 ev->cbarg = cbarg; in __event_set()
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/ |
| D | rpc.h | 184 struct reqstruct *, struct rplystruct *, void *cbarg), \ 197 void *cbarg); 214 pool, request, reply, cb, cbarg) \ argument 221 cbarg) 237 struct reqstruct *, struct rplystruct *, void *cbarg), \ 238 void *cbarg) { \ 241 cbarg, \ 319 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \ argument 321 (void (*)(struct evrpc_req_generic *, void *))callback, cbarg, \ 374 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ argument [all …]
|
| D | buffer_compat.h | 95 void evbuffer_setcb(struct evbuffer *buffer, evbuffer_cb cb, void *cbarg);
|
| D | bufferevent_compat.h | 76 evbuffercb readcb, evbuffercb writecb, everrorcb errorcb, void *cbarg);
|
| D | bufferevent_struct.h | 102 void *cbarg; member
|
| D | buffer.h | 906 struct evbuffer_cb_entry *evbuffer_add_cb(struct evbuffer *buffer, evbuffer_cb_func cb, void *cbarg… 927 int evbuffer_remove_cb(struct evbuffer *buffer, evbuffer_cb_func cb, void *cbarg);
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/ |
| D | bufferevent.c | 146 bufev->errorcb(bufev, BEV_EVENT_CONNECTED, bufev->cbarg); in bufferevent_run_deferred_callbacks_locked() 150 bufev->readcb(bufev, bufev->cbarg); in bufferevent_run_deferred_callbacks_locked() 154 bufev->writecb(bufev, bufev->cbarg); in bufferevent_run_deferred_callbacks_locked() 162 bufev->errorcb(bufev, what, bufev->cbarg); in bufferevent_run_deferred_callbacks_locked() 182 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 184 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 188 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 190 UNLOCKED(readcb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() 194 void *cbarg = bufev->cbarg; in bufferevent_run_deferred_callbacks_unlocked() local 196 UNLOCKED(writecb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked() [all …]
|
| D | http-internal.h | 120 void *cbarg; member
|
| D | evbuffer-internal.h | 73 void *cbarg; member
|
| D | evrpc.c | 829 void *cbarg) in evrpc_make_request_ctx() argument 845 ctx->cb_arg = cbarg; in evrpc_make_request_ctx() 1133 void (*callback)(struct evrpc_req_generic *, void *), void *cbarg, in evrpc_register_generic() argument 1146 (void (*)(struct evrpc_req_generic*, void *))callback, cbarg); in evrpc_register_generic()
|
| D | buffer.c | 506 info.orig_size, new_size, cbent->cbarg); in evbuffer_run_callbacks() 508 cbent->cb.cb_func(buffer, &info, cbent->cbarg); in evbuffer_run_callbacks() 3289 evbuffer_setcb(struct evbuffer *buffer, evbuffer_cb cb, void *cbarg) in evbuffer_setcb() argument 3298 evbuffer_add_cb(buffer, NULL, cbarg); in evbuffer_setcb() 3306 evbuffer_add_cb(struct evbuffer *buffer, evbuffer_cb_func cb, void *cbarg) in evbuffer_add_cb() argument 3313 e->cbarg = cbarg; in evbuffer_add_cb() 3332 evbuffer_remove_cb(struct evbuffer *buffer, evbuffer_cb_func cb, void *cbarg) in evbuffer_remove_cb() argument 3338 if (cb == cbent->cb.cb_func && cbarg == cbent->cbarg) { in evbuffer_remove_cb() 3416 cb->cb(buffer, sz, evbuffer_get_length(buffer), cb->cbarg);
|
| /freebsd-10-stable/contrib/pf/libevent/ |
| D | buffer.c | 112 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); in evbuffer_add_buffer() 114 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg); in evbuffer_add_buffer() 160 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); in evbuffer_add_vprintf() 308 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); in evbuffer_add() 333 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); in evbuffer_drain() 399 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); in evbuffer_read() 452 void *cbarg) in evbuffer_setcb() argument 455 buffer->cbarg = cbarg; in evbuffer_setcb()
|
| D | evbuffer.c | 140 (*bufev->readcb)(bufev, bufev->cbarg); in bufferevent_readcb() 148 (*bufev->errorcb)(bufev, what, bufev->cbarg); in bufferevent_readcb() 197 (*bufev->writecb)(bufev, bufev->cbarg); in bufferevent_writecb() 207 (*bufev->errorcb)(bufev, what, bufev->cbarg); in bufferevent_writecb() 223 everrorcb errorcb, void *cbarg) in bufferevent_new() argument 248 bufev->cbarg = cbarg; in bufferevent_new()
|
| D | event.h | 221 void *cbarg; member 253 void *cbarg; member 262 evbuffercb readcb, evbuffercb writecb, everrorcb errorcb, void *cbarg);
|
| /freebsd-10-stable/sys/dev/hyperv/netvsc/ |
| D | hn_nvs.h | 47 #define HN_NVS_SENDCTX_INITIALIZER(cb, cbarg) \ argument 50 .hn_cbarg = cbarg \ 54 hn_nvs_sendctx_init(struct hn_nvs_sendctx *sndc, hn_nvs_sent_t cb, void *cbarg) in hn_nvs_sendctx_init() argument 58 sndc->hn_cbarg = cbarg; in hn_nvs_sendctx_init()
|
| /freebsd-10-stable/sys/arm/xscale/ixp425/ |
| D | ixp425_qmgr.c | 122 void *cbarg; /* callback argument */ member 341 qconfig_hand_t *cb, void *cbarg) in ixpqmgr_qconfig() argument 347 __func__, qId, qEntries, ne, nf, srcSel, cb, cbarg); in ixpqmgr_qconfig() 359 qi->cbarg = 0; in ixpqmgr_qconfig() 362 qi->cbarg = cbarg; in ixpqmgr_qconfig() 769 qi->cb(qIndex, qi->cbarg); in ixpqmgr_intr() 796 qi->cb(qIndex, qi->cbarg); in ixpqmgr_intr()
|
| D | ixp425_qmgr.h | 235 qconfig_hand_t *cb, void *cbarg);
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | dsl_prop.h | 67 dsl_prop_changed_cb_t *callback, void *cbarg); 68 void dsl_prop_unregister_all(struct dsl_dataset *ds, void *cbarg);
|
| /freebsd-10-stable/contrib/unbound/libunbound/ |
| D | libunbound.c | 471 ub_callback_t* cb, void** cbarg, int* err, in process_answer_detail() argument 494 *cbarg = NULL; in process_answer_detail() 497 *cbarg = q->cb_arg; in process_answer_detail() 539 void* cbarg; in process_answer() local 543 r = process_answer_detail(ctx, msg, len, &cb, &cbarg, &err, &res); in process_answer() 548 (*cb)(cbarg, err, res); in process_answer() 582 void* cbarg; in ub_wait() local 617 &cb, &cbarg, &err, &res); in ub_wait() 623 (*cb)(cbarg, err, res); in ub_wait()
|
| D | context.h | 245 int rrclass, ub_callback_t cb, void* cbarg);
|
| D | context.c | 129 ub_callback_t cb, void* cbarg) in context_new() argument 143 q->cb_arg = cbarg; in context_new()
|
| /freebsd-10-stable/sys/dev/hyperv/include/ |
| D | vmbus.h | 169 vmbus_chan_callback_t cb, void *cbarg); 172 int udlen, vmbus_chan_callback_t cb, void *cbarg);
|
| /freebsd-10-stable/contrib/ntp/lib/isc/ |
| D | socket_api.c | 200 isc_sockfdwatch_t callback, void *cbarg, in isc_socket_fdwatchcreate() argument 206 callback, cbarg, task, in isc_socket_fdwatchcreate()
|
| /freebsd-10-stable/contrib/ntp/lib/isc/include/isc/ |
| D | socket.h | 272 void *cbarg, isc_task_t *task, 357 void *cbarg,
|