null

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

/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c375 uint32_t platid = uhp->uh_proc_flags & (1 << i); local
377 if (platid == 0 && uhp->uh_proc_flags != 0)
381 "%s/%08X-%02X", path, uhp->uh_signature, platid);
383 dprintf("proc_flags = %x, platid = %x, name = %s\n",
384 uhp->uh_proc_flags, platid, name);

Completed in 1387 milliseconds