| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-labels.c | 127 linfo_cb_arg_t cb_arg; local 130 cb_arg.lca_name = lname; 131 cb_arg.lca_info = linfo; 133 if ((rc = ctf_label_iter (fp, label_info_cb, &cb_arg)) < 0)
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-labels.c | 127 linfo_cb_arg_t cb_arg; local 130 cb_arg.lca_name = lname; 131 cb_arg.lca_info = linfo; 133 if ((rc = ctf_label_iter (fp, label_info_cb, &cb_arg)) < 0)
|
| /src/sys/dev/ |
| keylock.c | 93 keylock_register(void *cb_arg, int npos, int (*cb)(void *)) 99 keylock_pos_cb_arg = cb_arg; 108 keylock_unregister(void *cb_arg, int (*cb)(void *)) 110 if (keylock_pos_cb != cb || keylock_pos_cb_arg != cb_arg)
|
| /src/external/bsd/libevent/dist/include/event2/ |
| rpc_struct.h | 101 void *cb_arg; member in struct:evrpc
|
| http_struct.h | 116 void *cb_arg; member in struct:evhttp_request
|
| /src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
| rpc_struct.h | 102 void *cb_arg; member in struct:evrpc
|
| http_struct.h | 117 void *cb_arg; member in struct:evhttp_request
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_labels.c | 143 linfo_cb_arg_t cb_arg; local 146 cb_arg.lca_name = lname; 147 cb_arg.lca_info = linfo; 149 if ((rc = ctf_label_iter(fp, label_info_cb, &cb_arg)) == CTF_ERR)
|
| /src/external/bsd/unbound/dist/util/storage/ |
| lruhash.c | 76 table->cb_arg = arg; 111 (*table->delkeyfunc)(p->key, table->cb_arg); 112 (*table->deldatafunc)(d, table->cb_arg); 306 struct lruhash_entry* entry, void* data, void* cb_arg) 318 if(cb_arg == NULL) cb_arg = table->cb_arg; 339 (*table->delkeyfunc)(entry->key, cb_arg); 342 (*table->deldatafunc)(found->data, cb_arg); 357 (*table->delkeyfunc)(reclaimlist->key, cb_arg); [all...] |
| lruhash.h | 161 void* cb_arg; member in struct:lruhash 272 * @param cb_override: if not null overrides the cb_arg for the deletefunc. 310 * @param cb_override: if not NULL overrides the cb_arg for deletefunc. 321 * @param cb_override: if not NULL overrides the cb_arg for deletefunc. 352 * @param cb_arg: if not null overrides the cb_arg for the deletefunc. 357 struct lruhash_entry* entry, void* data, void* cb_arg);
|
| /src/external/bsd/unbound/dist/util/ |
| netevent.h | 132 void* cb_arg; member in struct:comm_base 449 void *cb_arg; member in struct:comm_point 463 void* cb_arg; member in struct:comm_timer 480 void* cb_arg; member in struct:comm_signal 789 * @param cb_arg: user callback argument. 793 void (*cb)(void*), void* cb_arg); 832 * @param cb_arg: user argument to callback 836 void (*callback)(int, void*), void* cb_arg); 1004 size_t len, int flags, void* cb_arg); 1007 size_t len, int flags, void* cb_arg); [all...] |
| /src/external/bsd/unbound/dist/testcode/ |
| replay.h | 303 void *cb_arg; member in struct:replay_runtime 353 void* cb_arg; member in struct:fake_pending 396 void* cb_arg; member in struct:fake_timer
|
| dohclient.c | 129 void* ATTR_UNUSED(cb_arg)) 256 uint8_t* buf, size_t len, int ATTR_UNUSED(flags), void* cb_arg) 258 struct http2_session* h2_session = (struct http2_session*)cb_arg; 306 const uint8_t* buf, size_t len, int ATTR_UNUSED(flags), void* cb_arg) 308 struct http2_session* h2_session = (struct http2_session*)cb_arg; 338 nghttp2_error_code ATTR_UNUSED(error_code), void *cb_arg) 340 struct http2_session* h2_session = (struct http2_session*)cb_arg; 357 size_t len, void* cb_arg) 359 struct http2_session* h2_session = (struct http2_session*)cb_arg; 378 const nghttp2_frame *frame, void* ATTR_UNUSED(cb_arg)) [all...] |
| fake_event.c | 91 void* cb_arg; member in struct:fake_commpoint 378 void* cb_arg = pend->cb_arg; local 404 if((*cb)(&c, cb_arg, NETEVENT_NOERROR, &repinfo)) { 482 if((*runtime->callback_query)(repinfo.c, runtime->cb_arg, 501 void* cb_arg; local 506 cb_arg = p->cb_arg; 531 if((*cb)(&c, cb_arg, error, &repinfo)) { 583 (*t->cb)(t->cb_arg); [all...] |
| /src/external/bsd/unbound/dist/dynlibmod/ |
| dynlibmod.c | 219 return ((inplace_cb_reply_func_type*) cb_pair->cb)(qinfo, qstate, rep, rcode, edns, opt_list_out, repinfo, region, start_time, id, cb_pair->cb_arg); 227 return ((inplace_cb_query_func_type*) cb_pair->cb)(qinfo, flags, qstate, addr, addrlen, zone, zonelen, region, id, cb_pair->cb_arg); 233 return ((inplace_cb_edns_back_parsed_func_type*) cb_pair->cb)(qstate, id, cb_pair->cb_arg); 239 return ((inplace_cb_query_response_func_type*) cb_pair->cb)(qstate, response, id, cb_pair->cb_arg); 251 cb_pair->cb_arg = cbarg; 276 free(temp->cb_arg); 282 free(temp->cb_arg);
|
| /src/external/bsd/unbound/dist/services/ |
| outside_network.h | 330 void* cb_arg; member in struct:pending 412 void* cb_arg; member in struct:waiting_tcp 436 void* cb_arg; member in struct:service_callback 671 * @param cb_arg: callback argument of callback that needs removal. 674 void outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg); 757 * @param cb_arg: callback argument for cb. 763 comm_point_callback_type* cb, void* cb_arg, 772 * @param cb_arg: callback argument for cb. 785 comm_point_callback_type* cb, void* cb_arg, 795 * @param cb_arg: callback argument for cb [all...] |
| mesh.h | 254 * called as func(cb_arg, rcode, buffer_with_reply, security, why_bogus, 257 typedef void (*mesh_cb_func_type)(void* cb_arg, int rcode, struct sldns_buffer*, 275 * called as cb(cb_arg, rcode, buf, sec_state, why_bogus, was_ratelimited); 279 void* cb_arg; member in struct:mesh_cb 334 * @param cb_arg: callback user arg. 341 uint16_t qid, mesh_cb_func_type cb, void* cb_arg, int rpz_passthru); 565 * @param cb_arg: callback user arg. 571 struct sldns_buffer* buf, mesh_cb_func_type cb, void* cb_arg, 721 * @param cb_arg: callback user arg. 724 uint16_t qflags, mesh_cb_func_type cb, void* cb_arg); [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| sched.c | 59 opaque_t cb_arg; /* Argument for callback */ member in struct:pjob 99 p->cb_arg = ca; 247 p->cb_arg);
|
| /src/sys/arch/evbarm/gumstix/ |
| gxlcd.c | 205 void (*cb_func)(void *, int, int), void *cb_arg) 209 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg);
|
| /src/external/bsd/libevent/dist/ |
| evrpc.c | 127 void *cb_arg) 147 hook->process_arg = cb_arg; 233 void (*cb)(struct evrpc_req_generic *, void *), void *cb_arg) 239 rpc->cb_arg = cb_arg; 374 rpc->cb(rpc_state, rpc->cb_arg); 716 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); 761 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); 850 ctx->cb_arg = cbarg; 944 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); [all...] |
| evrpc-internal.h | 191 void *cb_arg; member in struct:evrpc_request_wrapper
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evrpc.c | 125 void *cb_arg) 145 hook->process_arg = cb_arg; 231 void (*cb)(struct evrpc_req_generic *, void *), void *cb_arg) 237 rpc->cb_arg = cb_arg; 372 rpc->cb(rpc_state, rpc->cb_arg); 714 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); 759 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); 848 ctx->cb_arg = cbarg; 942 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); [all...] |
| evrpc-internal.h | 192 void *cb_arg; member in struct:evrpc_request_wrapper
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_if.h | 127 typedef void (*VCHIQ_REMOTE_USE_CALLBACK_T)(void *cb_arg); 180 VCHIQ_REMOTE_USE_CALLBACK_T callback, void *cb_arg);
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_pq.c | 32 dt_pq_init(dtrace_hdl_t *dtp, uint_t size, dt_pq_value_f value_cb, void *cb_arg) 50 p->dtpq_arg = cb_arg;
|