Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h763 int freebsd32__umtx_op(struct thread *, struct freebsd32__umtx_op_args *);
H A Dfreebsd32_sysent.c518 …{ .sy_narg = AS(freebsd32__umtx_op_args), .sy_call = (sy_call_t *)freebsd32__umtx_op, .sy_auevent …
/freebsd/sys/kern/
H A Dkern_umtx.c4989 freebsd32__umtx_op(struct thread *td, struct freebsd32__umtx_op_args *uap) in freebsd32__umtx_op() function