Home
last modified time | relevance | path

Searched refs:sy_arg_munge32 (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dsysent.h48 sy_munge_t *sy_arg_munge32; /* system call arguments munger for 32-bit process */ member
/xnu-8020.140.41/bsd/dev/arm/
H A Dsystemcalls.c387 munger = callp->sy_arg_munge32; in arm_get_u32_syscall_args()
521 mungerp = callp->sy_arg_munge32; in arm_get_u64_syscall_args()
573 mungerp = callp->sy_arg_munge32; in arm_get_u32_syscall_args()
/xnu-8020.140.41/bsd/dev/i386/
H A Dsystemcalls.c160 mungerp = callp->sy_arg_munge32; in unix_syscall()