Home
last modified time | relevance | path

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

/freebsd/lib/libc/include/
H A Dcompat.h43 __sym_compat(msgctl, freebsd7_msgctl, FBSD_1.0);
/freebsd/sys/sys/
H A Dsyscall.mk142 freebsd7_msgctl.o \
H A Dsysproto.h2674 int freebsd7_msgctl(struct thread *, struct freebsd7_msgctl_args *);
/freebsd/sys/kern/
H A Dsysv_msg.c182 SYSCALL_INIT_HELPER_COMPAT(freebsd7_msgctl),
1862 (sy_call_t *)freebsd7_msgctl, (sy_call_t *)sys_msgget,
1903 freebsd7_msgctl(struct thread *td, struct freebsd7_msgctl_args *uap) in freebsd7_msgctl() function