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

1 2

  /external/strace/tests/
ipc_msgbuf.c 52 int msqid = msgget(IPC_PRIVATE, IPC_CREAT | S_IRWXU); local
53 if (msqid == -1)
55 if (msgsnd(msqid, &msg, msgsz, 0) == -1)
57 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz)
59 if (msgctl(msqid, IPC_RMID, 0) == -1)
64 msgctl(msqid, IPC_RMID, 0);
  /external/libnfc-nci/halimpl/pn54x/tml/
phDal4Nfc_messageQueueLib.h 28 void phDal4Nfc_msgrelease(intptr_t msqid);
29 int phDal4Nfc_msgctl(intptr_t msqid, int cmd, void *buf);
30 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t * msg, int msgflg);
31 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t * msg, long msgtyp, int msgflg);
phDal4Nfc_messageQueueLib.c 85 ** Parameters msqid - message queue handle
90 void phDal4Nfc_msgrelease(intptr_t msqid)
92 phDal4Nfc_message_queue_t * pQueue = (phDal4Nfc_message_queue_t*)msqid;
116 ** Parameters msqid - message queue handle
123 int phDal4Nfc_msgctl(intptr_t msqid, int cmd, void *buf)
129 if (msqid == 0)
132 pQueue = (phDal4Nfc_message_queue_t *) msqid;
164 ** Parameters msqid - message queue handle
173 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t * msg, int msgflg)
179 if ((msqid == 0) || (msg == NULL)
    [all...]
  /external/libnfc-nxp/src/
phDal4Nfc_messageQueueLib.h 45 int phDal4Nfc_msgctl(intptr_t msqid, int cmd, void *buf);
46 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/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 91 * \param[in] msqid The handle of the message queue.
96 int phDal4Nfc_msgctl ( intptr_t msqid, int cmd, void *buf )
101 if (msqid == 0)
104 pQueue = (phDal4Nfc_message_queue_t *)msqid;
132 * \param[in] msqid The handle of the message queue.
139 int phDal4Nfc_msgsnd (intptr_t msqid, void * msgp, size_t msgsz, int msgflg)
145 if ((msqid == 0) || (msgp == NULL) || (msgsz == 0))
151 pQueue = (phDal4Nfc_message_queue_t *)msqid;
183 * \param[in] msqid The handle of the message queue.
190 int phDal4Nfc_msgrcv (intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg
    [all...]
  /external/toybox/toys/pending/
ipcs.c 62 printf("\nMessage Queue msqid=%d\n"
341 int max_nr, i, msqid; local
371 "msqid", "owner", "send", "recv", "change");
375 "msqid", "owner", "lspid", "lrpid");
379 "msqid", "perms", "cuid", "cgid", "uid", "gid");
383 "key", "msqid", "owner", "perms", "used-bytes", "messages");
387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue;
390 if (pw) printf("%-8d %-10.10s", msqid, pw->pw_name);
391 else printf("%-8d %-10d", msqid, buf.msg_perm.uid);
399 if (pw) printf("%-8d %-10.10s", msqid, pw->pw_name)
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
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, \
183 SYS_MSGCTL = 297 // { int sys_msgctl(int msqid, int cmd, \
zsysnum_openbsd_amd64.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, \
183 SYS_MSGCTL = 297 // { int sys_msgctl(int msqid, int cmd, \
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, \
189 SYS_MSGCTL = 297 // { int sys_msgctl(int msqid, int cmd, \
zsysnum_dragonfly_amd64.go 145 SYS_MSGCTL = 224 // { int msgctl(int msqid, int cmd, \
147 SYS_MSGSND = 226 // { int msgsnd(int msqid, 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); }
241 SYS_MSGCTL = 444 // { int|sys|50|msgctl(int msqid, int cmd, struct msqid_ds *buf); }
  /prebuilts/go/linux-x86/src/syscall/
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, \
183 SYS_MSGCTL = 297 // { int sys_msgctl(int msqid, int cmd, \
zsysnum_openbsd_amd64.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, \
183 SYS_MSGCTL = 297 // { int sys_msgctl(int msqid, int cmd, \
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, \
189 SYS_MSGCTL = 297 // { int sys_msgctl(int msqid, int cmd, \
zsysnum_dragonfly_amd64.go 145 SYS_MSGCTL = 224 // { int msgctl(int msqid, int cmd, \
147 SYS_MSGSND = 226 // { int msgsnd(int msqid, void *msgp, size_t msgsz, \
148 SYS_MSGRCV = 227 // { int msgrcv(int msqid, void *msgp, size_t msgsz, \
  /external/valgrind/coregrind/m_syswrap/
syswrap-tilegx-linux.c 988 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz,
1000 int, msqid, struct msgbuf *, msgp, vki_size_t, msgsz,
1015 int, msqid, int, cmd, struct msqid_ds *, buf);
    [all...]

Completed in 1247 milliseconds

1 2