Home
last modified time | relevance | path

Searched refs:SYSCALL_NONAME (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/libsyscall/custom/
H A DSYS.h319 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_##nargs(name, cerror) macro
323 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_0to4(name, cerror) macro
326 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_5(name, cerror) macro
329 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_6(name, cerror) macro
332 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_7(name, cerror) macro
335 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_8(name, cerror) macro
338 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_8(name, cerror) macro
341 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_8(name, cerror) macro
344 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_8(name, cerror) macro
347 #define SYSCALL_NONAME(name, nargs, cerror) SYSCALL_NONAME_12(name, cerror) macro
[all …]
H A D__pipe.s54 SYSCALL_NONAME(pipe, 0, cerror_nocancel)
64 SYSCALL_NONAME(pipe, 0, cerror_nocancel)
H A D__ptrace.s62 SYSCALL_NONAME(ptrace, 4, cerror)
70 SYSCALL_NONAME(ptrace, 4, cerror)
H A D__gettimeofday.s103 SYSCALL_NONAME(gettimeofday, 3, cerror_nocancel)
115 SYSCALL_NONAME(gettimeofday, 3, cerror_nocancel)
H A D__getpid.s124 SYSCALL_NONAME(getpid, 0, cerror_nocancel)
166 SYSCALL_NONAME(getpid, 0, cerror_nocancel)