OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msg_qnum
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/compat/sys/
msg.h
34
u_long
msg_qnum
; /* number of msgs in the queue */
member in struct:msqid_ds14
49
msgqnum_t
msg_qnum
; /* number of messages in the queue */
member in struct:msqid_ds13
69
uint64_t
msg_qnum
;
member in struct:msgid_ds_sysctl50
98
CVT(
msg_qnum
);
117
CVT(
msg_qnum
);
141
CVT(
msg_qnum
);
160
CVT(
msg_qnum
);
/src/sys/sys/
msg.h
80
msgqnum_t
msg_qnum
; /* number of messages in the queue */
member in struct:msqid_ds
121
uint64_t
msg_qnum
;
member in struct:msgid_ds_sysctl
186
(dst).
msg_qnum
= (src).
msg_qnum
; \
/src/sys/compat/linux/common/
linux_ipc.c
319
bmp->
msg_qnum
= lmp->l_msg_qnum;
338
bmp->
msg_qnum
= lmp->l_msg_qnum;
351
lmp->l_msg_qnum = bmp->
msg_qnum
;
371
lmp->l_msg_qnum = bmp->
msg_qnum
;
/src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c
102
CVT(
msg_qnum
);
120
CVT(
msg_qnum
);
netbsd32_conv.h
621
dsp->
msg_qnum
= (u_long)ds32p->
msg_qnum
;
638
dsp->
msg_qnum
= (u_long)ds32p->
msg_qnum
;
655
ds32p->
msg_qnum
= (netbsd32_u_long)dsp->
msg_qnum
;
672
ds32p->
msg_qnum
= (netbsd32_u_long)dsp->
msg_qnum
;
netbsd32.h
524
netbsd32_msgqnum_t
msg_qnum
; /* number of messages in the queue */
member in struct:netbsd32_msqid_ds
543
netbsd32_msgqnum_t
msg_qnum
; /* number of messages in the queue */
member in struct:netbsd32_msqid_ds50
566
netbsd32_u_long
msg_qnum
; /* number of msgs in the queue */
member in struct:netbsd32_msqid_ds14
/src/sys/kern/
sysv_msg.c
521
msqptr->
msg_qnum
--;
527
KASSERT(msqptr->
msg_qnum
== 0);
573
msqbuf->
msg_qnum
= msqptr->
msg_qnum
;
668
msqptr->
msg_qnum
= 0;
986
msqptr->
msg_qnum
++;
1196
msqptr->
msg_qnum
--;
/src/sys/compat/linux32/common/
linux32_ipccall.c
439
bmp->
msg_qnum
= lmp->l_msg_qnum;
457
bmp->
msg_qnum
= lmp->l_msg_qnum;
470
lmp->l_msg_qnum = bmp->
msg_qnum
;
489
lmp->l_msg_qnum = bmp->
msg_qnum
;
/src/tests/lib/libc/sys/
t_msgget.c
170
ATF_CHECK(msgds.
msg_qnum
== 0);
t_msgsnd.c
159
if (ds.
msg_qnum
!= i)
/src/tests/kernel/
t_sysv.c
321
mp->
msg_qnum
, (uintmax_t)mp->msg_qbytes, mp->msg_lspid,
/src/usr.bin/ipcs/
ipcs.c
513
msqptr->
msg_qnum
,
/src/sys/miscfs/procfs/
procfs_linux.c
800
msqs[id].msq_u.
msg_qnum
,
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025