Home
last modified time | relevance | path

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

12345678910>>...92

/freebsd/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/contrib/ntp/sntp/libevent/
H A Devent.c471 gettime(base, &base->tv_cache); in update_time_cache()
694 base->evbase = base->evsel->init(base); in event_base_new_with_config()
925 base->evsel->dealloc(base); in event_base_free_()
1050 base->evsel->dealloc(base); in event_reinit()
1051 base->evbase = evsel->init(base); in event_reinit()
1466 struct event_base *base = ctl->base; in common_timeout_callback() local
1548 new_ctl->base = base; in event_base_init_common_timeout()
1954 base->event_gotterm = base->event_break = 0; in event_base_loop()
2059 if (!base) in event_base_once()
2549 return base->th_notify_fn(base); in evthread_notify_base()
[all …]
H A Dsignal.c125 evsig_base = base; in evsig_set_base_()
139 struct event_base *base; in evsig_cb() local
141 base = arg; in evsig_cb()
194 if (base->sig.sh_old) { in evsig_init_()
197 base->sig.sh_old = NULL; in evsig_init_()
198 base->sig.sh_old_max = 0; in evsig_init_()
200 event_assign(&base->sig.ev_signal, base, base->sig.ev_signal_pair[0], in evsig_init_()
296 base, evsig_base, base->evsel->name); in evsig_add()
298 evsig_base = base; in evsig_add()
427 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL) in evsig_dealloc_()
[all …]
H A Devutil_time.c242 *tv = base->last_time; in adjust_monotonic_time()
244 base->last_time = *tv; in adjust_monotonic_time()
343 base->monotonic_clock = -1; in evutil_configure_monotonic_time_()
353 if (base->monotonic_clock < 0) { in evutil_gettime_monotonic_()
387 memset(base, 0, sizeof(*base)); in evutil_configure_monotonic_time_()
489 if (base->GetTickCount64_fn) { in evutil_GetTickCount_()
509 base->last_tick_count = ticks; in evutil_GetTickCount_()
521 memset(base, 0, sizeof(*base)); in evutil_configure_monotonic_time_()
529 base->first_tick = base->last_tick_count = evutil_GetTickCount_(base); in evutil_configure_monotonic_time_()
590 adjust_monotonic_time(base, tp); in evutil_gettime_monotonic_()
[all …]
H A Devdns.c394 #define REQ_HEAD(base, id) ((base)->req_heads[id % (base)->n_req_heads]) argument
564 struct evdns_base *base = ns->base; in nameserver_failed() local
654 struct evdns_base *base = req->base; in request_finished() local
1061 EVUTIL_ASSERT(req->base == base); in reply_parse()
2179 struct evdns_base *base = req->base; in evdns_request_timeout_callback() local
2526 ns->base = base; in evdns_nameserver_add_impl_()
2808 req->base = base; in request_new()
2848 handle->base = base; in request_new()
2859 struct evdns_base *base = req->base; in request_submit() local
2888 base = handle->base; in evdns_cancel_request()
[all …]
/freebsd/contrib/libevent/
H A Devent.c471 gettime(base, &base->tv_cache); in update_time_cache()
694 base->evbase = base->evsel->init(base); in event_base_new_with_config()
925 base->evsel->dealloc(base); in event_base_free_()
1050 base->evsel->dealloc(base); in event_reinit()
1051 base->evbase = evsel->init(base); in event_reinit()
1466 struct event_base *base = ctl->base; in common_timeout_callback() local
1548 new_ctl->base = base; in event_base_init_common_timeout()
1954 base->event_gotterm = base->event_break = 0; in event_base_loop()
2059 if (!base) in event_base_once()
2549 return base->th_notify_fn(base); in evthread_notify_base()
[all …]
H A Dsignal.c125 evsig_base = base; in evsig_set_base_()
139 struct event_base *base; in evsig_cb() local
141 base = arg; in evsig_cb()
194 if (base->sig.sh_old) { in evsig_init_()
197 base->sig.sh_old = NULL; in evsig_init_()
198 base->sig.sh_old_max = 0; in evsig_init_()
200 event_assign(&base->sig.ev_signal, base, base->sig.ev_signal_pair[0], in evsig_init_()
296 base, evsig_base, base->evsel->name); in evsig_add()
298 evsig_base = base; in evsig_add()
427 if (i < base->sig.sh_old_max && base->sig.sh_old[i] != NULL) in evsig_dealloc_()
[all …]
H A Devutil_time.c242 *tv = base->last_time; in adjust_monotonic_time()
244 base->last_time = *tv; in adjust_monotonic_time()
343 base->monotonic_clock = -1; in evutil_configure_monotonic_time_()
353 if (base->monotonic_clock < 0) { in evutil_gettime_monotonic_()
387 memset(base, 0, sizeof(*base)); in evutil_configure_monotonic_time_()
489 if (base->GetTickCount64_fn) { in evutil_GetTickCount_()
509 base->last_tick_count = ticks; in evutil_GetTickCount_()
521 memset(base, 0, sizeof(*base)); in evutil_configure_monotonic_time_()
529 base->first_tick = base->last_tick_count = evutil_GetTickCount_(base); in evutil_configure_monotonic_time_()
590 adjust_monotonic_time(base, tp); in evutil_gettime_monotonic_()
[all …]
H A Devdns.c394 #define REQ_HEAD(base, id) ((base)->req_heads[id % (base)->n_req_heads]) argument
564 struct evdns_base *base = ns->base; in nameserver_failed() local
654 struct evdns_base *base = req->base; in request_finished() local
1061 EVUTIL_ASSERT(req->base == base); in reply_parse()
2179 struct evdns_base *base = req->base; in evdns_request_timeout_callback() local
2526 ns->base = base; in evdns_nameserver_add_impl_()
2808 req->base = base; in request_new()
2848 handle->base = base; in request_new()
2859 struct evdns_base *base = req->base; in request_submit() local
2888 base = handle->base; in evdns_cancel_request()
[all …]
/freebsd/sys/dev/bxe/
H A Decore_fw_defs.h54 (IRO[323].base + ((pfId) * IRO[323].m1))
56 (IRO[324].base + ((pfId) * IRO[324].m1))
72 (IRO[322].base + ((pfId) * IRO[322].m1))
74 (IRO[314].base + ((pfId) * IRO[314].m1))
76 (IRO[313].base + ((pfId) * IRO[313].m1))
78 (IRO[312].base + ((pfId) * IRO[312].m1))
82 (IRO[146].base + ((pfId) * IRO[146].m1))
84 (IRO[147].base + ((pfId) * IRO[147].m1))
86 (IRO[145].base + ((pfId) * IRO[145].m1))
197 (IRO[45].base + ((pfId) * IRO[45].m1))
[all …]
/freebsd/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/bin/pkill/tests/
H A Dpkill-j_test.sh9 base=pkill_j_test
54 [ -f ${PWD}/${base}_1_1.pid ] && kill "$(cat ${PWD}/${base}_1_1.pid)"
55 [ -f ${PWD}/${base}_1_2.pid ] && kill "$(cat ${PWD}/${base}_1_2.pid)"
76 [ -f ${PWD}/${base}_2_1.pid ] && kill "$(cat ${PWD}/${base}_2_1.pid)"
77 [ -f ${PWD}/${base}_2_2.pid ] && kill "$(cat ${PWD}/${base}_2_2.pid)"
87 [ ! -f ${PWD}/${base}_3_1.pid -a -f ${PWD}/${base}_3_2.pid ] ; then
93 [ -f ${PWD}/${base}_3_1.pid ] && kill "$(cat ${base}_3_1.pid)"
94 [ -f ${PWD}/${base}_3_2.pid ] && kill "$(cat ${base}_3_2.pid)"
110 jname="${base}_4_1,${base}_4_2"
118 [ -f ${PWD}/${base}_4_1.pid ] && kill "$(cat ${PWD}/${base}_4_1.pid)"
[all …]
H A Dpgrep-j_test.sh9 base=pgrep_j_test
31 jid1=$(jail_name_to_jid ${base}_1_1)
51 [ -f ${PWD}/${base}_1_1.pid ] && kill "$(cat ${PWD}/${base}_1_1.pid)"
52 [ -f ${PWD}/${base}_1_2.pid ] && kill "$(cat ${PWD}/${base}_1_2.pid)"
72 [ -f ${PWD}/${base}_2_1.pid ] && kill "$(cat ${PWD}/${base}_2_1.pid)"
73 [ -f ${PWD}/${base}_2_2.pid ] && kill "$(cat ${PWD}/${base}_2_2.pid)"
88 [ -f ${PWD}/${base}_3_1.pid ] && kill "$(cat $PWD/${base}_3_1.pid)"
89 [ -f ${PWD}/${base}_3_2.pid ] && kill "$(cat $PWD/${base}_3_2.pid)"
103 jname="${base}_4_1,${base}_4_2"
112 [ -f ${PWD}/${base}_4_1.pid ] && kill "$(cat ${PWD}/${base}_4_1.pid)"
[all …]
/freebsd/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/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/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()
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
298 if (base) { in event_finalize_callback_free()
314 struct event_base *base = data->base; in test_fin_debug_use_after_free() local
317 tt_ptr_op(ev = event_new(base, -1, EV_TIMEOUT, NULL, base), !=, NULL); in test_fin_debug_use_after_free()
[all …]
/freebsd/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()
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
298 if (base) { in event_finalize_callback_free()
314 struct event_base *base = data->base; in test_fin_debug_use_after_free() local
317 tt_ptr_op(ev = event_new(base, -1, EV_TIMEOUT, NULL, base), !=, NULL); in test_fin_debug_use_after_free()
[all …]
/freebsd/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/sys/dev/qlnx/qlnxe/
H A Decore_iro.h33 #define YSTORM_FLOW_CONTROL_MODE_OFFSET (IRO[0].base)
42 #define USTORM_VF_PF_CHANNEL_READY_OFFSET(vf_id) (IRO[3].base + ((vf_id) * IRO[3…
45 #define USTORM_FLR_FINAL_ACK_OFFSET(pf_id) (IRO[4].base + ((pf_id) * IRO[4…
57 #define XSTORM_INTEG_TEST_DATA_OFFSET (IRO[8].base)
60 #define YSTORM_INTEG_TEST_DATA_OFFSET (IRO[9].base)
63 #define PSTORM_INTEG_TEST_DATA_OFFSET (IRO[10].base)
66 #define TSTORM_INTEG_TEST_DATA_OFFSET (IRO[11].base)
69 #define MSTORM_INTEG_TEST_DATA_OFFSET (IRO[12].base)
72 #define USTORM_INTEG_TEST_DATA_OFFSET (IRO[13].base)
96 #define MSTORM_TPA_TIMEOUT_US_OFFSET (IRO[21].base)
[all …]
/freebsd/lib/libbsdstat/
H A Dbsdstat.h93 { wf->base.setfmt(&wf->base, fmt0); } \
95 { wf->base.collect_cur(&wf->base); } \
97 { wf->base.collect_tot(&wf->base); } \
99 { wf->base.update_tot(&wf->base); } \
101 { return wf->base.get_curstat(&wf->base, s, b, bs); } \
103 { return wf->base.get_totstat(&wf->base, s, b, bs); } \
105 { wf->base.print_header(&wf->base, fd); } \
107 { wf->base.print_current(&wf->base, fd); } \
109 { wf->base.print_total(&wf->base, fd); } \
111 { wf->base.print_verbose(&wf->base, fd); } \
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A De820.c50 uint64_t base; member
67 element->base = base; in e820_element_alloc()
143 entry->base = element->base; in e820_get_fwcfg_item()
210 (base < element->base || end > element->end)) in e820_add_entry()
213 if (base == element->base) { in e820_add_entry()
254 ram_element = e820_element_alloc(element->base, base, in e820_add_entry()
293 if (base == element->base) { in e820_add_memory_hole()
323 ram_element = e820_element_alloc(element->base, base, in e820_add_memory_hole()
345 base = roundup2(element->base, alignment); in e820_alloc_highest()
387 end - base < length || base == 0) { in e820_alloc_lowest()
[all …]
/freebsd/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/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 …]
/freebsd/sys/arm/mv/
H A Dmv_common.c1149 if ((tab->base + tab->size - 1) < (wintab + win)->base) in decode_win_overlap()
1153 tab->base) in decode_win_overlap()
1397 win_cesa_cr_read(base, i), win_cesa_br_read(base, i)); in decode_win_cesa_dump()
1485 win_usb_cr_read(base, i), win_usb_br_read(base, i)); in decode_win_usb_dump()
1549 win_usb3_cr_read(base, i), win_usb3_br_read(base, i)); in decode_win_usb3_dump()
1748 pcie_bar_br_read(base, i), pcie_bar_brh_read(base, i)); in decode_win_pcie_dump()
2034 win_idma_br_read(base, i), win_idma_sz_read(base, i)); in decode_win_idma_dump()
2501 win_sdhci_cr_read(base, i), win_sdhci_br_read(base, i)); in decode_win_sdhci_dump()
2688 u_long base; in fdt_win_process_child() local
2709 base = (base & 0x000fffff) | fdt_immr_va; in fdt_win_process_child()
[all …]

12345678910>>...92