Home
last modified time | relevance | path

Searched refs:SYSCALL_CONSTRUCT_UNIX (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/osfmk/mach/i386/
H A Dsyscall_sw.h158 #define SYSCALL_CONSTRUCT_UNIX(syscall_number) \ macro
/xnu-10002.1.13/libsyscall/custom/
H A D__fork.s80 movl $ SYSCALL_CONSTRUCT_UNIX(SYS_fork),%eax; // code for fork -> rax
H A D__vfork.s109 movq $ SYSCALL_CONSTRUCT_UNIX(SYS_vfork), %rax // code for vfork -> rax
H A DSYS.h137 movl $ SYSCALL_CONSTRUCT_UNIX(SYS_##name), %eax ;\
146 movl $ SYSCALL_CONSTRUCT_UNIX(SYS_##name), %eax ;\