Home
last modified time | relevance | path

Searched refs:msg_cbytes (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Dmsg.h6 unsigned long msg_cbytes; member
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dmsg.c323 if (in->msg_cbytes > USHRT_MAX) { in copy_msqid_to_user()
324 out.msg_cbytes = USHRT_MAX; in copy_msqid_to_user()
326 out.msg_cbytes = in->msg_cbytes; in copy_msqid_to_user()
328 out.msg_lcbytes = in->msg_cbytes; in copy_msqid_to_user()
554 p->msg_cbytes = msq->q_cbytes; in msgctl_stat()
658 unsigned short msg_cbytes; member
700 v.msg_cbytes = in->msg_cbytes; in copy_compat_msqid_to_user()
713 v.msg_cbytes in copy_compat_msqid_to_user()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dmsg.h23 #define __msg_cbytes msg_cbytes

Completed in 3 milliseconds