Home
last modified time | relevance | path

Searched refs:msg_rtime (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dmsg.h76 time_t msg_rtime; /* time of last msgrcv() */ member
100 time_t msg_rtime; /* time of last msgrcv() */ member
/freebsd-13.1/sys/compat/linux/
H A Dlinux_ipc.c164 l_time_t msg_rtime; /* last msgrcv time */ member
259 bsp->msg_rtime = lsp->msg_rtime; in linux_to_bsd_msqid_ds()
274 lsp->msg_rtime = bsp->msg_rtime; in bsd_to_linux_msqid_ds()
342 linux_msqid.msg_rtime = linux_msqid64->msg_rtime; in linux_msqid_pushdown()
364 linux_msqid.msg_rtime != linux_msqid64->msg_rtime || in linux_msqid_pushdown()
H A Dlinux_ipc64.h76 l_time_t msg_rtime; /* last msgrcv time */ member
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h79 int32_t msg_rtime; member
165 int32_t msg_rtime; member
/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c331 if (msgds.msg_rtime != 0) in ATF_TC_BODY()
340 if (llabs(t - msgds.msg_rtime) > 1) in ATF_TC_BODY()
H A Dt_msgget.c173 ATF_CHECK(msgds.msg_rtime == 0); in ATF_TC_BODY()
/freebsd-13.1/sys/kern/
H A Dsysv_msg.c740 msqkptr->u.msg_rtime = 0; in sys_msgget()
1339 msqkptr->u.msg_rtime = time_second; in kern_msgrcv()
1454 CP(tmsqk, tmsqk32, u.msg_rtime); in sysctl_msqids()
1723 CP(msqbuf32, msqbuf, msg_rtime); in freebsd7_freebsd32_msgctl()
1740 CP(msqbuf, msqbuf32, msg_rtime); in freebsd7_freebsd32_msgctl()
1768 CP(msqbuf32, msqbuf, msg_rtime); in freebsd32_msgctl()
1784 CP(msqbuf, msqbuf32, msg_rtime); in freebsd32_msgctl()
1893 CP(msqold, msqbuf, msg_rtime); in freebsd7_msgctl()
1910 CP(msqbuf, msqold, msg_rtime); in freebsd7_msgctl()
/freebsd-13.1/tools/regression/sysvmsg/
H A Dmsgtest.c275 printf("rtime: %s", ctime(&mp->msg_rtime)); in print_msqid_ds()
/freebsd-13.1/usr.bin/ipcs/
H A Dipcs.c344 cvt_time(kmsqptr->u.msg_rtime, rtime_buf); in print_kmsqptr()
/freebsd-13.1/contrib/netbsd-tests/kernel/
H A Dt_sysv.c370 printf("rtime: %s", ctime(&mp->msg_rtime)); in print_msqid_ds()