Searched refs:func (Results 551 - 575 of 1515) sorted by relevance

<<21222324252627282930>>

/openbsd-current/sbin/unwind/libunbound/util/
H A Dalloc.h198 const char* func);
200 int line, const char* func);
202 const char* func);
204 int line, const char* func);
210 const char* func);
H A Dlocks.c109 * @param func: function body of the thread. Return value of func is lost.
110 * @param arg: user argument to func.
113 ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg) argument
122 (void)(*func)(arg);
226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) argument
231 (LPTHREAD_START_ROUTINE)func, arg,
236 *thr=(ub_thread_type)_beginthreadex(NULL, 0, (void*)func, arg, 0, NULL);
/openbsd-current/usr.sbin/unbound/util/
H A Dalloc.h198 const char* func);
200 int line, const char* func);
202 const char* func);
204 int line, const char* func);
210 const char* func);
/openbsd-current/regress/lib/libm/msun/
H A Dlround_test.c43 #define test(func, x, result, excepts) do { \
45 long long _r = (func)(x); \
47 #func, #x); \
51 "FE_INVALID not set correctly for %s(%s)", #func, #x); \
54 ATF_REQUIRE_EQ(result, (__STRING(func(_d)), _r)); \
/openbsd-current/lib/libc/stdlib/
H A Datexit.c68 __cxa_atexit(void (*func)(void *), void *arg, void *dso)
101 fnp->fn_ptr = func;
134 fnp->func(fnp->arg);
224 __atexit_register_cleanup(void (*func)(void)) argument
249 p->fns[0].fn_ptr = (void (*)(void *))func;
/openbsd-current/sys/arch/loongson/loongson/
H A Dgdium_machdep.c86 int dev, func;
131 for (func = 0; func < 2; func++) {
132 tag = pci_make_tag(pc, 0, dev, func);
/openbsd-current/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h23 lldb_private::AddressRange &func, lldb_private::Thread &thread,
27 GetNonCallSiteUnwindPlanFromAssembly(lldb_private::AddressRange &func,
32 AugmentUnwindPlanFromCallSite(lldb_private::AddressRange &func,
36 bool GetFastUnwindPlan(lldb_private::AddressRange &func,
43 FirstNonPrologueInsn(lldb_private::AddressRange &func,
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dopregion.c316 static const char *opregion_func_name(u32 func) argument
320 switch (func) {
389 u32 func, subfunc; local
391 func = GVT_OPREGION_FUNC(scic);
394 if ((func == INTEL_GVT_OPREGION_SCIC_F_GETBIOSDATA &&
396 || (func == INTEL_GVT_OPREGION_SCIC_F_GETBIOSDATA &&
398 || (func == INTEL_GVT_OPREGION_SCIC_F_GETBIOSCALLBACKS &&
416 u32 func, subfunc; local
449 func = GVT_OPREGION_FUNC(scic);
452 gvt_vgpu_err("requesting runtime service: func \"
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/osf-share/AT386/
H A Dcma_thread_io.h308 * Note: the second call to "func" may require being bracketed in a
312 #define cma__ts_func(func,fd,arglist,type,post_process) { \
325 __res__ = func arglist; \
347 __res__ = func arglist; \
386 #define cma__ts_open(func,arglist,post_process) { \
391 __fd__ = func arglist; \
410 #define cma__ts_open2(func,fdpair,arglist,post_process) { \
415 __res__ = func arglist; \
/openbsd-current/gnu/usr.bin/binutils/gdb/osf-share/HP800/
H A Dcma_thread_io.h284 * Note: the second call to "func" may require being bracketed in a
288 #define cma__ts_func(func,fd,arglist,type,post_process) { \
301 __res__ = func arglist; \
323 __res__ = func arglist; \
362 #define cma__ts_open(func,arglist,post_process) { \
367 __fd__ = func arglist; \
386 #define cma__ts_open2(func,fdpair,arglist,post_process) { \
391 __res__ = func arglist; \
/openbsd-current/gnu/usr.bin/binutils/gdb/osf-share/RIOS/
H A Dcma_thread_io.h281 * Note: the second call to "func" may require being bracketed in a
285 #define cma__ts_func(func,fd,arglist,type,post_process) { \
298 __res__ = func arglist; \
320 __res__ = func arglist; \
359 #define cma__ts_open(func,arglist,post_process) { \
364 __fd__ = func arglist; \
383 #define cma__ts_open2(func,fdpair,arglist,post_process) { \
388 __res__ = func arglist; \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-win32.h112 __gthread_objc_thread_detach (void (*func)(void *arg), void *arg)
117 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func,
385 __gthread_once (__gthread_once_t *once, void (*func) (void))
388 return __gthr_win32_once (once, func);
463 __gthread_once (__gthread_once_t *once, void (*func) (void))
467 else if (once == NULL || func == NULL)
474 (*func) ();
/openbsd-current/sys/arch/alpha/pci/
H A Dpci_eb164.c92 int, int (*func)(void *), void *, const char *);
243 dec_eb164_intr_establish(ccv, ih, level, func, arg, name)
247 int (*func)(void *);
259 level, func, arg, name);
294 dec_eb164_pciide_compat_intr_establish(v, dev, pa, chan, func, arg)
299 int (*func)(void *);
317 func, arg, dev->dv_xname);
H A Dpci_alphabook1.c86 int, int (*func)(void *), void *, const char *);
181 int level, int (*func)(void *), void *arg, const char *name)
187 return sio_intr_establish(NULL /*XXX*/, ih, IST_EDGE, level, func,
/openbsd-current/lib/libcrypto/perlasm/
H A Dx86gas.pl101 { my $func=shift;
102 my $global=($func !~ /^_/);
103 my $begin="${::lbdecor}_${func}_begin";
105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
106 $func=$nmdecor.$func;
108 push(@out,".globl\t$func\n") if ($global);
110 { push(@out,".def\t$func;\t.scl\t".(3-$global).";\t.type\t32;\t.endef\n"); }
114 { push(@out,".type $func,\
[all...]
/openbsd-current/sys/arch/amd64/amd64/
H A Dcodepatch.c157 codepatch_call(uint16_t tag, void *func) argument
159 codepatch_control_flow(tag, func, OP_CALL);
163 codepatch_jmp(uint16_t tag, void *func) argument
165 codepatch_control_flow(tag, func, OP_JMP);
168 /* Patch with call or jump to func */
170 codepatch_control_flow(uint16_t tag, void *func, enum op_type type) argument
181 DBGPRINT("patching tag %u with %s %p", tag, op, func);
190 offset = (vaddr_t)func - (patch->addr + 5);
/openbsd-current/sys/arch/armv7/armv7/
H A Dintr.c40 int (*func)(void *), void *cookie, char *name);
76 arm_intr_establish(int irqno, int level, int (*func)(void *),
79 return arm_intr_func.intr_establish(irqno, level, NULL, func, cookie, name);
210 struct cpu_info *ci, int (*func)(void *), void *arg, char *name)
222 ip->ip_func = func;
311 arm_intr_establish_fdt(int node, int level, int (*func)(void *),
314 return arm_intr_establish_fdt_idx(node, 0, level, func, cookie, name);
319 int (*func)(void *), void *cookie, char *name)
321 return arm_intr_establish_fdt_idx_cpu(node, 0, level, ci, func,
326 arm_intr_establish_fdt_idx(int node, int idx, int level, int (*func)(voi
805 arm_splassert_check(int wantipl, const char *func) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtarghooks.c438 tree t, func, type, init; local
452 func = build_decl (VAR_DECL, NULL_TREE, type);
453 TREE_STATIC (func) = 1;
454 TREE_READONLY (func) = 1;
455 DECL_ARTIFICIAL (func) = 1;
457 DECL_NAME (func) = get_identifier (name_buf);
458 DECL_INITIAL (func) = init;
460 assemble_variable (func, 0, 0, 0);
463 t = build_fold_addr_expr (func);
H A Dunwind-dw2-fde-glibc.c74 void *func; member in struct:unw_eh_callback_data
375 data->func = (void *) (table[mid].initial_loc + data_base);
392 _Unwind_Ptr func; local
397 data->ret->pc_begin, &func);
398 data->func = (void *) func;
416 data.func = NULL;
427 bases->func = data.func;
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Ddlx-dis.c38 unsigned long imm26, imm16, func, current_insn_addr; variable
108 unsigned long func; member in struct:_r_opcode
160 if (dlx_r_opcode[idx].func == func)
164 if (func != NOPF)
170 if (func != MVTSF && func != MVFSF)
466 func = dlx_get_func (insn_word);
475 " func = 0x%08x\n"
478 opc, rs1, rs2, rd, func, imm1
[all...]
/openbsd-current/usr.bin/dig/lib/dns/
H A Ddst_api.c150 result = key->func->createctx(key, dctx);
168 dctx->key->func->destroyctx(dctx);
178 return (dctx->key->func->adddata(dctx, data));
190 return (key->func->sign(dctx, sig));
199 return (dctx->key->func->verify(dctx, sig));
223 return (key->func->todns(key, target));
274 key->func->destroy(key);
337 key->func = dst_t_func[alg];
378 ret = key->func->fromdns(key, source);
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_selftest.c52 #define selftest(name, func) mock_##name,
58 #define selftest(name, func) live_##name,
64 #define selftest(name, func) perf_##name,
97 #define selftest(n, func) selftest_0(n, func, param(n))
99 #define selftest_0(n, func, id) \
106 #define selftest_0(n, func, id) \
113 #define selftest_0(n, func, id) \
401 err = teardown(st->func(data), data);
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dgthr-win32.c74 __gthr_win32_once (__gthread_once_t *once, void (*func) (void))
76 if (once == NULL || func == NULL)
83 (*func) ();
/openbsd-current/regress/sys/kern/sosplice/
H A DProc.pm47 $self->{func} && ref($self->{func}) eq 'CODE'
48 or croak "$class func not given";
82 $self->{func}->($self);
/openbsd-current/regress/sys/kern/sosplice/tcp/
H A Dremote.pl64 func => \&relay,
92 func => \&read_stream,
113 func => \&write_stream,

Completed in 197 milliseconds

<<21222324252627282930>>