Home
last modified time | relevance | path

Searched refs:msg_qbytes (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmsgbuf.h24 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 Dmsg.c350 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 Dmsgbuf.h42 unsigned long msg_qbytes; /* max number of bytes on queue */ member
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dmsgbuf.h29 unsigned long msg_qbytes; /* max number of bytes on queue */ member
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmsgbuf.h33 unsigned long msg_qbytes; /* max number of bytes on queue */ member
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dmsgbuf.h31 unsigned long msg_qbytes; /* max number of bytes on queue */ member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dmsgbuf.h26 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */ member
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmsgbuf.h43 unsigned long msg_qbytes; /* max number of bytes on queue */ member
/openbmc/linux/include/uapi/linux/
H A Dmsg.h29 unsigned short msg_qbytes; /* max number of bytes on queue */ member
/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h89 abi_ulong msg_qbytes; /* max number of bytes on queue */ member
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h106 abi_ulong msg_qbytes; /* max number of bytes on queue */ member
/openbmc/linux/arch/powerpc/include/asm/
H A Dcompat.h84 compat_ulong_t msg_qbytes; member
/openbmc/linux/arch/sparc/include/asm/
H A Dcompat.h123 unsigned int msg_qbytes; member
/openbmc/linux/arch/parisc/include/asm/
H A Dcompat.h101 compat_ulong_t msg_qbytes; member
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h123 compat_ulong_t msg_qbytes; member
/openbmc/linux/include/asm-generic/
H A Dcompat.h144 compat_ulong_t msg_qbytes; member
/openbmc/linux/tools/testing/selftests/ipc/
H A Dmsgque.c159 msgque->qbytes = ds.msg_qbytes; in dump_queue()
/openbmc/qemu/linux-user/
H A Dsyscall.c4122 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()