Home
last modified time | relevance | path

Searched refs:SYSCALL_MODULE (Results 1 – 6 of 6) 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.sh221 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
H A Dcontigmalloc2.sh219 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
H A Dcontigmalloc.sh252 SYSCALL_MODULE(cmalloc_syscall, &cmalloc_offset, &cmalloc_sysent,
/freebsd/share/man/man9/
H A DMakefile336 SYSCALL_MODULE.9 \