Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h359 struct freebsd32__umtx_op_args { struct
768 int freebsd32__umtx_op(struct thread *, struct freebsd32__umtx_op_args *);
H A Dfreebsd32_sysent.c524 …{ .sy_narg = AS(freebsd32__umtx_op_args), .sy_call = (sy_call_t *)freebsd32__umtx_op, .sy_auevent …
H A Dfreebsd32_systrace_args.c2187 struct freebsd32__umtx_op_args *p = params; in systrace_args()
/freebsd/sys/kern/
H A Dkern_umtx.c5039 freebsd32__umtx_op(struct thread *td, struct freebsd32__umtx_op_args *uap) in freebsd32__umtx_op()