Searched defs:msgp (Results 1 - 16 of 16) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
H A D10-1-buildonly.c15 char *msgp; local
21 msgp = NULL;
25 err = mq_timedsend(mqdes, msgp, msg_len, msg_prio, &timeout);
H A D6-1-buildonly.c15 char *msgp; local
18 msg_size = mq_receive(mqdes, msgp, msg_len, &msg_prio);
H A D7-1-buildonly.c14 char *msgp; local
18 err = mq_receive(mqdes, msgp, msg_len, &msg_prio);
H A D9-1-buildonly.c17 char *msgp; local
20 size = mq_timedreceive(mqdes, msgp, msg_len, &msg_prio, &abstime);
/external/kernel-headers/original/uapi/linux/
H A Dipc.h58 struct msgbuf __user *msgp; member in struct:ipc_kludge
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc299 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { argument
301 msghdr *msg = (msghdr*)msgp;
/external/ppp/pppd/plugins/radius/
H A Dradius.c74 char **msgp,
235 * msgp -- Message which will be sent in PAP response
246 char **msgp,
256 *msgp = radius_msg;
244 radius_pap_auth(char *user, char *passwd, char **msgp, struct wordlist **paddrs, struct wordlist **popts) argument
/external/ppp/pppd/plugins/
H A Dwinbind.c95 char **msgp,
476 * msgp -- Message which will be sent in PAP response
487 char **msgp,
491 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
485 winbind_pap_auth(char *user, char *password, char **msgp, struct wordlist **paddrs, struct wordlist **popts) argument
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c3459 /* int msgsnd(int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg); */
3460 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3461 PRE_MEM_READ( "msgsnd(msgp->mtype)", (Addr)&msgp->mtype, sizeof(msgp->mtype) );
3462 PRE_MEM_READ( "msgsnd(msgp->mtext)", (Addr)&msgp->mtext, arg2 );
3470 /* ssize_t msgrcv(int msqid, struct msgbuf *msgp, size_t msgsz,
3472 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3473 PRE_MEM_WRITE( "msgrcv(msgp
3482 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3623 Addr msgp; local
3716 Addr msgp; local
[all...]
/external/valgrind/include/vki/
H A Dvki-ppc32-linux.h879 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-ppc64-linux.h744 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-s390x-linux.h900 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-arm-linux.h726 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-mips32-linux.h742 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-mips64-linux.h766 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-x86-linux.h743 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge

Completed in 173 milliseconds