Home
last modified time | relevance | path

Searched refs:msg_stime (Results 1 – 16 of 16) sorted by relevance

/freebsd-10-stable/sys/sys/
Dmsg.h71 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/
Dfreebsd32_ipc.h65 int32_t msg_stime; member
130 int32_t msg_stime; member
/freebsd-10-stable/sys/compat/linux/
Dlinux_ipc.c151 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/
Dibcs2_ipc.c82 ibp->msg_stime = bp->msg_stime;
101 bp->msg_stime = ibp->msg_stime;
Dibcs2_ipc.h53 ibcs2_time_t msg_stime; member
/freebsd-10-stable/sys/compat/svr4/
Dsvr4_ipc.c334 sds->msg_stime = bds->msg_stime;
352 bds->msg_stime = sds->msg_stime;
Dsvr4_ipc.h78 svr4_time_t msg_stime; member
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
Dt_msgctl.c328 if (llabs(t - msgds.msg_stime) > 1) in ATF_TC_BODY()
346 if (msgds.msg_stime == 0) in ATF_TC_BODY()
Dt_msgget.c174 ATF_CHECK(msgds.msg_stime == 0); in ATF_TC_BODY()
/freebsd-10-stable/sys/amd64/linux/
Dlinux_ipc64.h71 l_time_t msg_stime; /* last msgsnd time */ member
/freebsd-10-stable/sys/i386/linux/
Dlinux_ipc64.h71 l_time_t msg_stime; /* last msgsnd time */ member
/freebsd-10-stable/sys/amd64/linux32/
Dlinux32_ipc64.h71 l_time_t msg_stime; /* last msgsnd time */ member
/freebsd-10-stable/sys/kern/
Dsysv_msg.c737 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/
Dmsgtest.c274 printf("stime: %s", ctime(&mp->msg_stime)); in print_msqid_ds()
/freebsd-10-stable/usr.bin/ipcs/
Dipcs.c339 cvt_time(kmsqptr->u.msg_stime, stime_buf); in print_kmsqptr()
/freebsd-10-stable/contrib/netbsd-tests/kernel/
Dt_sysv.c366 printf("stime: %s", ctime(&mp->msg_stime));