| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| H A D | enable_execute_stack_test.c | 36 typedef int (*pfunc)(void); typedef 60 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; in main() 67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; in main()
|
| H A D | clear_cache_test.c | 29 typedef int (*pfunc)(void); typedef 64 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; in main() 71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; in main()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| H A D | enable_execute_stack_test.c | 36 typedef int (*pfunc)(void); typedef 68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); in main() 74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128); in main()
|
| H A D | clear_cache_test.c | 29 typedef int (*pfunc)(void); typedef 73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); in main() 79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128); in main()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh.h | 1624 typedef void (*pfunc) (void); \ 1625 extern pfunc __ctors[]; \ 1626 extern pfunc __ctors_end[]; \ 1627 pfunc *p; \ 1637 typedef void (*pfunc) (void); \ 1638 extern pfunc __dtors[]; \ 1639 extern pfunc __dtors_end[]; \ 1640 pfunc *p; \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh.h | 1624 typedef void (*pfunc) (void); \ 1625 extern pfunc __ctors[]; \ 1626 extern pfunc __ctors_end[]; \ 1627 pfunc *p; \ 1637 typedef void (*pfunc) (void); \ 1638 extern pfunc __dtors[]; \ 1639 extern pfunc __dtors_end[]; \ 1640 pfunc *p; \
|
| /netbsd-src/sbin/scsictl/ |
| H A D | scsictl.c | 242 void (*pfunc)(union scsi_defect_descriptor *); in device_defects() local 255 pfunc = NULL; in device_defects() 342 pfunc = print_bf_dd; in device_defects() 349 pfunc = print_bfif_dd; in device_defects() 357 pfunc = print_psf_dd; in device_defects() 376 pfunc(&data->defect_descriptor[i]); in device_defects()
|
| /netbsd-src/tests/fs/puffs/h_dtfs/ |
| H A D | dtfs_vfsops.c | 109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype); member 153 if (rtypes[i].pfunc(pu, typestr, in dtfs_domount()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_work.c | 272 dtrace_consume_probe_f *pfunc, dtrace_consume_rec_f *rfunc, void *arg) in dtrace_work() argument 316 if (dtrace_consume(dtp, fp, pfunc, rfunc, arg) == -1) in dtrace_work()
|
| /netbsd-src/usr.bin/netstat/ |
| H A D | if.c | 133 intpr(int interval, u_long ifnetaddr, void (*pfunc)(const char *)) in intpr() 144 intpr_kvm(ifnetaddr, pfunc); in intpr() 340 intpr_kvm(u_long ifnetaddr, void (*pfunc)(const char *)) in intpr_kvm() 384 if (pfunc) { in intpr_kvm() 385 (*pfunc)(name); in intpr_kvm()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | tic4x-dis.c | 189 tic4x_print_ftoa (unsigned int val, FILE *stream, fprintf_ftype pfunc) 208 (*pfunc)(stream, "%.9g", num);
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | tic4x-dis.c | 189 tic4x_print_ftoa (unsigned int val, FILE *stream, fprintf_ftype pfunc) 208 (*pfunc)(stream, "%.9g", num);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | escape.d | 1229 auto pfunc = p.isFuncDeclaration(); in checkReturnEscapeImpl() local 1230 if (pfunc && in checkReturnEscapeImpl() 1240 !(!refs && p.parent == sc.func && pfunc.fes) && in checkReturnEscapeImpl() 1246 !(!refs && sc.func.isFuncDeclaration().getLevel(pfunc, sc.intypeof) > 0) in checkReturnEscapeImpl()
|
| /netbsd-src/usr.bin/deroff/ |
| H A D | deroff.c | 482 regline(void (*pfunc)(char *, int), int constant) in regline() 507 (*pfunc)(line, constant); in regline()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | gus.c | 1665 void (*pfunc)(void *); in gus_dmaout_dointr() local 1668 pfunc = sc->sc_dmaoutintr; in gus_dmaout_dointr() 1672 (*pfunc)(arg); in gus_dmaout_dointr() 1815 void (*pfunc)(void *); in gus_voice_intr() local 1818 pfunc = sc->sc_dmaoutintr; in gus_voice_intr() 1822 (*pfunc)(arg); in gus_voice_intr()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | dlltool.c | 800 static int pfunc (const void *, const void *); 3451 pfunc (const void *a, const void *b) in pfunc() function 3562 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc); in fill_ordinals() 3616 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc); in fill_ordinals()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | dlltool.c | 849 static int pfunc (const void *, const void *); 3532 pfunc (const void *a, const void *b) in pfunc() function 3643 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc); in fill_ordinals() 3697 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc); in fill_ordinals()
|
| /netbsd-src/external/lgpl3/gmp/dist/tune/ |
| H A D | speed.h | 1665 #define SPEED_ROUTINE_MPN_MOD_1_1(function,pfunc) \ argument 1679 pfunc (inv, s->r); \ 1685 #define SPEED_ROUTINE_MPN_MOD_1_N(function,pfunc,N) \ argument 1699 pfunc (inv, s->r); \
|