Home
last modified time | relevance | path

Searched defs:syscall (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/lib/libc/sys/
H A DLint_syscall.c13 syscall(int arg1, ...) in syscall() function
/netbsd-src/external/mit/libuv/dist/src/win/
H A Derror.c35 void uv_fatal_error(const int errorno, const char* syscall) { in uv_fatal_error()
/netbsd-src/sys/arch/ia64/ia64/
H A Dsyscall_stubs.S78 #define syscall 0 macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kafs/
H A Dafssys.c43 unsigned long syscall; member
53 unsigned long syscall; member
79 uint32_t syscall; member
90 uint64_t syscall; member
/netbsd-src/sys/arch/sh3/sh3/
H A Dsyscall.c108 syscall(struct lwp *l, struct trapframe *tf) in syscall() function
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_socketcall.c65 int (*syscall)(struct lwp *, const void *, register_t *); member
/netbsd-src/sys/arch/x86/x86/
H A Dsyscall.c91 syscall(struct trapframe *frame) in syscall() function
/netbsd-src/sys/arch/alpha/alpha/
H A Dsyscall.c131 syscall(struct lwp *l, uint64_t code, struct trapframe *tf) in syscall() function
/netbsd-src/sys/arch/vax/vax/
H A Dsyscall.c62 syscall(struct trapframe *tf) in syscall() function
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dsyscall.c82 EMULNAME(syscall)(struct trapframe *tf) in EMULNAME() argument
/netbsd-src/sys/arch/riscv/riscv/
H A Dsyscall.c78 EMULNAME(syscall)(struct trapframe *tf) in EMULNAME() argument
[all...]
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dsyscall.c87 EMULNAME(syscall)(struct trapframe *tf) in EMULNAME() argument
H A Daarch32_syscall.c59 EMULNAME(syscall)(struct trapframe *tf) in EMULNAME() argument
/netbsd-src/sys/arch/arm/arm/
H A Dsyscall.c182 syscall(struct trapframe *tf, lwp_t *l, uint32_t insn) in syscall() function
/netbsd-src/sys/arch/mips/mips/
H A Dsyscall.c117 EMULNAME(syscall)(struct lwp *l, u_int status, u_int cause, vaddr_t pc) in EMULNAME() argument
/netbsd-src/sys/arch/usermode/usermode/
H A Dsyscall.c83 syscall(void) in syscall() function
/netbsd-src/sys/arch/sparc/sparc/
H A Dsyscall.c213 syscall(register_t code, struct trapframe *tf, register_t pc) in syscall() function
/netbsd-src/sys/arch/m68k/m68k/
H A Dm68k_syscall.c108 syscall(register_t code, struct frame frame) in syscall() function
/netbsd-src/tests/compat/linux/
H A Dh_linux.h38 #define syscall(number, ...) syscall6(number, ## __VA_ARGS__, \ macro
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dsyscall.c278 syscall(struct trapframe64 *tf, register_t code, register_t pc) in syscall() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcdrv.h97 #define syscall CALL_UTIL(syscall) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcdrv.h97 #define syscall CALL_UTIL(syscall) macro
/netbsd-src/external/bsd/mdocml/dist/
H A Dmain.c970 const char *syscall; in passthrough() local
/netbsd-src/sys/arch/hppa/hppa/
H A Dtrap.c1265 syscall(struct trapframe *frame, int *args) in syscall() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h108 int (*syscall)(int number, ...); member

12