Searched refs:msgq (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 2175 struct msqid_ds64 msgq; in show_msgctl64() local 2178 Pread(Proc, &msgq, sizeof (msgq), offset) == sizeof (msgq)) { in show_msgctl64() 2179 show_perm64(pri, &msgq.msgx_perm); in show_msgctl64() 2183 (unsigned long long)msgq.msgx_cbytes, in show_msgctl64() 2184 (unsigned long long)msgq.msgx_qnum, in show_msgctl64() 2185 (unsigned long long)msgq.msgx_qbytes, in show_msgctl64() 2186 (int)msgq.msgx_lspid, in show_msgctl64() 2187 (int)msgq.msgx_lrpid); in show_msgctl64() 2189 prtime(pri, " st = ", (time_t)msgq.msgx_stime); in show_msgctl64() 2190 prtime(pri, " rt = ", (time_t)msgq.msgx_rtime); in show_msgctl64() [all …]
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | Makefile | 36 COBJS += dump.o msgq.o server.o config.o esi.o obj.o utils.o dd.o func.o
|