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

/freebsd-10.2-release/lib/libc/include/
H A Dcompat.h42 __sym_compat(msgctl, freebsd7_msgctl, FBSD_1.0);
/freebsd-10.2-release/sys/sys/
H A Dsyscall.mk154 freebsd7_msgctl.o \
H A Dsysproto.h2481 int freebsd7_msgctl(struct thread *, struct freebsd7_msgctl_args *);
/freebsd-10.2-release/sys/kern/
H A Dsysv_msg.c167 SYSCALL_INIT_HELPER_COMPAT(freebsd7_msgctl),
1503 (sy_call_t *)freebsd7_msgctl, (sy_call_t *)sys_msgget,
1546 freebsd7_msgctl(td, uap) function
1554 DPRINTF(("call to freebsd7_msgctl(%d, %d, %p)\n", uap->msqid, uap->cmd,

Completed in 138 milliseconds