Home
last modified time | relevance | path

Searched refs:msg_stime (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dmsg.h74 time_t msg_stime; /* time of last msgsnd() */ member
99 time_t msg_stime; /* time of last msgsnd() */ member
/freebsd-12.1/sys/compat/linux/
H A Dlinux_ipc.c163 l_time_t msg_stime; /* last msgsnd time */ member
258 bsp->msg_stime = lsp->msg_stime; in linux_to_bsd_msqid_ds()
273 lsp->msg_stime = bsp->msg_stime; in bsd_to_linux_msqid_ds()
341 linux_msqid.msg_stime = linux_msqid64->msg_stime; in linux_msqid_pushdown()
363 if (linux_msqid.msg_stime != linux_msqid64->msg_stime || in linux_msqid_pushdown()
H A Dlinux_ipc64.h72 l_time_t msg_stime; /* last msgsnd time */ member
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h79 int32_t msg_stime; member
164 int32_t msg_stime; member
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_ipc.c83 ibp->msg_stime = bp->msg_stime;
100 bp->msg_stime = ibp->msg_stime;
H A Dibcs2_ipc.h55 ibcs2_time_t msg_stime; member
/freebsd-12.1/sys/kern/
H A Dsysv_msg.c735 msqkptr->u.msg_stime = 0; in sys_msgget()
1088 msqkptr->u.msg_stime = time_second; in kern_msgsnd()
1449 CP(tmsqk, tmsqk32, u.msg_stime); in sysctl_msqids()
1718 CP(msqbuf32, msqbuf, msg_stime); in freebsd7_freebsd32_msgctl()
1735 CP(msqbuf, msqbuf32, msg_stime); in freebsd7_freebsd32_msgctl()
1763 CP(msqbuf32, msqbuf, msg_stime); in freebsd32_msgctl()
1779 CP(msqbuf, msqbuf32, msg_stime); in freebsd32_msgctl()
1888 CP(msqold, msqbuf, msg_stime); in freebsd7_msgctl()
1905 CP(msqbuf, msqold, msg_stime); in freebsd7_msgctl()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c328 if (llabs(t - msgds.msg_stime) > 1) in ATF_TC_BODY()
346 if (msgds.msg_stime == 0) in ATF_TC_BODY()
H A Dt_msgget.c174 ATF_CHECK(msgds.msg_stime == 0); in ATF_TC_BODY()
/freebsd-12.1/tools/regression/sysvmsg/
H A Dmsgtest.c274 printf("stime: %s", ctime(&mp->msg_stime)); in print_msqid_ds()
/freebsd-12.1/usr.bin/ipcs/
H A Dipcs.c343 cvt_time(kmsqptr->u.msg_stime, stime_buf); in print_kmsqptr()
/freebsd-12.1/contrib/netbsd-tests/kernel/
H A Dt_sysv.c366 printf("stime: %s", ctime(&mp->msg_stime)); in print_msqid_ds()