Home | History | Annotate | Download | only in iopctl

Lines Matching defs:ident

246 	char ident[sizeof(ent->identitytag) * 4 + 1];
282 i2ostrvis(ent->identitytag, sizeof(ent->identitytag), ident,
283 sizeof(ident));
284 show("identity tag", "<%s>", ident);
295 char ident[sizeof(status.productid) + 1];
299 ident, sizeof(ident));
317 show("product id string", "<%s>", ident);
343 char ident[128];
349 i2ostrvis(p.di.name, sizeof(p.di.name), ident, sizeof(ident));
350 show("module name", "%s", ident);
351 i2ostrvis(p.di.revlevel, sizeof(p.di.revlevel), ident, sizeof(ident));
352 show("module revision", "%s", ident);
368 char ident[128];
377 i2ostrvis(p.di.vendorinfo, sizeof(p.di.vendorinfo), ident,
378 sizeof(ident));
379 show("vendor", "<%s>", ident);
381 i2ostrvis(p.di.productinfo, sizeof(p.di.productinfo), ident,
382 sizeof(ident));
383 show("product", "<%s>", ident);
385 i2ostrvis(p.di.description, sizeof(p.di.description), ident,
386 sizeof(ident));
387 show("description", "<%s>", ident);
389 i2ostrvis(p.di.revlevel, sizeof(p.di.revlevel), ident, sizeof(ident));
390 show("revision level", "<%s>", ident);