Home
last modified time | relevance | path

Searched defs:msgp (Results 1 – 20 of 20) sorted by relevance

/external/ltp/include/
Dtst_safe_sysv_ipc.h27 #define SAFE_MSGSND(msqid, msgp, msgsz, msgflg) \ argument
32 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
/external/ltp/lib/
Dtst_safe_sysv_ipc.c38 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, in safe_msgsnd()
53 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, in safe_msgrcv()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D7-1-buildonly.c14 char *msgp; in test_mq_send_prototype() local
D6-1-buildonly.c15 char *msgp; in test_mq_receive_prototype() local
D9-1-buildonly.c17 char *msgp; in test_mq_timedreceive_prototype() local
D10-1-buildonly.c15 char *msgp; in test_mq_timedsend_prototype() local
/external/openssh/openbsd-compat/
Dgetrrsetbyname.c118 _getshort(msgp) in _getshort() argument
132 _getlong(msgp) in _getlong() argument
/external/kernel-headers/original/uapi/linux/
Dipc.h58 struct msgbuf __user *msgp; member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc299 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { in ExtractRecvmsgFDs()
/external/ppp/pppd/plugins/
Dwinbind.c487 char **msgp, in winbind_pap_auth()
/external/ppp/pppd/plugins/radius/
Dradius.c246 char **msgp, in radius_pap_auth()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c4013 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; in ML_() local
4025 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; in ML_() local
4035 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; in ML_() local
4176 Addr msgp; in PRE() local
4269 Addr msgp; in POST() local
/external/valgrind/include/vki/
Dvki-ppc64-linux.h747 struct vki_msgbuf __user *msgp; member
Dvki-ppc32-linux.h878 struct vki_msgbuf __user *msgp; member
Dvki-s390x-linux.h902 struct vki_msgbuf __user *msgp; member
Dvki-mips64-linux.h767 struct vki_msgbuf __user *msgp; member
Dvki-arm-linux.h726 struct vki_msgbuf __user *msgp; member
Dvki-mips32-linux.h742 struct vki_msgbuf __user *msgp; member
Dvki-x86-linux.h743 struct vki_msgbuf __user *msgp; member
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1286 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1289 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1292 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1296 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument