Searched refs:msg_rtime (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.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-13.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-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_ipc.h | 79 int32_t msg_rtime; member 165 int32_t msg_rtime; member
|
| /freebsd-13.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-13.1/sys/kern/ |
| H A D | sysv_msg.c | 740 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 D | msgtest.c | 275 printf("rtime: %s", ctime(&mp->msg_rtime)); in print_msqid_ds()
|
| /freebsd-13.1/usr.bin/ipcs/ |
| H A D | ipcs.c | 344 cvt_time(kmsqptr->u.msg_rtime, rtime_buf); in print_kmsqptr()
|
| /freebsd-13.1/contrib/netbsd-tests/kernel/ |
| H A D | t_sysv.c | 370 printf("rtime: %s", ctime(&mp->msg_rtime)); in print_msqid_ds()
|