Searched refs:msgp (Results 1 - 23 of 23) sorted by relevance

/external/libnfc-nxp/src/
H A DphDal4Nfc_messageQueueLib.h46 int phDal4Nfc_msgsnd(int msqid, void * msgp, size_t msgsz, int msgflg);
47 int phDal4Nfc_msgrcv (int msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg);
/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/openssh/openbsd-compat/
H A Dgetrrsetbyname.c120 _getshort(msgp)
121 register const u_char *msgp;
125 GETSHORT(u, msgp);
134 _getlong(msgp)
135 register const u_char *msgp;
139 GETLONG(u, msgp);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c839 Addr msgp; local
842 msgp = deref_Addr( tid,
843 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
844 "msgrcv(msgp)" );
847 "msgrcv(msgp)" );
849 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
905 Addr msgp; local
908 msgp = deref_Addr( tid,
909 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
910 "msgrcv(msgp)" );
[all...]
H A Dsyswrap-ppc32-linux.c826 Addr msgp; local
829 msgp = deref_Addr( tid,
830 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
831 "msgrcv(msgp)" );
834 "msgrcv(msgp)" );
836 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
892 Addr msgp; local
895 msgp = deref_Addr( tid,
896 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
897 "msgrcv(msgp)" );
[all...]
H A Dsyswrap-s390x-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-mips32-linux.c828 PRE_REG_READ4 (long, "msgsnd", int, msqid, struct msgbuf *, msgp,
839 PRE_REG_READ5 (long, "msgrcv", int, msqid, struct msgbuf *, msgp,
1123 Addr msgp; local
1125 msgp = deref_Addr (tid,
1126 (Addr)(&((struct vki_ipc_kludge *)ARG5)->msgp),
1127 "msgrcv(msgp)");
1130 "msgrcv(msgp)");
1131 ML_ (linux_PRE_sys_msgrcv) (tid, ARG2, msgp, ARG3, msgtyp, ARG4);
1183 Addr msgp; local
1185 msgp
[all...]
H A Dsyswrap-x86-linux.c1219 Addr msgp; local
1222 msgp = deref_Addr( tid,
1223 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
1224 "msgrcv(msgp)" );
1227 "msgrcv(msgp)" );
1229 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
1285 Addr msgp; local
1288 msgp = deref_Addr( tid,
1289 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
1290 "msgrcv(msgp)" );
[all...]
H A Dsyswrap-linux.c3206 /* int msgsnd(int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg); */
3207 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3208 PRE_MEM_READ( "msgsnd(msgp->mtype)", (Addr)&msgp->mtype, sizeof(msgp->mtype) );
3209 PRE_MEM_READ( "msgsnd(msgp->mtext)", (Addr)&msgp->mtext, arg2 );
3217 /* ssize_t msgrcv(int msqid, struct msgbuf *msgp, size_t msgsz,
3219 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3220 PRE_MEM_WRITE( "msgrcv(msgp
3229 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
[all...]
H A Dsyswrap-amd64-linux.c914 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz, int, msgflg);
924 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz,
H A Dsyswrap-arm-linux.c862 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz, int, msgflg);
872 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz,
/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/strace/
H A Dipc.c274 struct msgbuf *msgp; member in struct:ipc_wrapper
282 tprint_msgrcv(tcp, (long) tmp.msgp,
/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/valgrind/main/include/vki/
H A Dvki-arm-linux.h715 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-ppc32-linux.h866 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-ppc64-linux.h730 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-s390x-linux.h882 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-x86-linux.h732 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-mips32-linux.h733 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
/external/ppp/pppd/
H A Dpppd.h705 extern int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
H A Dauth.c175 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,

Completed in 1347 milliseconds