Searched refs:cbs (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devthread.c88 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs) argument
92 if (!cbs) {
101 if (target->lock_api_version == cbs->lock_api_version &&
102 target->supported_locktypes == cbs->supported_locktypes &&
103 target->alloc == cbs->alloc &&
104 target->free == cbs->free &&
105 target->lock == cbs->lock &&
106 target->unlock == cbs->unlock) {
114 if (cbs->alloc && cbs
123 evthread_set_condition_callbacks(const struct evthread_condition_callbacks *cbs) argument
299 struct evthread_lock_callbacks cbs = { local
[all...]
H A Devthread_pthread.c166 struct evthread_lock_callbacks cbs = { local
187 evthread_set_lock_callbacks(&cbs);
H A Dbufferevent.c691 struct event_callback *cbs[MAX_CBS]; local
705 cbs[0] = &bufev->ev_read.ev_evcallback;
706 cbs[1] = &bufev->ev_write.ev_evcallback;
707 cbs[2] = &bufev_private->deferred;
712 cbs[n_cbs++] = &e->ev_evcallback;
714 n_cbs += evbuffer_get_callbacks_(bufev->input, cbs+n_cbs, MAX_CBS-n_cbs);
715 n_cbs += evbuffer_get_callbacks_(bufev->output, cbs+n_cbs, MAX_CBS-n_cbs);
717 event_callback_finalize_many_(bufev->ev_base, n_cbs, cbs,
H A Devthread_win32.c302 struct evthread_lock_callbacks cbs = { local
329 evthread_set_lock_callbacks(&cbs);
H A Devbuffer-internal.h344 struct event_callback **cbs,
H A Dbuffer.c3423 evbuffer_get_callbacks_(struct evbuffer *buffer, struct event_callback **cbs, argument
3433 cbs[0] = &buffer->deferred;
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dentropy.c482 isc_cbsource_t *cbs = &source->sources.callback; local
493 if (!cbs->start_called && cbs->startfunc != NULL) {
494 result = cbs->startfunc(source, cbs->arg, blocking);
497 cbs->start_called = ISC_TRUE;
503 result = cbs->getfunc(source, cbs->arg, blocking);
505 got = crunchsamples(ent, &cbs->samplequeue);
723 isc_cbsource_t *cbs; local
866 isc_cbsource_t *cbs; local
926 isc_cbsource_t *cbs; local
[all...]
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh33 echo 'Bootinfo START' | dd of=bootinfo.txt.tmp cbs=$CHRPBOOT_SIZE count=1 conv=block
34 echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
/freebsd-11-stable/sys/netgraph/
H A Dng_car.c203 priv->upper.tc = priv->upper.conf.cbs = NG_CAR_CBS_MIN;
218 priv->lower.tc = priv->lower.conf.cbs = NG_CAR_CBS_MIN;
468 bconf->downstream.cbs /= 128;
474 bconf->upstream.cbs /= 128;
493 bconf->downstream.cbs *= 125;
499 bconf->upstream.cbs *= 125;
506 (bconf->downstream.cbs == 0 &&
508 (bconf->upstream.cbs == 0 &&
528 priv->upper.tc = priv->upper.conf.cbs;
539 priv->lower.tc = priv->lower.conf.cbs;
[all...]
H A Dng_car.h72 u_int64_t cbs; /* Committed burst size (bytes) */ member in struct:ng_car_hookconf
84 { "cbs", &ng_parse_uint64_type }, \
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c106 p_BmPortal->cbs[BM_RCR_RING].f_BmCommitCb = bm_rcr_pci_commit;
109 p_BmPortal->cbs[BM_RCR_RING].f_BmCommitCb = bm_rcr_pce_commit;
112 p_BmPortal->cbs[BM_RCR_RING].f_BmCommitCb = bm_rcr_pvb_commit;
118 p_BmPortal->cbs[BM_RCR_RING].f_BmUpdateCb = bm_rcr_cci_update;
119 p_BmPortal->cbs[BM_RCR_RING].f_BmPrefetchCb = NULL;
122 p_BmPortal->cbs[BM_RCR_RING].f_BmUpdateCb = bm_rcr_cce_update;
123 p_BmPortal->cbs[BM_RCR_RING].f_BmPrefetchCb = bm_rcr_cce_prefetch;
H A Dbm.h263 t_BmPortalCallbacks cbs[BM_NUM_OF_RINGS]; member in struct:__anon8143
325 return p_BmPortal->cbs[type].f_BmUpdateCb(p_BmPortal->p_BmPortalLow);
330 if (p_BmPortal->cbs[type].f_BmPrefetchCb)
331 p_BmPortal->cbs[type].f_BmPrefetchCb(p_BmPortal->p_BmPortalLow);
336 p_BmPortal->cbs[type].f_BmCommitCb(p_BmPortal->p_BmPortalLow, myverb);
/freebsd-11-stable/stand/efi/boot1/
H A Dgenerate-fat.sh53 echo 'Boot1 START' | dd of=stub/efi/boot/$FILENAME cbs=$BOOT1_SIZE count=1 conv=block
/freebsd-11-stable/release/powerpc/
H A Dgenerate-hfs.sh47 echo 'Loader START' | dd of=loader.tmp cbs=$LOADER_SIZE count=1 conv=block
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h127 struct ecore_ll2_cbs cbs; member in struct:ecore_ll2_info
H A Decore_ll2_api.h185 const struct ecore_ll2_cbs *cbs; member in struct:ecore_ll2_acquire_data
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c215 struct evthread_lock_callbacks cbs; member in struct:lock_unlock_base
239 void *lock = lu_base.cbs.alloc(locktype);
251 lu_base.cbs.free(lock_, locktype);
262 return lu_base.cbs.lock(mode, lock_);
273 return lu_base.cbs.unlock(mode, lock_);
282 /** avoid calling of event_global_setup_locks_() for new cbs */
290 struct evthread_lock_callbacks cbs = { local
298 memcpy(&lu_base.cbs, evthread_get_lock_callbacks(),
299 sizeof(lu_base.cbs));
303 evthread_set_lock_callbacks(&cbs);
[all...]
H A Dregress_thread.c402 struct event_callback cbs[CB_COUNT]; member in struct:deferred_test_data
426 event_deferred_cb_init_(&data->cbs[i], 0, deferred_callback,
428 event_deferred_cb_schedule_(data->queue, &data->cbs[i]);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c165 uint32_t *cir, uint32_t *cbs, uint32_t *pir_eir, uint32_t *pbs_ebs, uint32_t *fpp)
238 *cbs = p_NonPassthroughAlgParam->comittedBurstSize;
817 uint32_t cir=0, cbs=0, pir_eir=0, pbs_ebs=0, fpp=0; local
819 calcRates(h_FmPcd, &p_Profile->nonPassthroughAlgParams, &cir, &cbs, &pir_eir, &pbs_ebs, &fpp);
824 p_PlcrRegs->fmpl_pecbs = cbs;
164 calcRates(t_Handle h_FmPcd, t_FmPcdPlcrNonPassthroughAlgParams *p_NonPassthroughAlgParam, uint32_t *cir, uint32_t *cbs, uint32_t *pir_eir, uint32_t *pbs_ebs, uint32_t *fpp) argument
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_dcb.c86 etscfg->cbs = (u8)((buf[offset] & I40E_IEEE_ETS_CBS_MASK) >>
323 etscfg->cbs = 0;
H A Di40e_type.h649 u8 cbs; member in struct:i40e_dcb_ets_config
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.c2466 bpstat_alloc (struct breakpoint *b, bpstat cbs /* Current "bs" value */ )
2471 cbs->next = bs;

Completed in 301 milliseconds