Searched refs:SYSCALL_MODULE (Results 1 – 6 of 6) sorted by relevance
/freebsd/share/examples/kld/syscall/module/ |
H A D | syscall.c | 83 SYSCALL_MODULE(syscall, &offset, &hello_sysent, load, NULL);
|
/freebsd/sys/sys/ |
H A D | sysent.h | 244 #define SYSCALL_MODULE(name, offset, new_sysent, evh, arg) \ macro 259 SYSCALL_MODULE(syscallname, \
|
/freebsd/tools/test/stress2/misc/ |
H A D | contigmalloc3.sh | 221 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
|
H A D | contigmalloc2.sh | 219 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
|
H A D | contigmalloc.sh | 252 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
|
/freebsd/share/man/man9/ |
H A D | Makefile | 336 SYSCALL_MODULE.9 \
|