Searched refs:PRIu32 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_perr.c209 "; low version = %" PRIu32 ", high version = %" PRIu32,
230 "; low version = %" PRIu32 ", high version = %" PRIu32,
235 (void) sprintf(str, "; s1 = %" PRIu32 ", s2 = %" PRIu32,
/illumos-gate/usr/src/uts/common/sys/
H A Dint_fmtio.h169 #define PRIu32 "u" macro
170 #define PRIuFAST16 PRIu32
171 #define PRIuLEAST32 PRIu32
172 #define PRIuFAST32 PRIu32
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h99 #define PRIu32 "u" /* uint32_t */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c491 (void) fprintf(fout, "log size %" PRIu32 " bytes (%ld calculated)\n",
502 (void) fprintf(fout, "version\t\t%" PRIu32 "\t\t", ud->od_version);
509 (void) fprintf(fout, "requestsize\t%" PRIu32 "\n", ud->od_requestsize);
510 (void) fprintf(fout, "statesize\t%" PRIu32 "\n", ud->od_statesize);
511 (void) fprintf(fout, "logsize\t\t%" PRIu32 "\n", ud->od_logsize);
513 "maxtransfer\t%" PRIu32 "\t\tdevbsize\t%" PRIu32 "\n",

Completed in 55 milliseconds