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

/freebsd-11-stable/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-11-stable/sys/sys/
H A Dmsg.h74 time_t msg_stime; /* time of last msgsnd() */ member in struct:msqid_ds_old
99 time_t msg_stime; /* time of last msgsnd() */ member in struct:msqid_ds
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h77 int32_t msg_stime; member in struct:msqid_ds32
162 int32_t msg_stime; member in struct:msqid_ds32_old
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ipc.h78 svr4_time_t msg_stime; member in struct:svr4_msqid_ds
H A Dsvr4_ipc.c334 sds->msg_stime = bds->msg_stime;
352 bds->msg_stime = sds->msg_stime;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ipc64.h72 l_time_t msg_stime; /* last msgsnd time */ member in struct:l_msqid64_ds
H A Dlinux_ipc.c163 l_time_t msg_stime; /* last msgsnd time */ member in struct:l_msqid_ds
258 bsp->msg_stime = lsp->msg_stime;
273 lsp->msg_stime = bsp->msg_stime;
341 linux_msqid.msg_stime = linux_msqid64->msg_stime;
363 if (linux_msqid.msg_stime != linux_msqid64->msg_stime ||
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c328 if (llabs(t - msgds.msg_stime) > 1)
346 if (msgds.msg_stime == 0)
H A Dt_msgget.c174 ATF_CHECK(msgds.msg_stime == 0);
/freebsd-11-stable/sys/kern/
H A Dsysv_msg.c727 msqkptr->u.msg_stime = 0;
1077 msqkptr->u.msg_stime = time_second;
1435 CP(tmsqk, tmsqk32, u.msg_stime);
1703 CP(msqbuf32, msqbuf, msg_stime);
1720 CP(msqbuf, msqbuf32, msg_stime);
1748 CP(msqbuf32, msqbuf, msg_stime);
1764 CP(msqbuf, msqbuf32, msg_stime);
1872 CP(msqold, msqbuf, msg_stime);
1889 CP(msqbuf, msqold, msg_stime);
/freebsd-11-stable/tools/regression/sysvmsg/
H A Dmsgtest.c274 printf("stime: %s", ctime(&mp->msg_stime));
/freebsd-11-stable/usr.bin/ipcs/
H A Dipcs.c343 cvt_time(kmsqptr->u.msg_stime, stime_buf);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c371 printf("stime: %s", ctime(&mp->msg_stime));

Completed in 222 milliseconds