Searched refs:msgq (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 2132 struct msqid_ds64 msgq; in show_msgctl64() local 2135 Pread(Proc, &msgq, sizeof (msgq), offset) == sizeof (msgq)) { in show_msgctl64() 2136 show_perm64(pri, &msgq.msgx_perm); in show_msgctl64() 2140 (unsigned long long)msgq.msgx_cbytes, in show_msgctl64() 2141 (unsigned long long)msgq.msgx_qnum, in show_msgctl64() 2142 (unsigned long long)msgq.msgx_qbytes, in show_msgctl64() 2143 (int)msgq.msgx_lspid, in show_msgctl64() 2144 (int)msgq.msgx_lrpid); in show_msgctl64() 2146 prtime(pri, " st = ", (time_t)msgq.msgx_stime); in show_msgctl64() 2147 prtime(pri, " rt = ", (time_t)msgq.msgx_rtime); in show_msgctl64() [all …]
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | Makefile | 37 COBJS += dump.o msgq.o server.o config.o esi.o obj.o utils.o dd.o func.o
|