Home
last modified time | relevance | path

Searched refs:SYSCALL_MODULE (Results 1 – 7 of 7) sorted by relevance

/freebsd/share/examples/kld/syscall/module/
H A Dsyscall.c83 SYSCALL_MODULE(syscall, &offset, &hello_sysent, load, NULL);
/freebsd/sys/sys/
H A Dsysent.h244 #define SYSCALL_MODULE(name, offset, new_sysent, evh, arg) \ macro
259 SYSCALL_MODULE(syscallname, \
/freebsd/tools/test/stress2/misc/
H A Dcontigmalloc3.sh223 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
H A Dcontigmalloc2.sh222 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
H A Dcontigmalloc.sh254 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
/freebsd/sys/kgssapi/
H A Dgsstest.c1144 SYSCALL_MODULE(gsstest_syscall, &gsstest_offset, &gsstest_sysent,
/freebsd/share/man/man9/
H A DMakefile336 SYSCALL_MODULE.9 \