Searched refs:PRIx32 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dint_fmtio.h190 #define PRIx32 "x" macro
191 #define PRIxFAST16 PRIx32
192 #define PRIxLEAST32 PRIx32
193 #define PRIxFAST32 PRIx32
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h114 #define PRIx32 "x" /* uint32_t */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c516 "head\t\t%" PRId32 "\t\thead ident\t%#" PRIx32 "\n",
519 "tail\t\t%" PRId32 "\t\ttail ident\t%#" PRIx32 "\n",
521 (void) fprintf(fout, "\t\t\t\tdebug\t\t%#" PRIx32 "\n", ud->od_debug);
524 "Bad chksum\t%#" PRIx32 "\n", ud->od_chksum);
527 "Good chksum\t%#" PRIx32 "\n", ud->od_chksum);
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c251 (void) printf(" %#" PRIx32 " ", *(uint32_t *)vbuf);
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1280 printf("OP: %x: param '%s' was '0x%" PRIx32
1297 printf("now it is set to '0x%" PRIx32 "'.\n",

Completed in 71 milliseconds