Lines Matching defs:syscall
39 #include <sys/syscall.h>
112 struct ktr_syscall syscall;
418 struct ktr_syscall *call = &F->payload.syscall;
421 /* Validate the syscall code. */
428 * Invoke the syscall-specific logic to create a new
453 /* Find an active syscall state, or drop it. */
468 /* Find and remove an active syscall state, or drop it. */
475 * If the active syscall state matches this return,
476 * invoke the syscall-specific logic to show a filemon
479 /* XXX What to do if syscall code doesn't match? */