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

/external/libnfc-nxp/src/
H A DphDal4Nfc_messageQueueLib.h46 int phDal4Nfc_msgsnd(intptr_t msqid, void * msgp, size_t msgsz, int msgflg);
47 int phDal4Nfc_msgrcv(intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg);
/external/libpcap/Win32/Include/
H A Dinetprivate.h52 extern void putlong(u_long l, u_char *msgp);
53 extern void putshort(u_short l, u_char *msgp);
54 extern u_int32_t _getlong(register const u_char *msgp);
55 extern u_int16_t _getshort(register const u_char *msgp);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c133 * \param[in] msgp The message to send.
139 int phDal4Nfc_msgsnd (intptr_t 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 (intptr_t 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/kernel-headers/original/uapi/linux/
H A Dipc.h58 struct msgbuf __user *msgp; member in struct:ipc_kludge
/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.c176 struct msgbuf *msgp; member in struct:ipc_wrapper
184 tprint_msgrcv(tcp, (long) tmp.msgp,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc389 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) { argument
391 msghdr *msg = (msghdr*)msgp;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c3365 /* int msgsnd(int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg); */
3366 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3367 PRE_MEM_READ( "msgsnd(msgp->mtype)", (Addr)&msgp->mtype, sizeof(msgp->mtype) );
3368 PRE_MEM_READ( "msgsnd(msgp->mtext)", (Addr)&msgp->mtext, arg2 );
3376 /* ssize_t msgrcv(int msqid, struct msgbuf *msgp, size_t msgsz,
3378 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3379 PRE_MEM_WRITE( "msgrcv(msgp
3388 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local
3529 Addr msgp; local
3613 Addr msgp; local
[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/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1286 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \
1287 __sanitizer_syscall_pre_impl_msgsnd((long)(msqid), (long)(msgp), \
1289 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \
1290 __sanitizer_syscall_post_impl_msgsnd(res, (long)(msqid), (long)(msgp), \
1292 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \
1293 __sanitizer_syscall_pre_impl_msgrcv((long)(msqid), (long)(msgp), \
1296 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \
1298 __sanitizer_syscall_post_impl_msgrcv(res, (long)(msqid), (long)(msgp), \
2725 void __sanitizer_syscall_pre_impl_msgsnd(long msqid, long msgp, long msgsz,
2727 void __sanitizer_syscall_post_impl_msgsnd(long res, long msqid, long msgp,
[all...]
/external/valgrind/main/include/vki/
H A Dvki-arm-linux.h720 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-ppc32-linux.h874 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-ppc64-linux.h736 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-s390x-linux.h885 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-x86-linux.h737 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-mips32-linux.h737 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
H A Dvki-mips64-linux.h761 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 2966 milliseconds