/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipc.h | 58 struct msgbuf *msgp; member in struct:ipc_kludge
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipc.h | 58 struct msgbuf *msgp; member in struct:ipc_kludge
|
/external/openssh/openbsd-compat/ |
getrrsetbyname.c | 120 _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/ |
syswrap-ppc64-linux.c | 839 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...] |
syswrap-ppc32-linux.c | 826 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...] |
syswrap-s390x-linux.c | 824 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...] |
syswrap-mips32-linux.c | 828 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 1183 Addr msgp; local [all...] |
syswrap-x86-linux.c | 1219 Addr msgp; local 1285 Addr msgp; local [all...] |
syswrap-linux.c | 3207 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local 3219 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local 3229 struct vki_msgbuf *msgp = (struct vki_msgbuf *)arg1; local [all...] |
syswrap-amd64-linux.c | 914 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz, int, msgflg); 924 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz, [all...] |
syswrap-arm-linux.c | 862 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz, int, msgflg); 872 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz, [all...] |
/external/ppp/pppd/plugins/ |
winbind.c | 95 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) {
|
/external/strace/ |
ipc.c | 274 struct msgbuf *msgp; member in struct:ipc_wrapper 282 tprint_msgrcv(tcp, (long) tmp.msgp,
|
/external/ppp/pppd/plugins/radius/ |
radius.c | 72 char **msgp, 233 * msgp -- Message which will be sent in PAP response 244 char **msgp, 254 *msgp = radius_msg; [all...] |
/external/valgrind/main/include/vki/ |
vki-arm-linux.h | 715 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
|
vki-ppc32-linux.h | 866 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge [all...] |
vki-ppc64-linux.h | 730 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
|
vki-s390x-linux.h | 882 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
|
vki-x86-linux.h | 732 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge
|
vki-mips32-linux.h | 733 struct vki_msgbuf __user *msgp; member in struct:vki_ipc_kludge [all...] |
/external/ppp/pppd/ |
pppd.h | 705 extern int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp, [all...] |
auth.c | 175 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp, [all...] |