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

/external/kernel-headers/original/asm-generic/
H A Dipc.h9 struct msgbuf __user *msgp; member in struct:ipc_kludge
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c133 * \param[in] msgp The message to send.
139 int phDal4Nfc_msgsnd (int msqid, void * msgp, size_t msgsz, int msgflg) argument
145 if ((msqid == 0) || (msgp == NULL) || (msgsz == 0))
156 memcpy(&pNew->nMsg, &((phDal4Nfc_Message_Wrapper_t*)msgp)->msg, sizeof(phLibNfc_Message_t));
184 * \param[out] msgp The received message.
190 int phDal4Nfc_msgrcv (int msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg) argument
195 if ((msqid == 0) || (msgp == NULL))
206 memcpy(&((phDal4Nfc_Message_Wrapper_t*)msgp)->msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t));
/external/strace/
H A Dipc.c274 struct msgbuf *msgp; member in struct:ipc_wrapper
282 tprint_msgrcv(tcp, (long) tmp.msgp,
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc32-linux.c824 Addr msgp; local
827 msgp = deref_Addr( tid,
828 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
829 "msgrcv(msgp)" );
832 "msgrcv(msgp)" );
834 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
890 Addr msgp; local
893 msgp = deref_Addr( tid,
894 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
895 "msgrcv(msgp)" );
[all...]
H A Dsyswrap-ppc64-linux.c838 Addr msgp; local
841 msgp = deref_Addr( tid,
842 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
843 "msgrcv(msgp)" );
846 "msgrcv(msgp)" );
848 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
904 Addr msgp; local
907 msgp = deref_Addr( tid,
908 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
909 "msgrcv(msgp)" );
[all...]
H A Dsyswrap-s390x-linux.c822 Addr msgp; local
825 msgp = deref_Addr( tid,
826 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
827 "msgrcv(msgp)" );
830 "msgrcv(msgp)" );
832 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
888 Addr msgp; local
891 msgp = deref_Addr( tid,
892 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
893 "msgrcv(msgp)" );
[all...]
H A Dsyswrap-linux.c3084 /* int msgsnd(int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg); */
3085 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3086 PRE_MEM_READ( "msgsnd(msgp->mtype)", (Addr)&msgp->mtype, sizeof(msgp->mtype) );
3087 PRE_MEM_READ( "msgsnd(msgp->mtext)", (Addr)&msgp->mtext, arg2 );
3095 /* ssize_t msgrcv(int msqid, struct msgbuf *msgp, size_t msgsz,
3097 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3098 PRE_MEM_WRITE( "msgrcv(msgp
3107 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
[all...]
H A Dsyswrap-x86-linux.c1217 Addr msgp; local
1220 msgp = deref_Addr( tid,
1221 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
1222 "msgrcv(msgp)" );
1225 "msgrcv(msgp)" );
1227 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
1283 Addr msgp; local
1286 msgp = deref_Addr( tid,
1287 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
1288 "msgrcv(msgp)" );
[all...]
/external/ppp/pppd/plugins/radius/
H A Dradius.c72 char **msgp,
233 * msgp -- Message which will be sent in PAP response
244 char **msgp,
254 *msgp = radius_msg;
242 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,
482 * msgp -- Message which will be sent in PAP response
493 char **msgp,
497 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
491 winbind_pap_auth(char *user, char *password, char **msgp, struct wordlist **paddrs, struct wordlist **popts) argument
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c934 char *msgp; local
951 msgp = msg;
952 msgp += sprintf (msgp, "WSAEventSelect: to=%d\n\t", timeout_milliseconds);
960 msgp += sprintf (msgp, "R:%d ", fdp->fd);
963 msgp += sprintf (msgp, "W:%d ", fdp->fd);
965 msgp += sprintf (msgp, "
[all...]
/external/valgrind/main/include/vki/
H A Dvki-ppc32-linux.h854 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-ppc64-linux.h718 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-s390x-linux.h870 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-x86-linux.h720 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-arm-linux.h703 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge

Completed in 219 milliseconds