HomeSort by relevance Sort by last modified time
    Searched refs:msg_cbytes (Results 1 - 23 of 23) sorted by null

  /bionic/libc/kernel/uapi/asm-mips/asm/
msgbuf.h 35 unsigned long msg_cbytes; member in struct:msqid64_ds
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
msgbuf.h 38 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:msqid64_ds
  /bionic/libc/kernel/uapi/asm-generic/
msgbuf.h 36 __kernel_ulong_t msg_cbytes; member in struct:msqid64_ds
  /external/kernel-headers/original/uapi/asm-generic/
msgbuf.h 39 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */ member in struct:msqid64_ds
  /external/kernel-headers/original/uapi/asm-mips/asm/
msgbuf.h 39 unsigned long msg_cbytes; /* current 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 58 # define msg_cbytes __msg_cbytes macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
msq.h 64 # define msg_cbytes __msg_cbytes macro
  /bionic/libc/kernel/uapi/linux/
msg.h 36 unsigned short msg_cbytes; member in struct:__kernel_legacy_msqid_ds
  /external/kernel-headers/original/uapi/linux/
msg.h 26 unsigned short msg_cbytes; /* current number of bytes on queue */ member in struct:msqid_ds
  /external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
msgsnd01.c 51 if (qs_buf.msg_cbytes == MSGSIZE && qs_buf.msg_qnum == 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
msg.h 24 unsigned short msg_cbytes; /* current number of bytes on queue */ member in struct:msqid_ds
  /bionic/tests/
sys_msg_test.cpp 53 ASSERT_EQ(0U, ds.msg_cbytes);
65 ASSERT_EQ(sizeof(msg), ds.msg_cbytes);
  /external/toybox/toys/pending/
ipcs.c 66 (long) buf.msg_cbytes, (long) buf.msg_qbytes,
417 (long) buf.msg_cbytes, (long) buf.msg_qnum);
  /external/valgrind/include/vki/
vki-amd64-linux.h 639 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
vki-arm64-linux.h 633 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
vki-arm-linux.h 712 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
vki-ppc32-linux.h 864 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
    [all...]
vki-ppc64-linux.h 731 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
vki-s390x-linux.h 887 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
vki-x86-linux.h 729 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
vki-mips32-linux.h 728 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
    [all...]
vki-mips64-linux.h 753 unsigned long msg_cbytes; /* current number of bytes on queue */ member in struct:vki_msqid64_ds
    [all...]
vki-linux.h 1532 unsigned short msg_cbytes; \/* current number of bytes on queue *\/ member in struct:vki_msqid_ds
    [all...]

Completed in 514 milliseconds