Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 3342) sorted by relevance

12345678910>>...134

/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.lltostrbase.d.out1 base -2 of -10: <error>
2 base -2 of -1: <error>
3 base -2 of 0: <error>
4 base -2 of 10: <error>
5 base -2 of 100: <error>
6 base -2 of 1000: <error>
7 base -2 of 4611686018427387904: <error>
31 base 2 of 0: 0
38 base 3 of 0: 0
45 base 4 of 0: 0
[all …]
/freebsd-13.1/contrib/libevent/
H A Devent.c431 gettime(base, &base->tv_cache); in update_time_cache()
652 base->evbase = base->evsel->init(base); in event_base_new_with_config()
882 base->evsel->dealloc(base); in event_base_free_()
1007 base->evsel->dealloc(base); in event_reinit()
1008 base->evbase = evsel->init(base); in event_reinit()
1423 struct event_base *base = ctl->base; in common_timeout_callback() local
1505 new_ctl->base = base; in event_base_init_common_timeout()
1909 base->event_gotterm = base->event_break = 0; in event_base_loop()
2067 if (!base) in event_assign()
2499 return base->th_notify_fn(base); in evthread_notify_base()
[all …]
H A Devutil_time.c197 *tv = base->last_time; in adjust_monotonic_time()
199 base->last_time = *tv; in adjust_monotonic_time()
298 base->monotonic_clock = -1; in evutil_configure_monotonic_time_()
308 if (base->monotonic_clock < 0) { in evutil_gettime_monotonic_()
311 adjust_monotonic_time(base, tp); in evutil_gettime_monotonic_()
342 memset(base, 0, sizeof(*base)); in evutil_configure_monotonic_time_()
444 if (base->GetTickCount64_fn) { in evutil_GetTickCount_()
464 base->last_tick_count = ticks; in evutil_GetTickCount_()
476 memset(base, 0, sizeof(*base)); in evutil_configure_monotonic_time_()
484 base->first_tick = base->last_tick_count = evutil_GetTickCount_(base); in evutil_configure_monotonic_time_()
[all …]
H A Dsignal.c123 evsig_base = base; in evsig_set_base_()
137 struct event_base *base; in evsig_cb() local
139 base = arg; in evsig_cb()
192 if (base->sig.sh_old) { in evsig_init_()
195 base->sig.sh_old = NULL; in evsig_init_()
196 base->sig.sh_old_max = 0; in evsig_init_()
198 event_assign(&base->sig.ev_signal, base, base->sig.ev_signal_pair[0], in evsig_init_()
294 base, evsig_base, base->evsel->name); in evsig_add()
296 evsig_base = base; in evsig_add()
425 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL) in evsig_dealloc_()
[all …]
H A Devdns.c390 #define REQ_HEAD(base, id) ((base)->req_heads[id % (base)->n_req_heads]) argument
560 struct evdns_base *base = ns->base; in nameserver_failed() local
650 struct evdns_base *base = req->base; in request_finished() local
1044 EVUTIL_ASSERT(req->base == base); in reply_parse()
2163 struct evdns_base *base = req->base; in evdns_request_timeout_callback() local
2509 ns->base = base; in evdns_nameserver_add_impl_()
2774 req->base = base; in request_new()
2814 handle->base = base; in request_new()
2825 struct evdns_base *base = req->base; in request_submit() local
2854 base = handle->base; in evdns_cancel_request()
[all …]
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent.c415 gettime(base, &base->tv_cache); in update_time_cache()
636 base->evbase = base->evsel->init(base); in event_base_new_with_config()
839 base->evsel->dealloc(base); in event_base_free_()
964 base->evsel->dealloc(base); in event_reinit()
965 base->evbase = evsel->init(base); in event_reinit()
1376 struct event_base *base = ctl->base; in common_timeout_callback() local
1458 new_ctl->base = base; in event_base_init_common_timeout()
1862 base->event_gotterm = base->event_break = 0; in event_base_loop()
2020 if (!base) in event_assign()
2452 return base->th_notify_fn(base); in evthread_notify_base()
[all …]
H A Devutil_time.c159 *tv = base->last_time; in adjust_monotonic_time()
161 base->last_time = *tv; in adjust_monotonic_time()
260 base->monotonic_clock = -1; in evutil_configure_monotonic_time_()
270 if (base->monotonic_clock < 0) { in evutil_gettime_monotonic_()
273 adjust_monotonic_time(base, tp); in evutil_gettime_monotonic_()
304 memset(base, 0, sizeof(*base)); in evutil_configure_monotonic_time_()
406 if (base->GetTickCount64_fn) { in evutil_GetTickCount_()
426 base->last_tick_count = ticks; in evutil_GetTickCount_()
438 memset(base, 0, sizeof(*base)); in evutil_configure_monotonic_time_()
446 base->first_tick = base->last_tick_count = evutil_GetTickCount_(base); in evutil_configure_monotonic_time_()
[all …]
H A Dsignal.c123 evsig_base = base; in evsig_set_base_()
137 struct event_base *base; in evsig_cb() local
139 base = arg; in evsig_cb()
192 if (base->sig.sh_old) { in evsig_init_()
195 base->sig.sh_old = NULL; in evsig_init_()
196 base->sig.sh_old_max = 0; in evsig_init_()
198 event_assign(&base->sig.ev_signal, base, base->sig.ev_signal_pair[0], in evsig_init_()
294 base, evsig_base, base->evsel->name); in evsig_add()
296 evsig_base = base; in evsig_add()
425 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL) in evsig_dealloc_()
[all …]
H A Devdns.c390 #define REQ_HEAD(base, id) ((base)->req_heads[id % (base)->n_req_heads]) argument
560 struct evdns_base *base = ns->base; in nameserver_failed() local
650 struct evdns_base *base = req->base; in request_finished() local
1044 EVUTIL_ASSERT(req->base == base); in reply_parse()
2165 struct evdns_base *base = req->base; in evdns_request_timeout_callback() local
2511 ns->base = base; in evdns_nameserver_add_impl_()
2776 req->base = base; in request_new()
2816 handle->base = base; in request_new()
2827 struct evdns_base *base = req->base; in request_submit() local
2856 base = handle->base; in evdns_cancel_request()
[all …]
/freebsd-13.1/sys/dev/bxe/
H A Decore_fw_defs.h56 (IRO[323].base + ((pfId) * IRO[323].m1))
58 (IRO[324].base + ((pfId) * IRO[324].m1))
74 (IRO[322].base + ((pfId) * IRO[322].m1))
76 (IRO[314].base + ((pfId) * IRO[314].m1))
78 (IRO[313].base + ((pfId) * IRO[313].m1))
80 (IRO[312].base + ((pfId) * IRO[312].m1))
84 (IRO[146].base + ((pfId) * IRO[146].m1))
86 (IRO[147].base + ((pfId) * IRO[147].m1))
88 (IRO[145].base + ((pfId) * IRO[145].m1))
199 (IRO[45].base + ((pfId) * IRO[45].m1))
[all …]
/freebsd-13.1/contrib/jemalloc/src/
H A Dbase.c219 assert(base->allocated <= base->resident); in base_extent_bump_alloc_post()
220 assert(base->resident <= base->mapped); in base_extent_bump_alloc_post()
226 assert(base->mapped >= base->n_thp << LG_HUGEPAGE); in base_extent_bump_alloc_post()
318 base_ind_get(base), &base->pind_last, &base->extent_sn_next, size, in base_extent_alloc()
337 assert(base->allocated <= base->resident); in base_extent_alloc()
338 assert(base->resident <= base->mapped); in base_extent_alloc()
339 assert(base->n_thp << LG_HUGEPAGE <= base->mapped); in base_extent_alloc()
385 assert(base->allocated <= base->resident); in base_new()
386 assert(base->resident <= base->mapped); in base_new()
486 assert(base->allocated <= base->resident); in base_stats_get()
[all …]
/freebsd-13.1/bin/pkill/tests/
H A Dpkill-j_test.sh10 base=pkill_j_test
55 [ -f ${PWD}/${base}_1_1.pid ] && kill "$(cat ${PWD}/${base}_1_1.pid)"
56 [ -f ${PWD}/${base}_1_2.pid ] && kill "$(cat ${PWD}/${base}_1_2.pid)"
77 [ -f ${PWD}/${base}_2_1.pid ] && kill "$(cat ${PWD}/${base}_2_1.pid)"
78 [ -f ${PWD}/${base}_2_2.pid ] && kill "$(cat ${PWD}/${base}_2_2.pid)"
88 [ ! -f ${PWD}/${base}_3_1.pid -a -f ${PWD}/${base}_3_2.pid ] ; then
94 [ -f ${PWD}/${base}_3_1.pid ] && kill "$(cat ${base}_3_1.pid)"
95 [ -f ${PWD}/${base}_3_2.pid ] && kill "$(cat ${base}_3_2.pid)"
111 jname="${base}_4_1,${base}_4_2"
119 [ -f ${PWD}/${base}_4_1.pid ] && kill "$(cat ${PWD}/${base}_4_1.pid)"
[all …]
H A Dpgrep-j_test.sh10 base=pgrep_j_test
32 jid1=$(jail_name_to_jid ${base}_1_1)
52 [ -f ${PWD}/${base}_1_1.pid ] && kill "$(cat ${PWD}/${base}_1_1.pid)"
53 [ -f ${PWD}/${base}_1_2.pid ] && kill "$(cat ${PWD}/${base}_1_2.pid)"
73 [ -f ${PWD}/${base}_2_1.pid ] && kill "$(cat ${PWD}/${base}_2_1.pid)"
74 [ -f ${PWD}/${base}_2_2.pid ] && kill "$(cat ${PWD}/${base}_2_2.pid)"
89 [ -f ${PWD}/${base}_3_1.pid ] && kill "$(cat $PWD/${base}_3_1.pid)"
90 [ -f ${PWD}/${base}_3_2.pid ] && kill "$(cat $PWD/${base}_3_2.pid)"
104 jname="${base}_4_1,${base}_4_2"
113 [ -f ${PWD}/${base}_4_1.pid ] && kill "$(cat ${PWD}/${base}_4_1.pid)"
[all …]
/freebsd-13.1/sys/mips/nlm/hal/
H A Dfmn.c247 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_illegal_dst_error_intr()
249 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_illegal_dst_error_intr()
256 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_timeout_error_intr()
258 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_timeout_error_intr()
265 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_biu_error_resp_intr()
267 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_biu_error_resp_intr()
274 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_spill_uncorrectable_ecc_error_intr()
276 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_spill_uncorrectable_ecc_error_intr()
283 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_spill_correctable_ecc_error_intr()
285 nlm_write_cms_reg(base, CMS_MSG_CONFIG, val); in nlm_cms_spill_correctable_ecc_error_intr()
[all …]
/freebsd-13.1/contrib/libxo/tests/gettext/
H A DMakefile.am76 > out/$$base.$$fmt.out 2> out/$$base.$$fmt.err ; \
78 ${DIFF} -Nu ${srcdir}/saved/$$base.$$fmt.err out/$$base.$$fmt.err ${S2O}
101 ${CP} out/$$base.$$fmt.out ${srcdir}/saved/$$base.$$fmt.out ; \
102 ${CP} out/$$base.$$fmt.err ${srcdir}/saved/$$base.$$fmt.err ; \
140 -o $$base.pot.new $$base.c ; \
145 ${CP} $$base.pot.new ${srcdir}/$$base.pot ; \
152 ${ECHO} "merging $$base.pot into po/$$lang/$$base.po ..." ; \
184 (${DB} ${CP} po/$$lang/$$base.po ${srcdir}/po/$$lang/$$base.po ); \
194 (${DB} ${CP} $$base.pot po/$$lang/$$base.po ); \
202 ${XODIFF} ${srcdir}/$$base.pot $$base.pot.new ; \
[all …]
/freebsd-13.1/contrib/pf/libevent/
H A Devent.c215 base = current_base; in event_base_free()
219 assert(base); in event_base_free()
231 base->evsel->dealloc(base->evbase); in event_base_free()
233 free(base); in event_base_free()
250 if (base->nactivequeues && npriorities != base->nactivequeues) { in event_base_priority_init()
259 base->activequeues = (struct event_list **)calloc(base->nactivequeues, in event_base_priority_init()
410 base->event_tv = tv; in event_base_loop()
534 ev->ev_base = base; in event_base_set()
669 base = ev->ev_base; in event_del()
670 evsel = base->evsel; in event_del()
[all …]
/freebsd-13.1/contrib/unbound/util/
H A Dmini_event.c82 *base->time_secs = (time_t)base->time_tv->tv_sec; in settime()
92 if(!base) in event_init()
94 memset(base, 0, sizeof(*base)); in event_init()
111 base->fds = (struct event**)calloc((size_t)base->capfd, in event_init()
126 return base; in event_init()
189 memmove(&base->ready, &base->content, sizeof(fd_set)); in handle_select()
205 if(!base->fds[i] || !(FD_ISSET(i, &base->ready))) { in handle_select()
220 (*base->fds[i]->ev_callback)(base->fds[i]->ev_fd, in handle_select()
238 handle_timeouts(base, base->time_tv, &wait); in event_base_dispatch()
262 if(!base) in event_base_free()
[all …]
H A Dub_event_pluggable.c253 event_base_free(AS_MY_EVENT_BASE(base)->base); in my_event_base_free()
258 event_base_free(AS_MY_EVENT_BASE(base)->base); in my_event_base_free()
336 (void)base; in my_winsock_register_wsaevent()
394 (void)base; in ub_libevent_event_base()
404 my_base->base = base; in ub_libevent_event_base()
414 return AS_MY_EVENT_BASE(base)->base; in ub_libevent_get_event_base()
478 if (base && base->magic == UB_EVENT_MAGIC) { in ub_event_base_free()
481 (*base->vmt->free)(base); in ub_event_base_free()
491 return (*base->vmt->dispatch)(base); in ub_event_base_dispatch()
502 return (*base->vmt->loopexit)(base, NULL); in ub_event_base_loopexit()
[all …]
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_iro.h35 #define YSTORM_FLOW_CONTROL_MODE_OFFSET (IRO[0].base)
44 #define USTORM_VF_PF_CHANNEL_READY_OFFSET(vf_id) (IRO[3].base + ((vf_id) * IRO[3…
47 #define USTORM_FLR_FINAL_ACK_OFFSET(pf_id) (IRO[4].base + ((pf_id) * IRO[4…
59 #define XSTORM_INTEG_TEST_DATA_OFFSET (IRO[8].base)
62 #define YSTORM_INTEG_TEST_DATA_OFFSET (IRO[9].base)
65 #define PSTORM_INTEG_TEST_DATA_OFFSET (IRO[10].base)
68 #define TSTORM_INTEG_TEST_DATA_OFFSET (IRO[11].base)
71 #define MSTORM_INTEG_TEST_DATA_OFFSET (IRO[12].base)
74 #define USTORM_INTEG_TEST_DATA_OFFSET (IRO[13].base)
98 #define MSTORM_TPA_TIMEOUT_US_OFFSET (IRO[21].base)
[all …]
/freebsd-13.1/lib/libbsdstat/
H A Dbsdstat.h95 { wf->base.setfmt(&wf->base, fmt0); } \
97 { wf->base.collect_cur(&wf->base); } \
99 { wf->base.collect_tot(&wf->base); } \
101 { wf->base.update_tot(&wf->base); } \
103 { return wf->base.get_curstat(&wf->base, s, b, bs); } \
105 { return wf->base.get_totstat(&wf->base, s, b, bs); } \
107 { wf->base.print_header(&wf->base, fd); } \
109 { wf->base.print_current(&wf->base, fd); } \
111 { wf->base.print_total(&wf->base, fd); } \
113 { wf->base.print_verbose(&wf->base, fd); } \
[all …]
/freebsd-13.1/contrib/libevent/test/
H A Dregress_finalize.c76 struct event_base *base = data->base; in test_fin_cb_invoked() local
92 event_base_dispatch(base); in test_fin_cb_invoked()
108 event_base_dispatch(base); in test_fin_cb_invoked()
122 event_base_dispatch(base); in test_fin_cb_invoked()
136 event_base_dispatch(base); in test_fin_cb_invoked()
203 base = event_base_new(); in test_fin_free_finalize()
204 tt_assert(base); in test_fin_free_finalize()
225 if (base) in test_fin_free_finalize()
226 event_base_free(base); in test_fin_free_finalize()
258 struct event_base *base = data->base; in test_fin_within_cb() local
[all …]
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_finalize.c76 struct event_base *base = data->base; in test_fin_cb_invoked() local
92 event_base_dispatch(base); in test_fin_cb_invoked()
108 event_base_dispatch(base); in test_fin_cb_invoked()
122 event_base_dispatch(base); in test_fin_cb_invoked()
136 event_base_dispatch(base); in test_fin_cb_invoked()
203 base = event_base_new(); in test_fin_free_finalize()
204 tt_assert(base); in test_fin_free_finalize()
225 if (base) in test_fin_free_finalize()
226 event_base_free(base); in test_fin_free_finalize()
258 struct event_base *base = data->base; in test_fin_within_cb() local
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dmodules34 @ base
38 lib_addch lib $(base) $(HEADER_DEPS)
40 lib_beep lib $(base) $(HEADER_DEPS)
41 lib_bkgd lib $(base) $(HEADER_DEPS)
42 lib_box lib $(base) $(HEADER_DEPS)
52 lib_echo lib $(base) $(HEADER_DEPS)
70 lib_move lib $(base) $(HEADER_DEPS)
75 lib_nl lib $(base) $(HEADER_DEPS)
147 # Extensions to the base library
210 tries lib $(base) $(HEADER_DEPS)
[all …]
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dbase32.c67 buf[0] = base[((source->base[0]>>3)&0x1f)]; /* 5 + */ in base32_totext()
69 buf[1] = base[(source->base[0]<<2)&0x1c]; in base32_totext()
75 buf[1] = base[((source->base[0]<<2)&0x1c)| /* 3 = 8 */ in base32_totext()
77 buf[2] = base[((source->base[1]>>1)&0x1f)]; /* 5 + */ in base32_totext()
79 buf[3] = base[(source->base[1]<<4)&0x10]; in base32_totext()
87 buf[4] = base[(source->base[2]<<1)&0x1e]; in base32_totext()
94 buf[5] = base[((source->base[3]>>2)&0x1f)]; /* 5 + */ in base32_totext()
96 buf[6] = base[(source->base[3]<<3)&0x18]; in base32_totext()
103 buf[7] = base[source->base[4]&0x1f]; /* 5 = 8 */ in base32_totext()
157 ctx->base = base; in base32_decode_init()
[all …]
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dstore_emem.c60 void *base; in emem_store() local
66 base = realloc(s->base, sz); in emem_store()
67 if(base == NULL) in emem_store()
70 s->base = base; in emem_store()
114 free(s->base); in emem_trunc()
116 s->base = NULL; in emem_trunc()
119 void *base; in emem_trunc() local
122 base = realloc(s->base, offset); in emem_trunc()
123 if(base == NULL) in emem_trunc()
128 s->base = base; in emem_trunc()
[all …]

12345678910>>...134