/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
enable_execute_stack_test.c | 36 typedef int (*pfunc)(void); typedef in typeref:typename:int (*)(void) 60 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; 67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
|
clear_cache_test.c | 29 typedef int (*pfunc)(void); typedef in typeref:typename:int (*)(void) 64 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; 71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
clear_cache_test.c | 29 typedef int (*pfunc)(void); typedef in typeref:typename:int (*)(void) 73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); 79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
|
enable_execute_stack_test.c | 36 typedef int (*pfunc)(void); typedef in typeref:typename:int (*)(void) 68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); 74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
|
/src/tests/fs/puffs/h_dtfs/ |
dtfs_vfsops.c | 109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype); member in struct:rtype 153 if (rtypes[i].pfunc(pu, typestr,
|
/src/sbin/scsictl/ |
scsictl.c | 242 void (*pfunc)(union scsi_defect_descriptor *); local in function:device_defects 255 pfunc = NULL; 342 pfunc = print_bf_dd; 349 pfunc = print_bfif_dd; 357 pfunc = print_psf_dd; 376 pfunc(&data->defect_descriptor[i]);
|
/src/sys/dev/isa/ |
gus.c | 1665 void (*pfunc)(void *); local in function:gus_dmaout_dointr 1668 pfunc = sc->sc_dmaoutintr; 1672 (*pfunc)(arg); 1815 void (*pfunc)(void *); local in function:gus_voice_intr 1818 pfunc = sc->sc_dmaoutintr; 1822 (*pfunc)(arg);
|