Home
last modified time | relevance | path

Searched refs:PRId32 (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dint_fmtio.h102 #define PRId32 "d" macro
103 #define PRIdFAST16 PRId32
104 #define PRIdLEAST32 PRId32
105 #define PRIdFAST32 PRId32
/titanic_44/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c485 (void) fprintf(fout, "\tlogical block\t%" PRId32 in dumplog()
486 "\tphysical block\t%" PRId32 in dumplog()
487 "\tblocks\t%" PRId32 "\n", in dumplog()
507 (void) fprintf(fout, "bol\t\t%" PRId32 "\t\teol\t\t%" PRId32 "\n", in dumplog()
516 "head\t\t%" PRId32 "\t\thead ident\t%#" PRIx32 "\n", in dumplog()
519 "tail\t\t%" PRId32 "\t\ttail ident\t%#" PRIx32 "\n", in dumplog()
/titanic_44/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c230 (void) printf(" %" PRId32 " ", *(int32_t *)vbuf); in print_propval()