Searched refs:msg_rtime (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | msg.h | 75 time_t msg_rtime; /* time of last msgrcv() */ member 99 time_t msg_rtime; /* time of last msgrcv() */ member
|
/freebsd/sys/compat/linux/ |
H A D | linux_ipc.c | 160 l_time_t msg_rtime; /* last msgrcv time */ member 255 bsp->msg_rtime = lsp->msg_rtime; in linux_to_bsd_msqid_ds() 270 lsp->msg_rtime = bsp->msg_rtime; in bsd_to_linux_msqid_ds() 335 linux_msqid.msg_rtime = linux_msqid64->msg_rtime; in linux_msqid_pushdown() 357 linux_msqid.msg_rtime != linux_msqid64->msg_rtime || in linux_msqid_pushdown()
|
H A D | linux_ipc64.h | 74 l_time_t msg_rtime; /* last msgrcv time */ member
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_ipc.h | 77 time32_t msg_rtime; member 163 time32_t msg_rtime; member
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_msgctl.c | 329 if (msgds.msg_rtime != 0) in ATF_TC_BODY() 338 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/sys/kern/ |
H A D | sysv_msg.c | 737 msqkptr->u.msg_rtime = 0; in sys_msgget() 1336 msqkptr->u.msg_rtime = time_second; in kern_msgrcv() 1451 CP(tmsqk, tmsqk32, u.msg_rtime); in sysctl_msqids() 1754 CP(msqbuf32, msqbuf, msg_rtime); in freebsd7_freebsd32_msgctl() 1771 CP(msqbuf, msqbuf32, msg_rtime); in freebsd7_freebsd32_msgctl() 1799 CP(msqbuf32, msqbuf, msg_rtime); in freebsd32_msgctl() 1815 CP(msqbuf, msqbuf32, msg_rtime); in freebsd32_msgctl() 1924 CP(msqold, msqbuf, msg_rtime); in freebsd7_msgctl() 1941 CP(msqbuf, msqold, msg_rtime); in freebsd7_msgctl()
|
/freebsd/tools/regression/sysvmsg/ |
H A D | msgtest.c | 274 printf("rtime: %s", ctime(&mp->msg_rtime)); in print_msqid_ds()
|
/freebsd/usr.bin/ipcs/ |
H A D | ipcs.c | 341 cvt_time(kmsqptr->u.msg_rtime, rtime_buf); in print_kmsqptr()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_sysv.c | 326 printf("rtime: %s", ctime(&mp->msg_rtime)); in print_msqid_ds()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 2127 (intmax_t)msqids[id].u.msg_rtime, in linprocfs_dosysvipc_msg()
|