Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmsg.h81 time_t msg_stime; /* last msgsnd time */ member
85 time_t msg_stime; /* last msgsnd time */ member
H A Dmsg_impl.h105 time_t msg_stime; /* last msgsnd time */ member
183 time32_t msg_stime; /* last msgsnd time */ member
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dmsg.h61 time_t msg_stime; /* last msgsnd time */ member
/titanic_50/usr/src/uts/common/os/
H A Dmsg.c511 STRUCT_FSET(ds, msg_stime, qp->msg_stime); in msgctl()
548 ds64.msgx_stime = qp->msg_stime; in msgctl()
613 qp->msg_stime = qp->msg_rtime = 0; in msgget()
1226 qp->msg_stime = gethrestime_sec(); in msgsnd()
1376 check_index = neg_index + (qp->msg_stime % nbuckets); in msg_fnd_neg_snd()
/titanic_50/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c281 ((buf.msg_stime + NWAM_EVENT_WAIT_TIME) > buf.msg_rtime)) { in nwam_event_send()
/titanic_50/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c185 printtime_nice("stime: ", msqid->msg_stime); in msq_print()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2229 prtime(pri, " st = ", msgq.msg_stime); in show_msgctl()
2254 prtime(pri, " st = ", msgq.msg_stime); in show_msgctl32()