Home
last modified time | relevance | path

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

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