OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msg_ctime
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/compat/sys/
msg.h
42
int32_t
msg_ctime
; /* time of last msgctl() */
member in struct:msqid_ds14
55
int32_t
msg_ctime
; /* time of last change */
member in struct:msqid_ds13
76
int32_t
msg_ctime
;
member in struct:msgid_ds_sysctl50
104
CVT(
msg_ctime
);
123
CVTI(
msg_ctime
);
147
CVT(
msg_ctime
);
166
CVTI(
msg_ctime
);
/src/sys/sys/
msg.h
86
time_t
msg_ctime
; /* time of last change */
member in struct:msqid_ds
128
time_t
msg_ctime
;
member in struct:msgid_ds_sysctl
193
(dst).
msg_ctime
= (src).
msg_ctime
; \
/src/sys/compat/linux/common/
linux_ipc.c
325
bmp->
msg_ctime
= lmp->l_msg_ctime;
337
bmp->
msg_ctime
= lmp->l_msg_ctime;
357
lmp->l_msg_ctime = bmp->
msg_ctime
;
369
lmp->l_msg_ctime = bmp->
msg_ctime
;
/src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c
108
CVT(
msg_ctime
);
126
CVT(
msg_ctime
);
netbsd32_conv.h
627
dsp->
msg_ctime
= (time_t)ds32p->
msg_ctime
;
644
dsp->
msg_ctime
= (time_t)ds32p->
msg_ctime
;
661
ds32p->
msg_ctime
= (int32_t)dsp->
msg_ctime
;
678
ds32p->
msg_ctime
= dsp->
msg_ctime
;
netbsd32.h
530
netbsd32_time_t
msg_ctime
; /* time of last change */
member in struct:netbsd32_msqid_ds
549
int32_t
msg_ctime
; /* time of last change */
member in struct:netbsd32_msqid_ds50
574
int32_t
msg_ctime
; /* time of last msgctl() */
member in struct:netbsd32_msqid_ds14
/src/sys/compat/linux32/common/
linux32_ipccall.c
445
bmp->
msg_ctime
= lmp->l_msg_ctime;
456
bmp->
msg_ctime
= lmp->l_msg_ctime;
476
lmp->l_msg_ctime = bmp->
msg_ctime
;
488
lmp->l_msg_ctime = bmp->
msg_ctime
;
/src/tests/lib/libc/sys/
t_msgget.c
181
if (llabs(t - msgds.
msg_ctime
) > 5)
/src/sys/kern/
sysv_msg.c
562
msqptr->
msg_ctime
= time_second;
579
msqbuf->
msg_ctime
= msqptr->
msg_ctime
;
674
msqptr->
msg_ctime
= time_second;
/src/tests/kernel/
t_sysv.c
326
printf("ctime: %s", ctime(&mp->
msg_ctime
));
/src/usr.bin/ipcs/
ipcs.c
504
msqptr->
msg_ctime
,
/src/sys/miscfs/procfs/
procfs_linux.c
809
(long long)msqs[id].msq_u.
msg_ctime
);
Completed in 18 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025