Searched refs:pfunc (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Denable_execute_stack_test.c36 typedef int (*pfunc)(void); typedef
60 pfunc f1 = (pfunc)(uintptr_t)execution_buffer;
67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
H A Dclear_cache_test.c29 typedef int (*pfunc)(void); typedef
64 pfunc f1 = (pfunc)(uintptr_t)execution_buffer;
71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Denable_execute_stack_test.c36 typedef int (*pfunc)(void); typedef
68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128);
74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
H A Dclear_cache_test.c29 typedef int (*pfunc)(void); typedef
73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128);
79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg.c781 const OSSL_DISPATCH *pfunc; local
801 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_ENABLE_LOCKING)) != NULL)
802 drbg->parent_enable_locking = OSSL_FUNC_rand_enable_locking(pfunc);
803 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_LOCK)) != NULL)
804 drbg->parent_lock = OSSL_FUNC_rand_lock(pfunc);
805 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_UNLOCK)) != NULL)
806 drbg->parent_unlock = OSSL_FUNC_rand_unlock(pfunc);
807 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GET_CTX_PARAMS)) != NULL)
808 drbg->parent_get_ctx_params = OSSL_FUNC_rand_get_ctx_params(pfunc);
809 if ((pfunc
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ppp.c422 u_int (*pfunc)(netdissect_options *, const u_char *, u_int);
490 pfunc = print_lcp_config_options;
493 pfunc = print_ipcp_config_options;
496 pfunc = print_ip6cp_config_options;
499 pfunc = print_ccp_config_options;
502 pfunc = print_bacp_config_options;
509 pfunc = NULL;
513 if (pfunc == NULL) /* catch the above null pointer if unknown CP */
516 if ((advance = (*pfunc)(ndo, tptr, len)) == 0)
H A Dprint-lldp.c1350 const char * (*pfunc)(netdissect_options *, const u_char *);
1360 pfunc = ipaddr_string;
1365 pfunc = ip6addr_string;
1370 pfunc = etheraddr_string;
1373 pfunc = NULL;
1377 if (!pfunc) {
1382 tok2str(af_values, "Unknown", af), af, (*pfunc)(ndo, tptr+1));
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_work.c272 dtrace_consume_probe_f *pfunc, dtrace_consume_rec_f *rfunc, void *arg)
316 if (dtrace_consume(dtp, fp, pfunc, rfunc, arg) == -1)
271 dtrace_work(dtrace_hdl_t *dtp, FILE *fp, dtrace_consume_probe_f *pfunc, dtrace_consume_rec_f *rfunc, void *arg) argument
/netbsd-current/tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype); member in struct:rtype
153 if (rtypes[i].pfunc(pu, typestr,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.h1637 typedef void (*pfunc) (void); \
1638 extern pfunc __ctors[]; \
1639 extern pfunc __ctors_end[]; \
1640 pfunc *p; \
1650 typedef void (*pfunc) (void); \
1651 extern pfunc __dtors[]; \
1652 extern pfunc __dtors_end[]; \
1653 pfunc *p; \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h1637 typedef void (*pfunc) (void); \
1638 extern pfunc __ctors[]; \
1639 extern pfunc __ctors_end[]; \
1640 pfunc *p; \
1650 typedef void (*pfunc) (void); \
1651 extern pfunc __dtors[]; \
1652 extern pfunc __dtors_end[]; \
1653 pfunc *p; \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dcpexprs.cc337 void (derived::*pfunc) (void) const = &derived::a_function;
338 (d.*pfunc) ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcpexprs.cc337 void (derived::*pfunc) (void) const = &derived::a_function;
338 (d.*pfunc) ();
/netbsd-current/sbin/scsictl/
H A Dscsictl.c242 void (*pfunc)(union scsi_defect_descriptor *);
255 pfunc = NULL;
343 pfunc = print_bf_dd;
350 pfunc = print_bfif_dd;
358 pfunc = print_psf_dd;
377 pfunc(&data->defect_descriptor[i]);
/netbsd-current/usr.bin/netstat/
H A Dif.c133 intpr(int interval, u_long ifnetaddr, void (*pfunc)(const char *))
144 intpr_kvm(ifnetaddr, pfunc);
340 intpr_kvm(u_long ifnetaddr, void (*pfunc)(const char *))
384 if (pfunc) {
385 (*pfunc)(name);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtic4x-dis.c189 tic4x_print_ftoa (unsigned int val, FILE *stream, fprintf_ftype pfunc)
208 (*pfunc)(stream, "%.9g", num);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dtic4x-dis.c189 tic4x_print_ftoa (unsigned int val, FILE *stream, fprintf_ftype pfunc)
208 (*pfunc)(stream, "%.9g", num);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dtic4x-dis.c189 tic4x_print_ftoa (unsigned int val, FILE *stream, fprintf_ftype pfunc)
208 (*pfunc)(stream, "%.9g", num);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dtic4x-dis.c189 tic4x_print_ftoa (unsigned int val, FILE *stream, fprintf_ftype pfunc)
208 (*pfunc)(stream, "%.9g", num);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d1229 auto pfunc = p.isFuncDeclaration();
1230 if (pfunc &&
1240 !(!refs && p.parent == sc.func && pfunc.fes) &&
1246 !(!refs && sc.func.isFuncDeclaration().getLevel(pfunc, sc.intypeof) > 0)
/netbsd-current/sys/dev/isa/
H A Dgus.c1665 void (*pfunc)(void *);
1668 pfunc = sc->sc_dmaoutintr;
1672 (*pfunc)(arg);
1815 void (*pfunc)(void *);
1818 pfunc = sc->sc_dmaoutintr;
1822 (*pfunc)(arg);
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dspeed.h1665 #define SPEED_ROUTINE_MPN_MOD_1_1(function,pfunc) \
1679 pfunc (inv, s->r); \
1685 #define SPEED_ROUTINE_MPN_MOD_1_N(function,pfunc,N) \
1699 pfunc (inv, s->r); \
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddlltool.c797 static int pfunc (const void *, const void *);
3446 pfunc (const void *a, const void *b)
3557 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc);
3611 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc);
3445 pfunc (const void *a, const void *b) function
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c800 static int pfunc (const void *, const void *);
3452 pfunc (const void *a, const void *b)
3563 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc);
3617 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc);
3451 pfunc (const void *a, const void *b) function
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c849 static int pfunc (const void *, const void *);
3533 pfunc (const void *a, const void *b)
3644 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc);
3698 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc);
3532 pfunc (const void *a, const void *b) function

Completed in 359 milliseconds