Searched refs:msg_stime (Results 1 – 16 of 16) sorted by relevance
| /freebsd-10-stable/sys/sys/ |
| D | msg.h | 71 time_t msg_stime; /* time of last msgsnd() */ member 96 time_t msg_stime; /* time of last msgsnd() */ member
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_ipc.h | 65 int32_t msg_stime; member 130 int32_t msg_stime; member
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_ipc.c | 151 l_time_t msg_stime; /* last msgsnd time */ member 263 bsp->msg_stime = lsp->msg_stime; in linux_to_bsd_msqid_ds() 278 lsp->msg_stime = bsp->msg_stime; in bsd_to_linux_msqid_ds() 335 linux_msqid64.msg_stime = linux_msqid->msg_stime; in linux_msqid_pushdown()
|
| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | ibcs2_ipc.c | 82 ibp->msg_stime = bp->msg_stime; 101 bp->msg_stime = ibp->msg_stime;
|
| D | ibcs2_ipc.h | 53 ibcs2_time_t msg_stime; member
|
| /freebsd-10-stable/sys/compat/svr4/ |
| D | svr4_ipc.c | 334 sds->msg_stime = bds->msg_stime; 352 bds->msg_stime = sds->msg_stime;
|
| D | svr4_ipc.h | 78 svr4_time_t msg_stime; member
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| 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()
|
| D | t_msgget.c | 174 ATF_CHECK(msgds.msg_stime == 0); in ATF_TC_BODY()
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_ipc64.h | 71 l_time_t msg_stime; /* last msgsnd time */ member
|
| /freebsd-10-stable/sys/i386/linux/ |
| D | linux_ipc64.h | 71 l_time_t msg_stime; /* last msgsnd time */ member
|
| /freebsd-10-stable/sys/amd64/linux32/ |
| D | linux32_ipc64.h | 71 l_time_t msg_stime; /* last msgsnd time */ member
|
| /freebsd-10-stable/sys/kern/ |
| D | sysv_msg.c | 737 msqkptr->u.msg_stime = 0; 1092 msqkptr->u.msg_stime = time_second; 1689 CP(msqbuf32, msqbuf, msg_stime); in freebsd7_freebsd32_msgctl() 1706 CP(msqbuf, msqbuf32, msg_stime); in freebsd7_freebsd32_msgctl() 1734 CP(msqbuf32, msqbuf, msg_stime); in freebsd32_msgctl() 1750 CP(msqbuf, msqbuf32, msg_stime); in freebsd32_msgctl() 1861 CP(msqold, msqbuf, msg_stime); 1878 CP(msqbuf, msqold, msg_stime);
|
| /freebsd-10-stable/tools/regression/sysvmsg/ |
| D | msgtest.c | 274 printf("stime: %s", ctime(&mp->msg_stime)); in print_msqid_ds()
|
| /freebsd-10-stable/usr.bin/ipcs/ |
| D | ipcs.c | 339 cvt_time(kmsqptr->u.msg_stime, stime_buf); in print_kmsqptr()
|
| /freebsd-10-stable/contrib/netbsd-tests/kernel/ |
| D | t_sysv.c | 366 printf("stime: %s", ctime(&mp->msg_stime));
|