Searched refs:msg_stime (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dmsg.h71 time_t msg_stime; /* time of last msgsnd() */ member in struct:msqid_ds_old
96 time_t msg_stime; /* time of last msgsnd() */ member in struct:msqid_ds
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_ipc.h53 ibcs2_time_t msg_stime; member in struct:ibcs2_msqid_ds
H A Dibcs2_ipc.c82 ibp->msg_stime = bp->msg_stime;
101 bp->msg_stime = ibp->msg_stime;
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h65 int32_t msg_stime; member in struct:msqid_ds32
130 int32_t msg_stime; member in struct:msqid_ds32_old
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_ipc64.h71 l_time_t msg_stime; /* last msgsnd time */ member in struct:l_msqid64_ds
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_ipc64.h71 l_time_t msg_stime; /* last msgsnd time */ member in struct:l_msqid64_ds
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_ipc.h78 svr4_time_t msg_stime; member in struct:svr4_msqid_ds
H A Dsvr4_ipc.c359 sds->msg_stime = bds->msg_stime;
377 bds->msg_stime = sds->msg_stime;
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ipc.c161 l_time_t msg_stime; /* last msgsnd time */ member in struct:l_msqid_ds
273 bsp->msg_stime = lsp->msg_stime;
288 lsp->msg_stime = bsp->msg_stime;
345 linux_msqid64.msg_stime = linux_msqid->msg_stime;
/freebsd-10.0-release/sys/kern/
H A Dsysv_msg.c651 msqkptr->u.msg_stime = 0;
997 msqkptr->u.msg_stime = time_second;
1390 CP(msqbuf32, msqbuf, msg_stime);
1407 CP(msqbuf, msqbuf32, msg_stime);
1435 CP(msqbuf32, msqbuf, msg_stime);
1451 CP(msqbuf, msqbuf32, msg_stime);
1564 CP(msqold, msqbuf, msg_stime);
1581 CP(msqbuf, msqold, msg_stime);
/freebsd-10.0-release/tools/regression/sysvmsg/
H A Dmsgtest.c274 printf("stime: %s", ctime(&mp->msg_stime));
/freebsd-10.0-release/usr.bin/ipcs/
H A Dipcs.c354 cvt_time(kmsqptr->u.msg_stime, stime_buf);

Completed in 102 milliseconds