Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h528 struct freebsd32_msgctl_args { struct
793 int freebsd32_msgctl(struct thread *, struct freebsd32_msgctl_args *);
H A Dfreebsd32_sysent.c581 …{ .sy_narg = AS(freebsd32_msgctl_args), .sy_call = (sy_call_t *)lkmressys, .sy_auevent = AUE_NULL,…
H A Dfreebsd32_systrace_args.c2679 struct freebsd32_msgctl_args *p = params; in systrace_args()
/freebsd/sys/kern/
H A Dsysv_msg.c1780 freebsd32_msgctl(struct thread *td, struct freebsd32_msgctl_args *uap) in freebsd32_msgctl()