Lines Matching refs:show

57 static int	show(const char *, const char *, ...) __printflike(2, 3);
165 show(const char *hdr, const char *fmt, ...)
260 show("flags", "0x%x", le16toh(lct->flags));
261 show("iop flags", "0x%x", le32toh(lct->iopflags));
262 show("lct change indicator", "%d", le32toh(lct->changeindicator));
269 show("lct entry", "%d", i);
270 show("entry size", "%d bytes", le16toh(ent->entrysize) << 2);
271 show("local tid", "%d", le16toh(ent->localtid) & 4095);
272 show("change indicator", "%d", le32toh(ent->changeindicator));
273 show("flags", "%x", le32toh(ent->deviceflags));
274 show("class id", "%x (%s)", classid & 4095,
276 show("version", "%x", (classid >> 12) & 15);
277 show("organisation id", "%x", classid >> 16);
278 show("subclass info", "%x", le32toh(ent->subclassinfo));
279 show("user tid", "%d", usertid & 4095);
280 show("parent tid", "%d", (usertid >> 12) & 4095);
281 show("bios info", "%d", (usertid >> 24) & 255);
284 show("identity tag", "<%s>", ident);
285 show("event caps", "%x", le32toh(ent->eventcaps));
302 show("organization id", "%d", le16toh(status.orgid));
303 show("iop id", "%d", le32toh(status.iopid) & 4095);
304 show("host unit id", "%d", (le32toh(status.iopid) >> 16));
305 show("segment number", "%d", segnumber & 4095);
306 show("i2o version", "%d", (segnumber >> 12) & 15);
307 show("iop state", "%d", (segnumber >> 16) & 255);
308 show("messenger type", "%d", segnumber >> 24);
309 show("inbound frame sz", "%d", le16toh(status.inboundmframesize));
310 show("init code", "%d", status.initcode);
311 show("max inbound queue depth", "%d",
313 show("inbound queue depth", "%d",
315 show("max outbound queue depth", "%d",
317 show("product id string", "<%s>", ident);
318 show("expected lct size", "%d", le32toh(status.expectedlctsize));
319 show("iop capabilities", "0x%08x", le32toh(status.iopcaps));
320 show("desired priv mem sz", "0x%08x",
322 show("current priv mem sz", "0x%08x",
324 show("current priv mem base", "0x%08x",
326 show("desired priv io sz", "0x%08x",
328 show("current priv io sz", "0x%08x",
330 show("current priv io base", "0x%08x",
348 show("ddm tid", "%d", le16toh(p.di.ddmtid) & 4095);
350 show("module name", "%s", ident);
352 show("module revision", "%s", ident);
353 show("serial # format", "%d", p.di.snformat);
356 show("serial #", "%08x%08x%08x", serial[0], serial[1], serial[2]);
372 show("class id", "%d (%s)", le32toh(p.di.classid) & 4095,
374 show("owner tid", "%d", le32toh(p.di.ownertid) & 4095);
375 show("parent tid", "%d", le32toh(p.di.parenttid) & 4095);
379 show("vendor", "<%s>", ident);
383 show("product", "<%s>", ident);
387 show("description", "<%s>", ident);
390 show("revision level", "<%s>", ident);