Searched defs:linux_handler_t (Results 1 - 7 of 7) sorted by relevance
| /src/sys/compat/linux/arch/aarch64/ | ||
| H A D | linux_signal.h | 96 typedef void (*linux_handler_t)(int); typedef in typeref:typename:void (*)(int) |
| /src/sys/compat/linux/arch/alpha/ | ||
| H A D | linux_signal.h | 106 typedef void (*linux_handler_t)(int); typedef in typeref:typename:void (*)(int) |
| /src/sys/compat/linux/arch/amd64/ | ||
| H A D | linux_signal.h | 102 typedef void (*linux_handler_t)(int); typedef in typeref:typename:void (*)(int) |
| /src/sys/compat/linux/arch/arm/ | ||
| H A D | linux_signal.h | 96 typedef void (*linux_handler_t)(int); typedef in typeref:typename:void (*)(int) |
| /src/sys/compat/linux/arch/i386/ | ||
| H A D | linux_signal.h | 96 typedef void (*linux_handler_t)(int); typedef in typeref:typename:void (*)(int) |
| /src/sys/compat/linux/arch/m68k/ | ||
| H A D | linux_signal.h | 106 typedef void (*linux_handler_t)(int); typedef in typeref:typename:void (*)(int) |
| /src/sys/compat/linux/arch/powerpc/ | ||
| H A D | linux_signal.h | 103 typedef void (*linux_handler_t)(int); typedef in typeref:typename:void (*)(int) |
Completed in 6 milliseconds