Searched refs:func (Results 601 - 625 of 1515) sorted by relevance

<<21222324252627282930>>

/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-sendsyslog-dropped.pl21 func => sub {
H A Dargs-dropped-sigterm-filesystem.pl32 func => sub { write_between2logs(shift, sub {
64 func => sub {
H A Dargs-dropped-sighup-filesystem.pl32 func => sub { write_between2logs(shift, sub {
67 func => sub {
H A Dargs-sendsyslog-nostash.pl25 func => sub {
H A Dargs-selector-syslog.pl34 func => sub {
H A Dargs-client-tcp-deferred.pl15 func => sub {
H A Dargs-tls-cert-noexist.pl21 func => sub {
/openbsd-current/sys/dev/pci/drm/amd/include/
H A Dcgs_common.h160 #define CGS_CALL(func,dev,...) \
161 (((struct cgs_device *)dev)->ops->func(dev, ##__VA_ARGS__))
162 #define CGS_OS_CALL(func,dev,...) \
163 (((struct cgs_device *)dev)->os_ops->func(dev, ##__VA_ARGS__))
/openbsd-current/regress/lib/libm/msun/
H A Dfmaxmin_test.c44 * Test whether func(x, y) has the expected result, and make sure no
47 #define TEST(func, type, x, y, expected, rmode) do { \
51 long double __result = func((__x), (__y)); \
53 #func "(%.20Lg, %.20Lg) rmode%d", (x), (y), rmode); \
55 #func "(%.20Lg, %.20Lg) rmode%d = %.20Lg, expected %.20Lg\n", \
H A Dlrint_test.c39 #define test(func, x, result, excepts) do { \
41 long long _r = (func)(x); \
43 #func "(%Lg) returned %lld, expected %lld", (long double)x, _r, \
46 "for %s(%s)", #func, #x); \
/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_sys_manager.c44 man->func = &ttm_sys_manager_func;
/openbsd-current/sys/arch/octeon/include/
H A Dpci_machdep.h85 const char *file, const char *func, int line)
91 printf("%s:%s:%d:pci_conf_read(%llx,%x) = %x\n", file, func, line,
98 const char *file, const char *func, int line)
102 printf("%s:%s:%d:pci_conf_write(%llx,%x,%x)\n", file, func, line,
84 pci_conf_read_db(void *cookie, pcitag_t tag, int reg, const char *file, const char *func, int line) argument
97 pci_conf_write_db(void *cookie, pcitag_t tag, int reg, pcireg_t val, const char *file, const char *func, int line) argument
/openbsd-current/lib/libcrypto/x509/
H A Dx509_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0)
110 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509V3,func,0)
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin-crt3.c64 typedef int (*cxa_atexit_p)(void (*func) (void*), void* arg, const void* dso);
66 typedef int (*atexit_p)(void (*func)(void));
509 int __cxa_atexit (cxa_atexit_callback func, void* arg,
513 __cxa_atexit (cxa_atexit_callback func, void* arg, const void* dso) argument
516 r.callback.cac = func;
522 int atexit (atexit_callback func) __attribute__((visibility("hidden")));
529 atexit (atexit_callback func) argument
532 r.callback.ac = func;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcollection.exp245 proc gdb_collect_locals_test { func mylocs msg } {
256 send_gdb "list $func, +30\n"
280 run_trace_experiment $msg $func
356 proc gdb_collect_expression_test { func expr val msg } {
367 send_gdb "list $func, +30\n"
391 run_trace_experiment $msg $func
/openbsd-current/sys/arch/arm/arm/
H A Dfiq.c65 fiq_installhandler(void *func, size_t size) argument
71 memcpy(fiqvector, func, size);
H A Dsoftintr.c107 softintr_establish(int ipl, void (*func)(void *), void *arg)
136 sih->sih_func = func;
/openbsd-current/sys/arch/landisk/include/
H A Dpci_machdep.h63 #define pci_make_tag(v, bus, dev, func) \
64 shpcic_make_tag(v, bus, dev, func)
/openbsd-current/sbin/isakmpd/
H A Dattribute.c67 attribute_map(u_int8_t *buf, size_t sz, int (*func)(u_int16_t, u_int8_t *, argument
88 if (func(type, value, len, arg))
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcompatibility.py9 def _wraps(func):
10 return func
/openbsd-current/sys/arch/i386/i386/
H A Dsoftintr.c109 softintr_establish(int ipl, void (*func)(void *), void *arg)
138 sih->sih_fn = func;
/openbsd-current/regress/usr.bin/bc/
H A Dt19.c27 struct func {const char *name; long double (*f)(long double);}; struct
29 struct func funcs[] = { {"s", sinl},
/openbsd-current/lib/libcrypto/sm2/
H A Dsm2_err.c18 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_SM2,func,0)
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c215 * @func: transfer function
225 static int __set_legacy_tf(struct dc_transfer_func *func, argument
245 res = mod_color_calculate_regamma_params(func, gamma, true, has_rom,
255 * @func: transfer function
263 static int __set_output_tf(struct dc_transfer_func *func, argument
282 if (func->tf == TRANSFER_FUNCTION_LINEAR) {
289 res = mod_color_calculate_degamma_params(NULL, func,
297 res = mod_color_calculate_regamma_params(func, gamma, false,
309 * @func: transfer function
316 static int __set_input_tf(struct dc_transfer_func *func, argument
[all...]
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_utils.c78 const char *func, int line)
88 err, i915_modparams.inject_probe_failure, func, line);
77 __i915_inject_probe_error(struct drm_i915_private *i915, int err, const char *func, int line) argument

Completed in 222 milliseconds

<<21222324252627282930>>