Searched refs:SYS_syscall (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.1-release/sys/amd64/ia32/
H A Dia32_syscall.c125 if (sa->code == SYS_syscall) {
/freebsd-10.1-release/sys/ia64/ia32/
H A Dia32_trap.c109 if (sa->code == SYS_syscall) {
/freebsd-10.1-release/sys/sys/
H A Dsyscall.h9 #define SYS_syscall 0 macro
/freebsd-10.1-release/usr.bin/truss/
H A Damd64-fbsd.c135 * SYS_syscall, and SYS___syscall. The former is the old syscall()
141 case SYS_syscall:
H A Damd64-fbsd32.c140 * SYS_syscall, and SYS___syscall. The former is the old syscall()
145 case SYS_syscall:
H A Darm-fbsd.c137 * SYS_syscall, and SYS___syscall. The former is the old syscall()
151 case SYS_syscall:
H A Di386-fbsd.c137 * SYS_syscall, and SYS___syscall. The former is the old syscall()
142 case SYS_syscall:
H A Dia64-fbsd.c135 * SYS_syscall, and SYS___syscall. The former is the old syscall()
139 if (syscall_num == SYS_syscall || syscall_num == SYS___syscall)
H A Dmips-fbsd.c140 if (syscall_num == SYS_syscall) {
H A Dpowerpc-fbsd.c143 * SYS_syscall, and SYS___syscall. The former is the old syscall()
149 if (syscall_num == SYS_syscall) {
H A Dpowerpc64-fbsd.c135 * SYS_syscall, and SYS___syscall. The former is the old syscall()
141 if (syscall_num == SYS_syscall || syscall_num == SYS___syscall) {
H A Dsparc64-fbsd.c141 * SYS_syscall, and SYS___syscall. The former is the old syscall()
146 if (syscall_num == SYS_syscall || syscall_num == SYS___syscall) {
/freebsd-10.1-release/sys/powerpc/booke/
H A Dtrap.c326 if (sa->code == SYS_syscall) {
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Dtrap.c579 if (sa->code == SYS_syscall || sa->code == SYS___syscall) {
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dproc-events.c1255 #if defined (SYS_syscall)
1256 syscall_table[SYS_syscall] = "syscall";
/freebsd-10.1-release/sys/arm/arm/
H A Dtrap.c788 if (sa->code == SYS_syscall) {
/freebsd-10.1-release/sys/ia64/ia64/
H A Dtrap.c914 if (sa->code == SYS_syscall || sa->code == SYS___syscall) {
/freebsd-10.1-release/sys/mips/mips/
H A Dvm_machdep.c340 if (code == SYS_syscall)
H A Dtrap.c360 case SYS_syscall:
/freebsd-10.1-release/sys/powerpc/aim/
H A Dtrap.c442 if (sa->code == SYS_syscall) {
/freebsd-10.1-release/sys/amd64/amd64/
H A Dtrap.c910 if (sa->code == SYS_syscall || sa->code == SYS___syscall) {
/freebsd-10.1-release/sys/i386/i386/
H A Dtrap.c1076 if (sa->code == SYS_syscall) {

Completed in 335 milliseconds