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

/illumos-gate/usr/src/uts/common/sys/
H A Dint_fmtio.h65 * followed by the datatype size. For example, PRId32 is the macro for
102 #define PRId32 "d" macro
103 #define PRIdFAST16 PRId32
104 #define PRIdLEAST32 PRId32
105 #define PRIdFAST32 PRId32
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h52 #define PRId32 "d" /* int32_t */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c485 (void) fprintf(fout, "\tlogical block\t%" PRId32
486 "\tphysical block\t%" PRId32
487 "\tblocks\t%" PRId32 "\n",
507 (void) fprintf(fout, "bol\t\t%" PRId32 "\t\teol\t\t%" PRId32 "\n",
516 "head\t\t%" PRId32 "\t\thead ident\t%#" PRIx32 "\n",
519 "tail\t\t%" PRId32 "\t\ttail ident\t%#" PRIx32 "\n",
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c230 (void) printf(" %" PRId32 " ", *(int32_t *)vbuf);

Completed in 235 milliseconds