Home
last modified time | relevance | path

Searched refs:msg_cbytes (Results 1 – 2 of 2) sorted by relevance

/ipc/
Dmsg.c300 if (in->msg_cbytes > USHRT_MAX) in copy_msqid_to_user()
301 out.msg_cbytes = USHRT_MAX; in copy_msqid_to_user()
303 out.msg_cbytes = in->msg_cbytes; in copy_msqid_to_user()
304 out.msg_lcbytes = in->msg_cbytes; in copy_msqid_to_user()
533 tbuf.msg_cbytes = msq->q_cbytes; in msgctl_nolock()
Dcompat.c72 unsigned short msg_cbytes; member
471 err |= __put_user(m64->msg_cbytes, &up64->msg_cbytes); in put_compat_msqid64_ds()
490 err |= __put_user(m->msg_cbytes, &up->msg_cbytes); in put_compat_msqid_ds()