| /src/external/bsd/openldap/dist/servers/lloadd/ |
| libevent_support.c | 148 struct evthread_lock_callbacks cbs = { local 164 evthread_set_lock_callbacks( &cbs );
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| quota.h | 66 ISC_LIST(isc_quota_cb_t) cbs; member in struct:isc_quota
|
| /src/external/bsd/libevent/dist/ |
| evthread_pthread.c | 169 struct evthread_lock_callbacks cbs = { local 190 evthread_set_lock_callbacks(&cbs);
|
| evthread_win32.c | 305 struct evthread_lock_callbacks cbs = { local 332 evthread_set_lock_callbacks(&cbs);
|
| evthread.c | 97 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs) 109 if (!cbs) { 118 if (target->lock_api_version == cbs->lock_api_version && 119 target->supported_locktypes == cbs->supported_locktypes && 120 target->alloc == cbs->alloc && 121 target->free == cbs->free && 122 target->lock == cbs->lock && 123 target->unlock == cbs->unlock) { 131 if (cbs->alloc && cbs->free && cbs->lock && cbs->unlock) 324 struct evthread_lock_callbacks cbs = { local [all...] |
| bufferevent.c | 715 struct event_callback *cbs[MAX_CBS]; local 729 cbs[0] = &bufev->ev_read.ev_evcallback; 730 cbs[1] = &bufev->ev_write.ev_evcallback; 731 cbs[2] = &bufev_private->deferred; 736 cbs[n_cbs++] = &e->ev_evcallback; 738 n_cbs += evbuffer_get_callbacks_(bufev->input, cbs+n_cbs, MAX_CBS-n_cbs); 739 n_cbs += evbuffer_get_callbacks_(bufev->output, cbs+n_cbs, MAX_CBS-n_cbs); 741 event_callback_finalize_many_(bufev->ev_base, n_cbs, cbs,
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evthread_pthread.c | 168 struct evthread_lock_callbacks cbs = { local 189 evthread_set_lock_callbacks(&cbs);
|
| evthread.c | 95 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs) 107 if (!cbs) { 116 if (target->lock_api_version == cbs->lock_api_version && 117 target->supported_locktypes == cbs->supported_locktypes && 118 target->alloc == cbs->alloc && 119 target->free == cbs->free && 120 target->lock == cbs->lock && 121 target->unlock == cbs->unlock) { 129 if (cbs->alloc && cbs->free && cbs->lock && cbs->unlock) 322 struct evthread_lock_callbacks cbs = { local [all...] |
| evthread_win32.c | 304 struct evthread_lock_callbacks cbs = { local 331 evthread_set_lock_callbacks(&cbs);
|
| bufferevent.c | 713 struct event_callback *cbs[MAX_CBS]; local 727 cbs[0] = &bufev->ev_read.ev_evcallback; 728 cbs[1] = &bufev->ev_write.ev_evcallback; 729 cbs[2] = &bufev_private->deferred; 734 cbs[n_cbs++] = &e->ev_evcallback; 736 n_cbs += evbuffer_get_callbacks_(bufev->input, cbs+n_cbs, MAX_CBS-n_cbs); 737 n_cbs += evbuffer_get_callbacks_(bufev->output, cbs+n_cbs, MAX_CBS-n_cbs); 739 event_callback_finalize_many_(bufev->ev_base, n_cbs, cbs,
|
| /src/external/mpl/bind/dist/tests/isc/ |
| quota_test.c | 137 static isc_job_t cbs[30]; variable 175 cbs[i] = (isc_job_t)ISC_JOB_INITIALIZER; 176 result = isc_quota_acquire_cb("a, &cbs[i], callback, 182 cbs[i] = (isc_job_t)ISC_JOB_INITIALIZER; 183 result = isc_quota_acquire_cb("a, &cbs[i], callback, 190 cbs[i] = (isc_job_t)ISC_JOB_INITIALIZER; 191 result = isc_quota_acquire_cb("a, &cbs[i], callback,
|
| /src/lib/libnvmm/ |
| nvmm.h | 63 struct nvmm_assist_callbacks cbs; member in struct:nvmm_vcpu
|
| /src/tests/lib/libc/sys/ |
| t_aio_lio.c | 112 struct aiocb cbs[NW_REQS]; local 126 memset(&cbs[i], 0, sizeof(cbs[i])); 127 cbs[i].aio_fildes = fd; 128 cbs[i].aio_buf = bufs[i]; 129 cbs[i].aio_nbytes = NW_BLKSIZ; 130 cbs[i].aio_offset = off; 131 cbs[i].aio_lio_opcode = LIO_WRITE; 133 list[i] = &cbs[i]; 147 err = aio_error(&cbs[i]) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_arb.c | 63 int found, mclk_extra, mclk_loop, cbs, m1, p1; local 74 cbs = 128; 97 m1 = clwm + cbs - 512; 108 fifo->burst = cbs;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_context.c | 42 struct vmw_ctx_binding_state *cbs; member in struct:vmw_user_context 156 vmw_binding_state_kill(uctx->cbs); 207 uctx->cbs = vmw_binding_state_alloc(dev_priv); 208 if (IS_ERR(uctx->cbs)) { 209 ret = PTR_ERR(uctx->cbs); 391 vmw_binding_state_scrub(uctx->cbs); 555 vmw_binding_state_scrub(uctx->cbs); 689 if (ctx->cbs) 690 vmw_binding_state_free(ctx->cbs); 836 return vmw_binding_state_list(uctx->cbs); [all...] |
| vmwgfx_binding.c | 124 static int vmw_binding_emit_dirty(struct vmw_ctx_binding_state *cbs); 240 * @cbs: The context binding state tracker. 249 vmw_cbs_context(const struct vmw_ctx_binding_state *cbs) 251 if (list_empty(&cbs->list)) 254 return list_first_entry(&cbs->list, struct vmw_ctx_bindinfo, 261 * @cbs: Pointer to a struct vmw_ctx_binding state which holds the slot. 267 vmw_binding_loc(struct vmw_ctx_binding_state *cbs, 273 return (struct vmw_ctx_bindinfo *)((u8 *) cbs + offset); 296 * @cbs: Pointer to the context binding state tracker. 300 * state structure @cbs 429 struct vmw_ctx_binding_state *cbs = local 1068 struct vmw_ctx_binding_state *cbs = local 1088 struct vmw_ctx_binding_state *cbs = local 1105 struct vmw_ctx_binding_state *cbs = local 1124 struct vmw_ctx_binding_state *cbs = local 1181 struct vmw_ctx_binding_state *cbs; local [all...] |
| /src/external/bsd/libevent/dist/test/ |
| regress_thread.c | 410 struct event_callback cbs[CB_COUNT]; member in struct:deferred_test_data 434 event_deferred_cb_init_(&data->cbs[i], 0, deferred_callback, 436 event_deferred_cb_schedule_(data->queue, &data->cbs[i]);
|
| regress_bufferevent.c | 239 struct evthread_lock_callbacks cbs; member in struct:lock_unlock_base 264 lock = lu_base.cbs.alloc(locktype); 275 lu_base.cbs.free(lock_, locktype); 286 return lu_base.cbs.lock(mode, lock_); 297 return lu_base.cbs.unlock(mode, lock_); 309 /** avoid calling of event_global_setup_locks_() for new cbs */ 317 struct evthread_lock_callbacks cbs = { local 325 memcpy(&lu_base.cbs, evthread_get_lock_callbacks(), 326 sizeof(lu_base.cbs)); 330 evthread_set_lock_callbacks(&cbs); [all...] |
| /src/external/bsd/nvi/dist/motif_l/ |
| m_menu.c | 181 XmFileSelectionBoxCallbackStruct *cbs; 183 cbs = (XmFileSelectionBoxCallbackStruct *) call_data; 184 XmStringGetLtoR( cbs->value, XmSTRING_DEFAULT_CHARSET, &file_name ); 178 XmFileSelectionBoxCallbackStruct *cbs; local
|
| m_vi.c | 451 XmDrawingAreaCallbackStruct *cbs; 458 cbs = (XmDrawingAreaCallbackStruct *) call_data; 486 switch ( cbs->event->type ) { 489 gev = (XGraphicsExposeEvent *) cbs->event; 513 xev = (XExposeEvent *) cbs->event; 574 XmDrawingAreaCallbackStruct cbs; 578 cbs.event = ev; 579 cbs.window = XtWindow(w); 580 cbs.reason = XmCR_EXPOSE; 581 __vi_expose_func( w, client_data, (XtPointer) &cbs ); 441 XmDrawingAreaCallbackStruct *cbs; local 563 XmDrawingAreaCallbackStruct cbs; local [all...] |
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| workqueue.c | 180 struct cds_wfcq_node *cbs, *cbs_tmp_n; local 215 &cbs_tmp_tail, cbs, cbs_tmp_n) { 218 uwp = caa_container_of(cbs,
|
| urcu-call-rcu-impl.h | 338 struct cds_wfcq_node *cbs, *cbs_tmp_n; local 370 &cbs_tmp_tail, cbs, cbs_tmp_n) { 373 rhp = caa_container_of(cbs, 778 /* CBs queued here will be handed to the default list. */
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_thread.c | 404 struct event_callback cbs[CB_COUNT]; member in struct:deferred_test_data 428 event_deferred_cb_init_(&data->cbs[i], 0, deferred_callback, 430 event_deferred_cb_schedule_(data->queue, &data->cbs[i]);
|
| regress_bufferevent.c | 237 struct evthread_lock_callbacks cbs; member in struct:lock_unlock_base 262 lock = lu_base.cbs.alloc(locktype); 273 lu_base.cbs.free(lock_, locktype); 284 return lu_base.cbs.lock(mode, lock_); 295 return lu_base.cbs.unlock(mode, lock_); 307 /** avoid calling of event_global_setup_locks_() for new cbs */ 315 struct evthread_lock_callbacks cbs = { local 323 memcpy(&lu_base.cbs, evthread_get_lock_callbacks(), 324 sizeof(lu_base.cbs)); 328 evthread_set_lock_callbacks(&cbs); [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_dp_mst_helper.h | 542 * @cbs: callbacks for connector addition and destruction. 544 const struct drm_dp_mst_topology_cbs *cbs; member in struct:drm_dp_mst_topology_mgr
|