Searched refs:func (Results 626 - 650 of 1515) sorted by relevance

<<21222324252627282930>>

/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-sendsyslog-console.pl16 func => sub {
/openbsd-current/usr.bin/mg/
H A Dautoexec.c64 add_autoexec(const char *pattern, const char *func) argument
73 fp = name_function(func);
/openbsd-current/sys/dev/fdt/
H A Dmvpinctrl.c87 #define MPP(id, func, val) { STR(mpp ## id), func, val, id }
228 char *pins, *pin, *func; local
239 func = malloc(flen, M_TEMP, M_WAITOK);
240 OF_getprop(node, "marvell,function", func, flen);
255 if (strcmp(sc->sc_pins[i].function, func))
268 sc->sc_dev.dv_xname, pin, func);
274 free(func, M_TEMP, flen);
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSATest.py228 add_parser.set_defaults(func=add)
263 build_parser.set_defaults(func=build)
294 cmp_parser.set_defaults(func=compare)
303 upd_parser.set_defaults(func=update)
326 dock_parser.set_defaults(func=docker)
344 bench_parser.set_defaults(func=benchmark)
358 bench_compare_parser.set_defaults(func=benchmark_compare)
361 args.func(parser, args)
/openbsd-current/gnu/llvm/lld/wasm/
H A DOutputSections.cpp56 for (InputFunction *func : functions) {
57 func->outputSec = this;
58 func->outSecOff = bodySize;
59 func->calculateSize();
61 assert(func->getSize());
62 bodySize += func->getSize();
89 for (const InputChunk *func : functions)
90 count += func->getNumRelocations();
/openbsd-current/usr.sbin/npppd/npppd/
H A Dfsm.h48 void (*func)(void *); member in struct:evtimer_wrap
143 (f)->timerctx.func = fn; \
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpkcs7err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
/openbsd-current/lib/libcrypto/ec/
H A Dec_err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_EC,func,0)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dscm-lang.c158 struct value *func; local
175 func = find_function_in_inferior ("scm_lookup_cstr");
176 val = call_function_by_hand (func, 3, args);
192 struct value *func; local
198 func = find_function_in_inferior ("scm_evstr");
199 return call_function_by_hand (func, 1, &addr);
H A Df-valprint.c627 struct symbol *func;
642 func = find_pc_function (get_frame_pc (fi));
643 if (func)
663 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
666 funname = DEPRECATED_SYMBOL_NAME (func);
721 struct symbol *func;
734 func = find_pc_function (fi->pc);
735 if (func)
755 > BLOCK_START (SYMBOL_BLOCK_VALUE (func))))
758 funname = DEPRECATED_SYMBOL_NAME (func);
626 struct symbol *func; local
[all...]
H A Dppcobsd-tdep.c197 CORE_ADDR addr, base, func;
208 func = frame_pc_unwind (next_frame);
209 func &= ~(ppcobsd_page_size - 1);
210 if (!safe_frame_unwind_memory (next_frame, func, buf, sizeof buf))
238 trad_frame_set_id (cache, frame_id_build (base, func));
195 CORE_ADDR addr, base, func; local
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dmi-support.exp800 proc mi_runto {func} {
809 set test "mi runto $func"
810 mi_gdb_test "200-break-insert $func" \
811 "200\\^done,bkpt=\{number=\"\[0-9\]+\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"$hex\",func=\"$func\",file=\".*\",line=\"\[0-9\]*\",times=\"0\"\}" \
812 "breakpoint at $func"
821 -re ".*000\\*stopped,reason=\"breakpoint-hit\",bkptno=\"$bkptno\",thread-id=\"$decimal\",frame=\{addr=\"$hex\",func=\"$func\",args=\(\\\[.*\\\]\|\{.*\}\),file=\".*\",line=\"\[0-9\]*\"\}\r\n$mi_gdb_prompt$" {
857 proc mi_execute_to_helper { cmd reason func args file line extra test } {
867 -re ".*220\\^running\r\n${mi_gdb_prompt}.*220\\*stopped,reason=\"$reason\",thread-id=\"$decimal\",frame=\{addr=\"$hex\",func
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/autouse/lib/
H A Dautouse.pm38 $proto = $1 if (my $func = $f) =~ s/\((.*)\)$//;
40 my $closure_import_func = $func; # Full name
41 my $closure_func = $func; # Name inside package
42 my $index = rindex($func, '::');
44 $closure_import_func = "${callpkg}::$func";
46 $closure_func = substr $func, $index + 2;
48 unless substr($func, 0, $index) eq $module;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde-glibc.c70 void *func; member in struct:unw_eh_callback_data
241 data->func = (void *) (table[mid].initial_loc + data_base);
262 (_Unwind_Ptr *)&data->func);
280 data.func = NULL;
290 bases->func = data.func;
/openbsd-current/sys/arch/arm64/arm64/
H A Dintr.c210 struct cpu_info *ci, int (*func)(void *), void *arg, char *name)
222 ip->ip_func = func;
317 arm_intr_establish_fdt(int node, int level, int (*func)(void *),
320 return arm_intr_establish_fdt_idx(node, 0, level, func, cookie, name);
325 int (*func)(void *), void *cookie, char *name)
327 return arm_intr_establish_fdt_idx_cpu(node, 0, level, ci, func,
332 arm_intr_establish_fdt_idx(int node, int idx, int level, int (*func)(void *),
335 return arm_intr_establish_fdt_idx_cpu(node, idx, level, NULL, func,
341 int (*func)(void *), void *cookie, char *name)
401 ci, func, cooki
775 arm_splassert_check(int wantipl, const char *func) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm709 extern int func(int a,int b);
710 extern int func(int a,int b,int c);
713 extern int func(int a,int b);
714 extern long func(int a,int b);
717 extern int func(int a,int b);
718 extern long func(int a,...);
721 extern int func(int a,int b);
722 extern int func(int a,int b,...);
725 extern int func(int a,int b,int c,...);
726 extern int func(in
[all...]
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_sw_fence.c164 pos->func(pos, TASK_NORMAL, 0, continuation);
177 pos->func(pos, TASK_NORMAL, wake_flags, &extra);
294 if (wq->func != i915_sw_fence_wake)
312 if (wq->func != i915_sw_fence_wake)
378 wq->func = i915_sw_fence_wake;
480 dma_fence_func_t func; local
510 func = dma_i915_sw_fence_wake;
527 func = dma_i915_sw_fence_wake_timer;
530 ret = dma_fence_add_callback(dma, &cb->base, func);
534 func(dm
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dembed.pl50 my ($func, $flags) = @_;
52 return "Perl_$func" if $flags =~ /[ps]/;
53 return "S_$func" if $flags =~ /[SIi]/;
54 return $func;
117 my $func;
171 $func = full_name($plain_func, $flags);
202 $ret .= "$func(";
228 warn "$func: $arg needs NN or NULLOK\n";
244 die_at_end "$func: $arg ($n) doesn't have a name\n";
456 my ($flags,$retval,$func,
[all...]
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A Dear.c284 typedef int (*func)(const char *, char *const *, char *const *); typedef
286 DLSYM(func, fp, "execve");
298 typedef int (*func)(const char *, char *const *, char *const *); typedef
300 DLSYM(func, fp, "execvpe");
311 typedef int (*func)(const char *file, char *const argv[]); typedef
313 DLSYM(func, fp, "execvp");
329 typedef int (*func)(const char *, const char *, char *const *); typedef
331 DLSYM(func, fp, "execvP");
347 typedef int (*func)(const char *, char *const *, char *const *); typedef
349 DLSYM(func, f
364 typedef int (*func)(pid_t *restrict, const char *restrict, typedef
385 typedef int (*func)(pid_t *restrict, const char *restrict, typedef
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-win32.h113 __gthread_objc_thread_detach (void (*func)(void *arg), void *arg)
118 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func,
428 __gthread_once (__gthread_once_t *once, void (*func) (void))
431 return __gthr_win32_once (once, func);
532 __gthread_once (__gthread_once_t *once, void (*func) (void))
536 else if (once == NULL || func == NULL)
543 (*func) ();
H A Dgthr-solaris.h158 __gthread_objc_thread_detach (void (*func)(void *), void *arg)
166 if (__gthrw_(thr_create) (NULL, 0, (void *) func, arg,
406 __gthread_once (__gthread_once_t *once, void (*func) (void))
411 if (once == 0 || func == 0)
421 (*func) ();
/openbsd-current/usr.bin/ssh/
H A Dlog.c385 sshlog(const char *file, const char *func, int line, int showfunc, argument
391 sshlogv(file, func, line, showfunc, level, suffix, fmt, args);
396 sshlogdie(const char *file, const char *func, int line, int showfunc, argument
402 sshlogv(file, func, line, showfunc, SYSLOG_LEVEL_INFO,
409 sshlogv(const char *file, const char *func, int line, int showfunc, argument
422 (cp = strrchr(file, '/')) == NULL ? file : cp + 1, func, line,
434 snprintf(fmt2, sizeof(fmt2), "%s: %s", func, fmt);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp87 #define ASAN_INTERCEPTOR_ENTER(ctx, func) \
88 AsanInterceptorContext _ctx = {#func}; \
101 #define COMMON_INTERCEPTOR_ENTER(ctx, func, ...) \
102 ASAN_INTERCEPTOR_ENTER(ctx, func); \
105 return REAL(func)(__VA_ARGS__); \
107 return REAL(func)(__VA_ARGS__); \
260 INTERCEPTOR(void, makecontext, struct ucontext_t *ucp, void (*func)(), int argc, argument
282 ((struct ucontext_t *)ucp, func, argc, ENUMERATE_ARRAY_64());
599 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg,
602 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, ar
615 INTERCEPTOR(int, atexit, void (*func)()) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Ddlx-dis.c37 unsigned long imm26, imm16, func, current_insn_addr; variable
131 unsigned long func; member in struct:_r_opcode
183 if (dlx_r_opcode[idx].func == func)
187 if (func != NOPF)
193 if (func != MVTSF && func != MVFSF)
496 func = dlx_get_func (insn_word);
505 " func = 0x%08x\n"
508 opc, rs1, rs2, rd, func, imm1
[all...]
/openbsd-current/usr.sbin/btrace/
H A Dprintf.c68 #define PF(f, func) { \
71 (void)printf(f, fieldwidth, precision, func); \
73 (void)printf(f, fieldwidth, func); \
75 (void)printf(f, precision, func); \
77 (void)printf(f, func); \

Completed in 184 milliseconds

<<21222324252627282930>>