Lines Matching defs:hex
611 char hex[9*sizeof(PE->CapabilityStructure)/4];
615 * Display a hex dump of each 32-bit register in the
620 snprintf(hex + 9*i, sizeof(hex) - 9*i, "%08"PRIx32" ",
623 hex[sizeof(hex) - 1] = '\0';
625 ctx, hex);
656 char hex[9*sizeof(PE->AERInfo)/4];
660 * Display a hex dump of each 32-bit register in the
666 snprintf(hex + 9*i, sizeof(hex) - 9*i, "%08"PRIx32" ",
669 hex[sizeof(hex) - 1] = '\0';
670 device_printf(sc->sc_dev, "%s: AERInfo={%s}\n", ctx, hex);