Lines Matching full:syscall
61 #include <sys/syscall.h>
89 #define PCSENTRY 14L /* set traced syscall entry set from sysset_t arg */
90 #define PCSEXIT 15L /* set traced syscall exit set from sysset_t arg */
113 #define PRSABORT 0x08 /* abort syscall, if in syscall */
120 #define PRSYSARGS 8 /* maximum number of syscall arguments */
134 short pr_syscall; /* system call number (if in syscall) */
135 short pr_nsysarg; /* number of arguments to this syscall */
136 int pr_errno; /* errno for failed syscall, 0 if successful */
137 long pr_sysarg[PRSYSARGS]; /* arguments to this syscall */
138 long pr_rval1; /* primary syscall return value */
139 long pr_rval2; /* second syscall return value, if any */
250 short pr_syscall; /* system call number (if in syscall) */
591 short pr_syscall; /* system call number (if in syscall) */
592 short pr_nsysarg; /* number of arguments to this syscall */
593 int pr_errno; /* errno for failed syscall, 0 if successful */
594 int32_t pr_sysarg[PRSYSARGS]; /* arguments to this syscall */
595 int32_t pr_rval1; /* primary syscall return value */
596 int32_t pr_rval2; /* second syscall return value, if any */
656 short pr_syscall; /* system call number (if in syscall) */