_umtx_op_args
{ .sy_narg = AS(_umtx_op_args), .sy_call = (sy_call_t *)sys__umtx_op, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 454 = _umtx_op */
__umtx_op_lock_umtx(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_unlock_umtx(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_unimpl(struct thread *td __unused, struct _umtx_op_args *uap __unused,
__umtx_op_wait(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_wait_uint(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_wait_uint_private(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_wake(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_nwake_private_native(struct thread *td, struct _umtx_op_args *uap)
__umtx_op_nwake_private_compat32(struct thread *td, struct _umtx_op_args *uap)
__umtx_op_nwake_private(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_wake_private(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_lock_umutex(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_trylock_umutex(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_wait_umutex(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_wake_umutex(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_unlock_umutex(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_set_ceiling(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_cv_wait(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_cv_signal(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_cv_broadcast(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_rw_rdlock(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_rw_wrlock(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_rw_unlock(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_sem_wait(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_sem_wake(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_wake2_umutex(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_sem2_wait(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_sem2_wake(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_shm(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_robust_lists(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_get_min_timeout(struct thread *td, struct _umtx_op_args *uap,
__umtx_op_set_min_timeout(struct thread *td, struct _umtx_op_args *uap,
typedef int (*_umtx_op_func)(struct thread *td, struct _umtx_op_args *uap,
struct _umtx_op_args uap = {
sys__umtx_op(struct thread *td, struct _umtx_op_args *uap)
struct _umtx_op_args *p = params;
int sys__umtx_op(struct thread *, struct _umtx_op_args *);