Searched defs:msgp (Results 1 - 5 of 5) 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.c229 struct msgbuf *msgp; member in struct:ipc_wrapper
239 umove(tcp, (long) tmp.msgp, &mtype);
241 printstr(tcp, (long) (tmp.msgp) + sizeof(long),
/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

Completed in 86 milliseconds