HomeSort by relevance Sort by last modified time
    Searched refs:msgp (Results 1 - 25 of 27) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
6-1-buildonly.c 15 char *msgp; local
18 msg_size = mq_receive(mqdes, msgp, msg_len, &msg_prio);
7-1-buildonly.c 14 char *msgp; local
18 err = mq_receive(mqdes, msgp, msg_len, &msg_prio);
10-1-buildonly.c 15 char *msgp; local
21 msgp = NULL;
25 err = mq_timedsend(mqdes, msgp, msg_len, msg_prio, &timeout);
9-1-buildonly.c 17 char *msgp; local
20 size = mq_timedreceive(mqdes, msgp, msg_len, &msg_prio, &abstime);
  /external/ltp/include/
tst_safe_sysv_ipc.h 30 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp,
32 #define SAFE_MSGSND(msqid, msgp, msgsz, msgflg) \
33 safe_msgsnd(__FILE__, __LINE__, (msqid), (msgp), (msgsz), (msgflg))
35 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp,
37 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \
38 safe_msgrcv(__FILE__, __LINE__, (msqid), (msgp), (msgsz), (msgtyp), (msgflg))
  /external/ltp/lib/
tst_safe_sysv_ipc.c 57 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp,
62 rval = msgsnd(msqid, msgp, msgsz, msgflg);
66 file, lineno, msqid, msgp, msgsz, msgflg);
72 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp,
77 rval = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg);
81 file, lineno, msqid, msgp, msgsz, msgtyp, msgflg);
  /external/strace/tests/
ipc_msgbuf.c 77 sys_msgrcv(int msqid, void *msgp, size_t sz, kernel_long_t msgtyp,
81 return syscall(__NR_msgrcv, msqid, msgp, sz, msgtyp, msgflg);
83 return msgrcv(msqid, msgp, sz, msgtyp, msgflg);
  /external/strace/tests-m32/
ipc_msgbuf.c 77 sys_msgrcv(int msqid, void *msgp, size_t sz, kernel_long_t msgtyp,
81 return syscall(__NR_msgrcv, msqid, msgp, sz, msgtyp, msgflg);
83 return msgrcv(msqid, msgp, sz, msgtyp, msgflg);
  /external/strace/tests-mx32/
ipc_msgbuf.c 77 sys_msgrcv(int msqid, void *msgp, size_t sz, kernel_long_t msgtyp,
81 return syscall(__NR_msgrcv, msqid, msgp, sz, msgtyp, msgflg);
83 return msgrcv(msqid, msgp, sz, msgtyp, msgflg);
  /bionic/libc/kernel/uapi/linux/
ipc.h 45 struct msgbuf __user * msgp; member in struct:ipc_kludge
  /external/kernel-headers/original/uapi/linux/
ipc.h 59 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /external/openssh/openbsd-compat/
getrrsetbyname.c 118 _getshort(msgp)
119 register const u_char *msgp;
123 GETSHORT(u, msgp);
132 _getlong(msgp)
133 register const u_char *msgp;
137 GETLONG(u, msgp);
  /external/ppp/pppd/plugins/
winbind.c 95 char **msgp,
476 * msgp -- Message which will be sent in PAP response
487 char **msgp,
491 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 299 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) {
301 msghdr *msg = (msghdr*)msgp;
  /external/ppp/pppd/plugins/radius/
radius.c 74 char **msgp,
235 * msgp -- Message which will be sent in PAP response
246 char **msgp,
256 *msgp = radius_msg;
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_openbsd_386.go 154 SYS_MSGSND = 226 // { int sys_msgsnd(int msqid, const void *msgp, size_t msgsz, \
155 SYS_MSGRCV = 227 // { int sys_msgrcv(int msqid, void *msgp, size_t msgsz, \
zsysnum_openbsd_amd64.go 164 SYS_MSGSND = 226 // { int sys_msgsnd(int msqid, const void *msgp, size_t msgsz, \
165 SYS_MSGRCV = 227 // { int sys_msgrcv(int msqid, void *msgp, size_t msgsz, \
zsysnum_openbsd_arm.go 160 SYS_MSGSND = 226 // { int sys_msgsnd(int msqid, const void *msgp, size_t msgsz, \
161 SYS_MSGRCV = 227 // { int sys_msgrcv(int msqid, void *msgp, size_t msgsz, \
zsysnum_dragonfly_amd64.go 147 SYS_MSGSND = 226 // { int msgsnd(int msqid, const void *msgp, size_t msgsz, \
148 SYS_MSGRCV = 227 // { int msgrcv(int msqid, void *msgp, size_t msgsz, \
zsysnum_netbsd_386.go 119 SYS_MSGSND = 226 // { int|sys||msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg); }
120 SYS_MSGRCV = 227 // { ssize_t|sys||msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg); }
zsysnum_netbsd_amd64.go 119 SYS_MSGSND = 226 // { int|sys||msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg); }
120 SYS_MSGRCV = 227 // { ssize_t|sys||msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg); }
zsysnum_netbsd_arm.go 119 SYS_MSGSND = 226 // { int|sys||msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg); }
120 SYS_MSGRCV = 227 // { ssize_t|sys||msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg); }
  /external/ppp/pppd/
pppd.h 730 extern int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
    [all...]
auth.c 170 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
    [all...]

Completed in 1802 milliseconds

1 2