tag | line | file | source code |
_syscall3 | 30 | include/asm-alpha/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
_syscall3 | 44 | include/asm-i386/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
_syscall3 | 51 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
_syscall3 | 61 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
_syscall3 | 63 | include/asm-sparc/unistd.h | #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ |
_syscall3 | 12 | lib/open.c | static inline _syscall3(int, open, const char *, filename, int, flag, int, mode) |
_syscall3 | 11 | lib/wait.c | _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options) |