Lines Matching full:syscall
44 #include <sys/syscall.h>
103 #define PIOCGENTRY (PIOC|17) /* get syscall entry set */
104 #define PIOCSENTRY (PIOC|18) /* set syscall entry set */
105 #define PIOCGEXIT (PIOC|19) /* get syscall exit set */
106 #define PIOCSEXIT (PIOC|20) /* set syscall exit set */
168 #define PRSYSARGS 8 /* maximum number of syscall arguments */
192 short pr_syscall; /* System call number (if in syscall) */
193 short pr_nsysarg; /* Number of arguments to this syscall */
194 long pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */
273 short pr_syscall; /* system call number (if in syscall) */
327 #define PRSABORT 0x080 /* Abort syscall */
496 short pr_syscall; /* System call number (if in syscall) */
497 short pr_nsysarg; /* Number of arguments to this syscall */
498 int32_t pr_sysarg[PRSYSARGS]; /* Arguments to this syscall */
538 short pr_syscall; /* system call number (if in syscall) */