/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | msgbuf.h | 24 unsigned long msg_qbytes; /* max number of bytes on queue */ member 41 unsigned long msg_qbytes; /* max number of bytes on queue */ member 58 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/linux/ipc/ |
H A D | msg.c | 350 out.msg_qbytes = USHRT_MAX; in copy_msqid_to_user() 352 out.msg_qbytes = in->msg_qbytes; in copy_msqid_to_user() 387 out->msg_qbytes = tbuf_old.msg_qbytes; in copy_msqid_from_user() 412 perm, msg_qbytes); in msgctl_down() 445 msq->q_qbytes = msg_qbytes; in msgctl_down() 632 msqid64.msg_qbytes); in ksys_msgctl() 672 unsigned short msg_qbytes; member 685 if (get_user(out->msg_qbytes, &p->msg_qbytes)) in copy_compat_msqid_from_user() 691 if (get_user(out->msg_qbytes, &p->msg_qbytes)) in copy_compat_msqid_from_user() 712 v.msg_qbytes = in->msg_qbytes; in copy_compat_msqid_to_user() [all …]
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | msgbuf.h | 42 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | msgbuf.h | 29 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | msgbuf.h | 33 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | msgbuf.h | 31 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | msgbuf.h | 26 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | msgbuf.h | 43 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | msg.h | 29 unsigned short msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | target_syscall.h | 89 abi_ulong msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_syscall.h | 106 abi_ulong msg_qbytes; /* max number of bytes on queue */ member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | compat.h | 84 compat_ulong_t msg_qbytes; member
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 123 unsigned int msg_qbytes; member
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 101 compat_ulong_t msg_qbytes; member
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 123 compat_ulong_t msg_qbytes; member
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 144 compat_ulong_t msg_qbytes; member
|
/openbmc/linux/tools/testing/selftests/ipc/ |
H A D | msgque.c | 159 msgque->qbytes = ds.msg_qbytes; in dump_queue()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4122 abi_ulong msg_qbytes; member 4143 host_md->msg_qbytes = tswapal(target_md->msg_qbytes); in target_to_host_msqid_ds() 4164 target_md->msg_qbytes = tswapal(host_md->msg_qbytes); in host_to_target_msqid_ds()
|