Lines Matching defs:qds
210 struct msqid_ds64 qds;
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.msgx_stime);
252 tp(qds.msgx_rtime);
253 tp(qds.msgx_ctime);
256 jp(&qds.msgx_perm);
258 printzone(qds.msgx_perm.ipcx_zoneid);