Searched defs:qds (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c137 struct msqid_ds64 qds; local
142 if (msgctl64(id, IPC_STAT64, &qds) < 0) {
146 if (qds.msgx_perm.ipcx_zoneid != zoneid) {
166 struct msqid_ds64 qds; local
183 if (msgctl64(id, IPC_STAT64, &qds) < 0)
185 if (IPC_KEYMATCH(qds.msgx_perm, zoneid, k))
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c210 struct msqid_ds64 qds; local
235 if (msgctl64(id, IPC_STAT64, &qds) < 0)
239 qds.msgx_perm.ipcx_zoneid != zoneid)
241 hp('q', "SRrw-rw-rw-", &qds.msgx_perm, id);
244 qds.msgx_cbytes, qds.msgx_qnum);
246 (void) printf(" %6llu", qds.msgx_qbytes);
249 (int)qds.msgx_lspid, (int)qds.msgx_lrpid);
251 tp(qds
[all...]

Completed in 72 milliseconds