Searched refs:func (Results 701 - 725 of 1515) sorted by relevance

<<21222324252627282930>>

/openbsd-current/lib/libcrypto/evp/
H A Devp_err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_EVP,func,0)
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0)
/openbsd-current/sys/sys/
H A Dsched.h198 #define sched_pause(func) do { \
200 func(); \
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-dce.h156 __gthread_objc_thread_detach (void (*func)(void *), void *arg)
165 (void *) func, arg)))
433 __gthread_once (__gthread_once_t *once, void (*func) (void))
436 return __gthrw_(pthread_once) (once, func);
H A Dgthr-single.h72 __gthread_objc_thread_detach (void (* func)(void *), void * UNUSED(arg))
H A Dgthr-vxworks.h113 extern int __gthread_once (__gthread_once_t *once, void (*func)(void));
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dnto-tdep.h37 int proc_iterate_over_mappings (int (*func) (int, CORE_ADDR));
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dvar-cmd.c71 int *(*func) (void); member in struct:_struct_decl::__anon4706::__anon4707::__anon4708
78 int (*func) (int, char *); member in struct:_struct_decl::__anon4706::__anon4707::__anon4709
124 void (*func) (void);
143 func = nothing;
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c52 the commands callback and func() are set. The latter set to a
65 cmd->func = NULL;
67 cmd->func = do_cfunc;
81 cmd->func = NULL;
83 cmd->func = do_sfunc;
91 return cmd->func == do_cfunc && cmd->function.cfunc == cfunc;
234 c->func = old->func;
757 If c->func is non NULL, we really have a command. Print its
760 If c->func i
[all...]
/openbsd-current/bin/csh/
H A DMakefile9 func.c glob.c hist.c init.c lex.c misc.c parse.c proc.c \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcc.h31 const char *(*func) PARAMS ((int, const char **)); member in struct:spec_function
H A Dgthr-dce.h142 __gthread_objc_thread_detach (void (*func)(void *), void *arg)
151 (void *) func, arg)))
413 __gthread_once (__gthread_once_t *once, void (*func) (void))
416 return pthread_once (once, func);
H A Dgthr-posix.h160 __gthread_objc_thread_detach (void (*func)(void *), void *arg)
168 if (!(pthread_create (&new_thread_handle, NULL, (void *) func, arg)))
450 __gthread_once (__gthread_once_t *once, void (*func) (void))
453 return pthread_once (once, func);
H A Dgthr-single.h71 __gthread_objc_thread_detach (void (* func)(void *), void * UNUSED(arg))
/openbsd-current/sys/arch/alpha/pci/
H A Dpci_1000.c91 int, int (*func)(void *), void *, const char *);
213 dec_1000_intr_establish(ccv, ih, level, func, arg, name)
217 int (*func)(void *);
227 level, func, arg, name);
H A Dpci_1000a.c97 int, int (*func)(void *), void *, const char *);
258 dec_1000a_intr_establish(ccv, ih, level, func, arg, name)
262 int (*func)(void *);
272 level, func, arg, name);
H A Dpci_eb64plus.c90 int, int (*func)(void *), void *, const char *);
182 dec_eb64plus_intr_establish(acv, ih, level, func, arg, name)
186 int (*func)(void *);
197 level, func, arg, name);
H A Dpci_kn20aa.c61 int, int (*func)(void *), void *, const char *);
199 dec_kn20aa_intr_establish(ccv, ih, level, func, arg, name)
203 int (*func)(void *);
213 level, func, arg, name);
H A Dpci_kn300.c65 int, int (*func)(void *), void *, const char *);
195 dec_kn300_intr_establish(ccv, ih, level, func, arg, name)
199 int (*func) (void *);
211 level, func, arg, "kn300 irq");
/openbsd-current/sys/arch/hppa/stand/libsa/
H A Ddev_hppa.h41 int iodc_rw(char *, u_int, u_int, int func, struct pz_device *);
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/simm13/
H A Dgenc.pl103 test_asm_ldq(char *desc, void (*func)(struct fpquad *))
118 (*func)(&q);
/openbsd-current/regress/sys/kern/sosplice/
H A DRemote.pm31 $args{func} = sub { Carp::confess "$class func may not be called" };
/openbsd-current/regress/usr.sbin/httpd/tests/
H A Dhttpd.pl58 func => \&http_client,
/openbsd-current/usr.sbin/unbound/util/
H A Drbtree.h185 * @param func: function called with element and user arg.
189 void traverse_postorder(rbtree_type* tree, void (*func)(rbnode_type*, void*),
/openbsd-current/sbin/unwind/libunbound/util/
H A Drbtree.h185 * @param func: function called with element and user arg.
189 void traverse_postorder(rbtree_type* tree, void (*func)(rbnode_type*, void*),

Completed in 144 milliseconds

<<21222324252627282930>>