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

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dmsg.h61 time_t msg_stime; /* last msgsnd time */ member in struct:msqid_ds
/illumos-gate/usr/src/uts/common/sys/
H A Dmsg.h81 time_t msg_stime; /* last msgsnd time */ member in struct:msqid_ds
85 time_t msg_stime; /* last msgsnd time */ member in struct:msqid_ds
H A Dmsg_impl.h105 time_t msg_stime; /* last msgsnd time */ member in struct:kmsqid
183 time32_t msg_stime; /* last msgsnd time */ member in struct:msqid_ds32
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c511 STRUCT_FSET(ds, msg_stime, qp->msg_stime);
548 ds64.msgx_stime = qp->msg_stime;
613 qp->msg_stime = qp->msg_rtime = 0;
1226 qp->msg_stime = gethrestime_sec();
1376 check_index = neg_index + (qp->msg_stime % nbuckets);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c275 * _and_ msg_stime is more than 10s after msg_rtime -
281 ((buf.msg_stime + NWAM_EVENT_WAIT_TIME) > buf.msg_rtime)) {
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c185 printtime_nice("stime: ", msqid->msg_stime);
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2229 prtime(pri, " st = ", msgq.msg_stime);
2254 prtime(pri, " st = ", msgq.msg_stime);

Completed in 437 milliseconds