OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msg_stime
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/compat/sys/
msg.h
38
int32_t
msg_stime
; /* time of last msgsnd() */
member in struct:msqid_ds14
53
int32_t
msg_stime
; /* time of last msgsend() */
member in struct:msqid_ds13
74
int32_t
msg_stime
;
member in struct:msgid_ds_sysctl50
102
CVT(
msg_stime
);
121
CVTI(
msg_stime
);
145
CVT(
msg_stime
);
164
CVTI(
msg_stime
);
/src/sys/sys/
msg.h
84
time_t
msg_stime
; /* time of last msgsend() */
member in struct:msqid_ds
126
time_t
msg_stime
;
member in struct:msgid_ds_sysctl
191
(dst).
msg_stime
= (src).
msg_stime
; \
/src/sys/compat/linux/common/
linux_ipc.c
323
bmp->
msg_stime
= lmp->l_msg_stime;
335
bmp->
msg_stime
= lmp->l_msg_stime;
355
lmp->l_msg_stime = bmp->
msg_stime
;
367
lmp->l_msg_stime = bmp->
msg_stime
;
/src/sys/compat/netbsd32/
netbsd32_compat_14_sysv.c
106
CVT(
msg_stime
);
124
CVT(
msg_stime
);
netbsd32_conv.h
626
dsp->
msg_stime
= (time_t)ds32p->
msg_stime
;
643
dsp->
msg_stime
= (time_t)ds32p->
msg_stime
;
660
ds32p->
msg_stime
= (int32_t)dsp->
msg_stime
;
677
ds32p->
msg_stime
= dsp->
msg_stime
;
netbsd32.h
528
netbsd32_time_t
msg_stime
; /* time of last msgsend() */
member in struct:netbsd32_msqid_ds
547
int32_t
msg_stime
; /* time of last msgsend() */
member in struct:netbsd32_msqid_ds50
570
int32_t
msg_stime
; /* time of last msgsnd() */
member in struct:netbsd32_msqid_ds14
/src/tests/lib/libc/sys/
t_msgctl.c
321
if (llabs(t - msgds.
msg_stime
) > 1)
339
if (msgds.
msg_stime
== 0)
t_msgget.c
174
ATF_CHECK(msgds.
msg_stime
== 0);
/src/sys/compat/linux32/common/
linux32_ipccall.c
443
bmp->
msg_stime
= lmp->l_msg_stime;
454
bmp->
msg_stime
= lmp->l_msg_stime;
474
lmp->l_msg_stime = bmp->
msg_stime
;
486
lmp->l_msg_stime = bmp->
msg_stime
;
/src/sys/kern/
sysv_msg.c
577
msqbuf->
msg_stime
= msqptr->
msg_stime
;
672
msqptr->
msg_stime
= 0;
988
msqptr->
msg_stime
= time_second;
/src/tests/kernel/
t_sysv.c
324
printf("stime: %s", ctime(&mp->
msg_stime
));
/src/usr.bin/ipcs/
ipcs.c
502
show_msginfo(msqptr->
msg_stime
,
/src/sys/miscfs/procfs/
procfs_linux.c
807
(long long)msqs[id].msq_u.
msg_stime
,
Completed in 21 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025