Searched refs:_syscall (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/lib/libc/arch/arm/sys/
H A Dsyscall.S36 WSYSCALL(syscall,_syscall)
/netbsd-current/lib/libc/arch/alpha/sys/
H A Dsyscall.S32 WSYSCALL(syscall,_syscall)
/netbsd-current/lib/libc/arch/aarch64/sys/
H A Dsyscall.S3 #define FUNCNAME _syscall
7 WEAK_ALIAS(syscall,_syscall)
/netbsd-current/lib/libc/arch/ia64/sys/
H A Dsyscall.S6 WSYSCALL(syscall,_syscall)
/netbsd-current/lib/libc/arch/m68k/sys/
H A Dsyscall.S46 ENTRY(_syscall)
51 END(_syscall)
52 WEAK_ALIAS(syscall,_syscall)
/netbsd-current/lib/libc/arch/hppa/sys/
H A Dsyscall.S37 WSYSCALL(syscall,_syscall)
/netbsd-current/lib/libc/arch/vax/sys/
H A Dsyscall.S42 ENTRY(_syscall, 0)
50 END(_syscall)
51 WEAK_ALIAS(syscall,_syscall)
/netbsd-current/lib/libc/arch/mips/sys/
H A Dsyscall.S46 WSYSCALL(syscall,_syscall)
H A D__syscall.S8 STRONG_ALIAS(_syscall,__syscall)
/netbsd-current/lib/libc/arch/sparc/sys/
H A Dsyscall.S49 WSYSCALL(syscall,_syscall)
/netbsd-current/lib/libc/arch/sh3/sys/
H A Dsyscall.S44 WSYSCALL(syscall,_syscall)
/netbsd-current/lib/libc/arch/x86_64/sys/
H A Dsyscall.S44 WSYSCALL(syscall,_syscall)
/netbsd-current/lib/libc/arch/sparc64/sys/
H A Dsyscall.S49 WSYSCALL(syscall,_syscall)
/netbsd-current/lib/libc/arch/i386/sys/
H A Dsyscall.S44 ENTRY(_syscall)
54 END(_syscall)
55 WEAK_ALIAS(syscall,_syscall)
/netbsd-current/lib/libc/include/
H A Dfutex_private.h41 extern int _syscall(int, ...);
47 return _syscall(SYS___futex, uaddr, op, val, timeout, uaddr2,
54 return _syscall(SYS___futex_set_robust_list, head, len);
60 return _syscall(SYS___futex_get_robust_list, lwpid, headp, lenp);
H A Dnamespace.h726 #define syscall _syscall
/netbsd-current/lib/libc/arch/riscv/sys/
H A D__syscall.S10 STRONG_ALIAS(_syscall,__syscall)
/netbsd-current/share/mk/
H A Dbsd.syscall.mk6 ${SYSCALL_PREFIX}_syscall.h ${SYSCALL_PREFIX}_syscallargs.h
/netbsd-current/sys/sys/
H A Dsiginfo.h86 } _syscall; member in union:_ksiginfo::__anon24
173 #define si_sysnum _info._reason._syscall._sysnum
174 #define si_retval _info._reason._syscall._retval
175 #define si_error _info._reason._syscall._error
176 #define si_args _info._reason._syscall._args
203 #define ksi_sysnum ksi_info._reason._syscall._sysnum
204 #define ksi_retval ksi_info._reason._syscall._retval
205 #define ksi_error ksi_info._reason._syscall._error
206 #define ksi_args ksi_info._reason._syscall._args
/netbsd-current/lib/libc/arch/powerpc64/sys/
H A D__syscall.S22 STRONG_ALIAS(_syscall,__syscall)
/netbsd-current/lib/libc/arch/powerpc/sys/
H A D__syscall.S22 STRONG_ALIAS(_syscall,__syscall)
/netbsd-current/sys/compat/sys/
H A Dsiginfo.h86 } _syscall; member in union:__ksiginfo32::__anon32
/netbsd-current/sys/compat/linux32/arch/aarch64/
H A Dlinux32_siginfo.h92 int _syscall; member in struct:linux32_siginfo::__anon2::__anon9
/netbsd-current/lib/libc/arch/or1k/sys/
H A D__syscall.S24 STRONG_ALIAS(_syscall,__syscall)
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_signal.c317 si->_reason._syscall._sysnum =
318 si32->_reason._syscall._sysnum;
319 si->_reason._syscall._retval[0] =
320 si32->_reason._syscall._retval[0];
321 si->_reason._syscall._retval[1] =
322 si32->_reason._syscall._retval[1];
323 si->_reason._syscall._error =
324 si32->_reason._syscall._error;
326 i < __arraycount(si->_reason._syscall._args); i++)
327 si->_reason._syscall
[all...]

Completed in 302 milliseconds

12