Searched refs:func (Results 526 - 550 of 1515) sorted by relevance

<<21222324252627282930>>

/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-tls-key-noexist.pl21 func => sub {
H A Dargs-tls-key-empty.pl24 func => sub {
H A Dargs-repeat-sigterm.pl14 func => sub {
H A Dargs-repeat-sighup.pl14 func => sub {
H A Dargs-sendsyslog-fault.pl22 func => sub {
/openbsd-current/regress/sys/kern/sosplice/error/
H A Dargs-idle-EINVAL.pl11 func => sub {
H A Dargs-max-EINVAL.pl11 func => sub {
H A Dargs-splice-EBUSY.pl10 func => sub {
H A Dargs-EBUSY.pl10 func => sub {
/openbsd-current/libexec/ld.so/
H A Dutil.c49 __stack_smash_handler(char func[], int damaged) argument
60 _dl_strlcat(message, func, sizeof message);
/openbsd-current/sys/arch/powerpc64/dev/
H A Dxics.c78 struct cpu_info *ci, int (*func)(void *), void *arg, char *name)
83 return _intr_establish(girq, type, level, ci, func, arg, name);
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_ioctl.h120 * Whether &drm_ioctl_desc.func should be called with the DRM BKL held
144 * @func: handler for this ioctl
153 drm_ioctl_t *func; member in struct:drm_ioctl_desc
170 .func = _func, \
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dworkqueue.h80 INIT_WORK(struct work_struct *work, work_func_t func) argument
83 task_set(&work->task, (void (*)(void *))func, work);
134 INIT_DELAYED_WORK(struct delayed_work *dwork, work_func_t func) argument
136 INIT_WORK(&dwork->work, func);
141 INIT_DELAYED_WORK_ONSTACK(struct delayed_work *dwork, work_func_t func) argument
143 INIT_WORK(&dwork->work, func);
246 INIT_RCU_WORK(struct rcu_work *work, work_func_t func) argument
248 INIT_WORK(&work->work, func);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc27 #define SIGNAL_INTERCEPTOR_SIGNAL_IMPL(func, signum, handler) \
28 { return REAL(func)(signum, handler); }
/openbsd-current/sys/dev/pci/
H A Digc_base.c26 if (hw->bus.func == IGC_FUNC_1)
45 if (hw->bus.func == IGC_FUNC_1)
/openbsd-current/lib/libcrypto/bio/
H A Dbio_err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0)
/openbsd-current/lib/libcrypto/dh/
H A Ddh_err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0)
/openbsd-current/lib/libcrypto/pkcs12/
H A Dpk12err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0)
/openbsd-current/lib/libcrypto/pem/
H A Dpem_err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PEM,func,0)
/openbsd-current/lib/libcrypto/ocsp/
H A Docsp_err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0)
/openbsd-current/lib/libcrypto/ts/
H A Dts_err.c67 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_TS,func,0)
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Ddelimcpy.t139 for my $func (qw(delimcpy delimcpy_no_escape)) {
140 next if $func eq 'delimcpy' && $d ne '\\';
141 my $test_func = "test_$func";
149 "$func works when there is no delimiter at all");
175 "$func works when delim is in middle of source, plenty of room");
181 "$func works when delim is in middle of source; no room for safety NUL");
187 "$func works when not enough space for copy");
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgthr-solaris.h136 __gthread_objc_thread_detach (void (*func)(void *), void *arg)
144 if (thr_create (NULL, 0, (void *) func, arg,
384 __gthread_once (__gthread_once_t *once, void (*func) (void))
389 if (once == 0 || func == 0)
399 (*func) ();
/openbsd-current/sys/arch/alpha/pci/
H A Dpci_up1000.c64 int, int (*func)(void *), void *, const char *);
147 int (*func)(void *), void *arg, const char *name)
153 return sio_intr_establish(NULL /*XXX*/, ih, IST_LEVEL, level, func,
169 struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg)
186 func, arg, dev->dv_xname);
/openbsd-current/usr.sbin/unbound/util/
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);

Completed in 260 milliseconds

<<21222324252627282930>>