Searched refs:func (Results 401 - 425 of 1516) sorted by relevance

<<11121314151617181920>>

/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.h47 * o which func, file, line created the lock.
52 * keeps which func, file, line that locked it.
101 /** real thread func */
102 void* (*func)(void*); member in struct:thr_check
103 /** func user arg */
221 * @param func: caller function name.
226 const char* func, const char* file, int line);
232 * @param func: caller function name.
237 const char* func, const char* file, int line);
243 * @param func
[all...]
H A Dchecklocks.c86 static void lock_error(struct checked_lock* lock, const char* func,
91 const char* func, const char* file, int line, const char* err)
99 log_err("At %s %s:%d", func, file, line);
113 * @param func: user level caller identification.
119 const char* func, const char* file, int line)
137 lock_error(lock, func, file, line, "acquire locklock");
193 * @param func: location we are now (when failure is detected).
199 const char* func, const char* file, int line)
206 lock_error(lock, func, file, line,
284 const char* func, cons
90 lock_error(struct checked_lock* lock, const char* func, const char* file, int line, const char* err) argument
118 acquire_locklock(struct checked_lock* lock, const char* func, const char* file, int line) argument
198 prot_check(struct checked_lock* lock, const char* func, const char* file, int line) argument
283 checklock_init(enum check_lock_type type, struct checked_lock** lock, const char* func, const char* file, int line) argument
343 checktype(enum check_lock_type type, struct checked_lock* lock, const char* func, const char* file, int line) argument
356 checklock_destroy(enum check_lock_type type, struct checked_lock** lock, const char* func, const char* file, int line) argument
412 finish_acquire_lock(struct thr_check* thr, struct checked_lock* lock, const char* func, const char* file, int line) argument
451 checklock_lockit(enum check_lock_type type, struct checked_lock* lock, const char* func, const char* file, int line, int (*tryfunc)(void*), int (*timedfunc)(void*, struct timespec*), void* arg, int exclusive, int getwr) argument
516 checklock_rdlock(enum check_lock_type type, struct checked_lock* lock, const char* func, const char* file, int line) argument
539 checklock_wrlock(enum check_lock_type type, struct checked_lock* lock, const char* func, const char* file, int line) argument
579 checklock_lock(enum check_lock_type type, struct checked_lock* lock, const char* func, const char* file, int line) argument
606 checklock_unlock(enum check_lock_type type, struct checked_lock* lock, const char* func, const char* file, int line) argument
762 checklock_thrcreate(pthread_t* id, void* (*func)(void*), void* arg) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Drtl.c484 const char *func)
489 func, trim_filename (file), line);
494 const char *func)
499 func, trim_filename (file), line);
504 int line, const char *func)
509 func, trim_filename (file), line);
514 int line, const char *func)
517 GET_RTX_NAME (code), GET_RTX_NAME (GET_CODE (r)), func,
523 const char *file, int line, const char *func)
528 func, trim_filenam
477 rtl_check_failed_bounds(rtx r, int n, const char *file, int line, const char *func) argument
487 rtl_check_failed_type1(rtx r, int n, int c1, const char *file, int line, const char *func) argument
497 rtl_check_failed_type2(rtx r, int n, int c1, int c2, const char *file, int line, const char *func) argument
507 rtl_check_failed_code1(rtx r, enum rtx_code code, const char *file, int line, const char *func) argument
516 rtl_check_failed_code2(rtx r, enum rtx_code code1, enum rtx_code code2, const char *file, int line, const char *func) argument
526 rtl_check_failed_code_mode(rtx r, enum rtx_code code, enum machine_mode mode, bool not_mode, const char *file, int line, const char *func) argument
544 rtl_check_failed_block_symbol(const char *file, int line, const char *func) argument
553 rtvec_check_failed_bounds(rtvec r, int n, const char *file, int line, const char *func) argument
564 rtl_check_failed_flag(const char *name, rtx r, const char *file, int line, const char *func) argument
[all...]
/openbsd-current/regress/lib/csu/callbacks/pthread_atfork/
H A Dpthread_atfork_test.c60 void (*func)(FILE *) = dlsym(libaa, "aa_atfork");
61 if (func == NULL)
63 func(otherf);
69 void (*func)(FILE *) = dlsym(libab, "ab_atfork");
70 if (func == NULL)
72 func(otherf);
/openbsd-current/sys/ddb/
H A Ddb_variables.c108 int (*func)(struct db_variable *, db_expr_t *, int) = vp->fcn;
110 if (func == FCN_NULL)
113 (*func)(vp, valuep, DB_VAR_GET);
119 int (*func)(struct db_variable *, db_expr_t *, int) = vp->fcn;
121 if (func == FCN_NULL)
124 (*func)(vp, valuep, DB_VAR_SET);
/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.cth/
H A Dpass37-frag.c7 func (void *p) function
42 rc = pthread_create (& threads[i], NULL, func, (void *) & counts[i]);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Drtti1.cc59 // keep around a reference to 'obj' in n2::func - GCC 3.4 had been
73 void func () function in namespace:n2
77 refer_to (obj); // func-constructs-done
103 n2::func(); // main-constructs-done
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dgenlink.h65 #define _bfd_generic_link_hash_traverse(table, func, info) \
68 (bfd_boolean (*) PARAMS ((struct bfd_link_hash_entry *, PTR))) (func), \
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dgenlink.h65 #define _bfd_generic_link_hash_traverse(table, func, info) \
68 (bfd_boolean (*) (struct bfd_link_hash_entry *, void *)) (func), \
/openbsd-current/lib/libedit/
H A Dmap.h48 int func; /* function numeric value */ member in struct:el_bindings_t
61 el_func_t *func; /* List of available functions */ member in struct:el_map_t
/openbsd-current/lib/libc/sys/
H A Dstack_protector.c51 __stack_smash_handler(const char func[], int damaged) argument
69 strlcat(buf, func, sizeof buf);
/openbsd-current/sys/arch/loongson/loongson/
H A Dpciide_machdep.c59 struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg)
67 irq, IST_EDGE, IPL_BIO, func, arg, dev->dv_xname);
/openbsd-current/sys/arch/macppc/pci/
H A Dpciide_machdep.c57 struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg)
64 func, arg, dev->dv_xname);
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-client-tcp-octet-badframe.pl17 func => sub {
H A Dargs-client-tcp-octet.pl17 func => sub {
H A Dargs-memory-overflow.pl13 func => sub {
H A Dargs-ttymsg-delay.pl14 func => sub {
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_flip_work.h57 * @data: data to pass to &drm_flip_work.func
67 * @func: callback fxn called for each committed item
68 * @worker: worker which calls @func
75 drm_flip_func_t func; member in struct:drm_flip_work
89 const char *name, drm_flip_func_t func);
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DArchitecture.h46 virtual size_t GetBytesToSkip(Symbol &func, const Address &curr_addr) const { argument
58 virtual void AdjustBreakpointAddress(const Symbol &func, argument
/openbsd-current/regress/sys/kern/sosplice/error/
H A Dargs-splice-EOPNOTSUPP.pl10 func => sub {
H A Dargs-splice-ENOTCONN.pl10 func => sub {
H A Dargs-splice-EINVAL.pl10 func => sub {
H A Dargs-splice-ENOTSOCK.pl10 func => sub {
H A Dargs-splice-EBADF.pl10 func => sub {
H A Dargs-ELOOP.pl10 func => sub {

Completed in 184 milliseconds

<<11121314151617181920>>