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

1 2

  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl02.c 26 * to lower the msg_qbytes value.
31 * call msgctl() with the IPC_SET command with a new msg_qbytes value
36 * if the msg_qbytes value is the new value
101 if (qs_buf.msg_qbytes == new_bytes) {
102 tst_resm(TPASS, "qs_buf.msg_qbytes is"
104 qs_buf.msg_qbytes);
106 tst_resm(TFAIL, "qs_buf.msg_qbytes "
110 qs_buf.msg_qbytes);
117 qs_buf.msg_qbytes -= 1;
118 new_bytes = qs_buf.msg_qbytes;
    [all...]
msgctl01.c 93 if (qs_buf.msg_qbytes > 0) {
94 tst_resm(TPASS, "qs_buf.msg_qbytes is"
97 tst_resm(TFAIL, "qs_buf.msg_qbytes did"
105 qs_buf.msg_qbytes = 0x0000;
134 qs_buf.msg_qbytes = 0x0000;
  /bionic/libc/kernel/uapi/asm-mips/asm/
msgbuf.h 37 unsigned long msg_qbytes; member in struct:msqid64_ds
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
msgbuf.h 40 unsigned long msg_qbytes; /* max number of bytes on queue */ member in struct:msqid64_ds
  /bionic/libc/kernel/uapi/asm-generic/
msgbuf.h 38 __kernel_ulong_t msg_qbytes; member in struct:msqid64_ds
  /external/kernel-headers/original/uapi/asm-generic/
msgbuf.h 41 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */ member in struct:msqid64_ds
  /external/kernel-headers/original/uapi/asm-mips/asm/
msgbuf.h 41 unsigned long msg_qbytes; /* max number of bytes on queue */ member in struct:msqid64_ds
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
msq.h 49 msglen_t msg_qbytes; /* max number of bytes allowed on queue */ member in struct:msqid_ds
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
msq.h 55 msglen_t msg_qbytes; /* max number of bytes allowed on queue */ member in struct:msqid_ds
  /bionic/libc/kernel/uapi/linux/
msg.h 38 unsigned short msg_qbytes; member in struct:__kernel_legacy_msqid_ds
  /bionic/tests/headers/posix/
sys_msg_h.c 42 STRUCT_MEMBER(struct msqid_ds, msglen_t, msg_qbytes);
  /external/kernel-headers/original/uapi/linux/
msg.h 28 unsigned short msg_qbytes; /* max number of bytes on queue */ member in struct:msqid_ds
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
msg.h 26 unsigned short msg_qbytes; /* max number of bytes on queue */ member in struct:msqid_ds
  /external/strace/
ipc_msgctl.c 86 tprintf(", msg_qbytes=%u", (unsigned) msqid_ds.msg_qbytes);
  /external/strace/tests/
ipc_msg.c 110 ", msg_rtime=%u, msg_ctime=%u, msg_qnum=%u, msg_qbytes=%u"
117 (unsigned) ds.msg_qbytes, (unsigned) ds.msg_lspid,
  /external/strace/tests-m32/
ipc_msg.c 110 ", msg_rtime=%u, msg_ctime=%u, msg_qnum=%u, msg_qbytes=%u"
117 (unsigned) ds.msg_qbytes, (unsigned) ds.msg_lspid,
  /external/strace/tests-mx32/
ipc_msg.c 110 ", msg_rtime=%u, msg_ctime=%u, msg_qnum=%u, msg_qbytes=%u"
117 (unsigned) ds.msg_qbytes, (unsigned) ds.msg_lspid,
  /external/linux-kselftest/tools/testing/selftests/ipc/
msgque.c 158 msgque->qbytes = ds.msg_qbytes;
  /external/valgrind/include/vki/
vki-amd64-linux.h 641 unsigned long msg_qbytes; /* max number of bytes on queue */ member in struct:vki_msqid64_ds
vki-arm64-linux.h 635 unsigned long msg_qbytes; /* max number of bytes on queue */ member in struct:vki_msqid64_ds
vki-arm-linux.h 714 unsigned long msg_qbytes; /* max number of bytes on queue */ member in struct:vki_msqid64_ds
vki-ppc32-linux.h 866 unsigned long msg_qbytes; /* max number of bytes on queue */ member in struct:vki_msqid64_ds
    [all...]
vki-ppc64-linux.h 733 unsigned long msg_qbytes; /* max number of bytes on queue */ member in struct:vki_msqid64_ds
vki-s390x-linux.h 889 unsigned long msg_qbytes; /* max number of bytes on queue */ member in struct:vki_msqid64_ds
  /external/toybox/toys/pending/
ipcs.c 66 (long) buf.msg_cbytes, (long) buf.msg_qbytes,

Completed in 201 milliseconds

1 2