Searched refs:msg_stime (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | msg.h | 74 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 D | linux_ipc.c | 163 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 D | linux_ipc64.h | 72 l_time_t msg_stime; /* last msgsnd time */ member
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_ipc.h | 79 int32_t msg_stime; member 164 int32_t msg_stime; member
|
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_ipc.c | 83 ibp->msg_stime = bp->msg_stime; 100 bp->msg_stime = ibp->msg_stime;
|
| H A D | ibcs2_ipc.h | 55 ibcs2_time_t msg_stime; member
|
| /freebsd-12.1/sys/kern/ |
| H A D | sysv_msg.c | 735 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 D | t_msgctl.c | 328 if (llabs(t - msgds.msg_stime) > 1) in ATF_TC_BODY() 346 if (msgds.msg_stime == 0) in ATF_TC_BODY()
|
| H A D | t_msgget.c | 174 ATF_CHECK(msgds.msg_stime == 0); in ATF_TC_BODY()
|
| /freebsd-12.1/tools/regression/sysvmsg/ |
| H A D | msgtest.c | 274 printf("stime: %s", ctime(&mp->msg_stime)); in print_msqid_ds()
|
| /freebsd-12.1/usr.bin/ipcs/ |
| H A D | ipcs.c | 343 cvt_time(kmsqptr->u.msg_stime, stime_buf); in print_kmsqptr()
|
| /freebsd-12.1/contrib/netbsd-tests/kernel/ |
| H A D | t_sysv.c | 366 printf("stime: %s", ctime(&mp->msg_stime)); in print_msqid_ds()
|