Searched refs:msg_rtime (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | msg.h | 76 time_t msg_rtime; /* time of last msgrcv() */ member 100 time_t msg_rtime; /* time of last msgrcv() */ member
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_ipc.c | 164 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 D | linux_ipc64.h | 76 l_time_t msg_rtime; /* last msgrcv time */ member
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_ipc.h | 80 int32_t msg_rtime; member 166 int32_t msg_rtime; member
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_ipc.c | 84 ibp->msg_rtime = bp->msg_rtime; 101 bp->msg_rtime = ibp->msg_rtime;
|
| H A D | ibcs2_ipc.h | 56 ibcs2_time_t msg_rtime; member
|
| /freebsd-12.1/sys/kern/ |
| H A D | sysv_msg.c | 736 msqkptr->u.msg_rtime = 0; in sys_msgget() 1335 msqkptr->u.msg_rtime = time_second; in kern_msgrcv() 1450 CP(tmsqk, tmsqk32, u.msg_rtime); in sysctl_msqids() 1719 CP(msqbuf32, msqbuf, msg_rtime); in freebsd7_freebsd32_msgctl() 1736 CP(msqbuf, msqbuf32, msg_rtime); in freebsd7_freebsd32_msgctl() 1764 CP(msqbuf32, msqbuf, msg_rtime); in freebsd32_msgctl() 1780 CP(msqbuf, msqbuf32, msg_rtime); in freebsd32_msgctl() 1889 CP(msqold, msqbuf, msg_rtime); in freebsd7_msgctl() 1906 CP(msqbuf, msqold, msg_rtime); in freebsd7_msgctl()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_msgctl.c | 331 if (msgds.msg_rtime != 0) in ATF_TC_BODY() 340 if (llabs(t - msgds.msg_rtime) > 1) in ATF_TC_BODY()
|
| H A D | t_msgget.c | 173 ATF_CHECK(msgds.msg_rtime == 0); in ATF_TC_BODY()
|
| /freebsd-12.1/tools/regression/sysvmsg/ |
| H A D | msgtest.c | 275 printf("rtime: %s", ctime(&mp->msg_rtime)); in print_msqid_ds()
|
| /freebsd-12.1/usr.bin/ipcs/ |
| H A D | ipcs.c | 344 cvt_time(kmsqptr->u.msg_rtime, rtime_buf); in print_kmsqptr()
|
| /freebsd-12.1/contrib/netbsd-tests/kernel/ |
| H A D | t_sysv.c | 367 printf("rtime: %s", ctime(&mp->msg_rtime)); in print_msqid_ds()
|