Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_capability.c85 freebsd32_cap_ioctls_get(struct thread *td, in freebsd32_cap_ioctls_get() function
148 freebsd32_cap_ioctls_get(struct thread *td, in freebsd32_cap_ioctls_get() function
H A Dfreebsd32_proto.h800 int freebsd32_cap_ioctls_get(struct thread *, struct freebsd32_cap_ioctls_get_args *);
H A Dfreebsd32_sysent.c605 …{ .sy_narg = AS(freebsd32_cap_ioctls_get_args), .sy_call = (sy_call_t *)freebsd32_cap_ioctls_get, …