Home
last modified time | relevance | path

Searched refs:PRIu32 (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_perr.c207 "; low version = %" PRIu32 ", high version = %" PRIu32, in clnt_sperror()
228 "; low version = %" PRIu32 ", high version = %" PRIu32, in clnt_sperror()
233 (void) sprintf(str, "; s1 = %" PRIu32 ", s2 = %" PRIu32, in clnt_sperror()
/illumos-gate/usr/src/test/os-tests/tests/ksensor/
H A Dksensor_basic.c85 warnx("TEST FAILED: %s: expected unit %" PRIu32 ", but found " in ksensor_basic()
86 "%" PRIu32, st->st_path, st->st_unit, scalar.sis_unit); in ksensor_basic()
97 warnx("TEST FAILED: %s: expected prec %" PRIu32 ", but found " in ksensor_basic()
98 "%" PRIu32, st->st_path, st->st_prec, scalar.sis_prec); in ksensor_basic()
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c448 (void) snprintf(buf, buflen, "%" PRIu32, nc->ci_id); in fmt_tree()
488 (void) snprintf(buf, buflen, "%" PRIu32, fi->fi_uniqid); in fmt_netfileinfo()
571 const char *fmt = opt_p ? "%" PRIu32 : "%'" PRIu32; in print_u32()
600 int n = snprintf(buf, buflen, "%" PRIu32 " days%s", in print_age()
609 (void) snprintf(buf, buflen, "%02" PRIu32 ":%02" PRIu32 ":%02" PRIu32, in print_age()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c326 sbuf_printf(sb, "%s%" PRIu32, str, fid); in l9p_describe_fid()
336 sbuf_printf(sb, "%s%" PRIu32, str, ugid); in l9p_describe_ugid()
603 sbuf_printf(sb, ",%" PRIu32 ",0x%016" PRIx64 ">", in l9p_describe_qid()
633 sbuf_printf(sb, " atime=%" PRIu32, st->atime); in l9p_describe_l9stat()
635 sbuf_printf(sb, " mtime=%" PRIu32, st->mtime); in l9p_describe_l9stat()
654 " n_uid=%" PRIu32 " n_gid=%" PRIu32 " n_muid=%" PRIu32, in l9p_describe_l9stat()
713 sbuf_printf(sb, " count=%" PRIu32 " [", count); in l9p_describe_readdir()
731 sbuf_printf(sb, " count=%" PRIu32, count); in l9p_describe_readdir()
1045 sbuf_printf(sb, " offset=%" PRIu64 " count=%" PRIu32, in l9p_describe_fcall()
1051 sbuf_printf(sb, " count=%" PRIu32, fcall->io.count); in l9p_describe_fcall()
[all …]
/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/test/os-tests/tests/pf_key/
H A Dkmc-updater.c269 "KMC received was %" PRIu32 in main()
270 ", expecting %" PRIu32 ",\n", in main()
282 " KMC received was %" PRIu32 in main()
283 ", expecting %" PRIu32 ",\n", in main()
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c489 (void) fprintf(fout, "log size %" PRIu32 " bytes (%ld calculated)\n", in dumplog()
500 (void) fprintf(fout, "version\t\t%" PRIu32 "\t\t", ud->od_version); in dumplog()
507 (void) fprintf(fout, "requestsize\t%" PRIu32 "\n", ud->od_requestsize); in dumplog()
508 (void) fprintf(fout, "statesize\t%" PRIu32 "\n", ud->od_statesize); in dumplog()
509 (void) fprintf(fout, "logsize\t\t%" PRIu32 "\n", ud->od_logsize); in dumplog()
511 "maxtransfer\t%" PRIu32 "\t\tdevbsize\t%" PRIu32 "\n", in dumplog()
/illumos-gate/usr/src/cmd/etdump/
H A Doutput_shell.c55 "et_platform=%s;et_system=%s;et_lba=%" PRIu32 ";et_sectors=%" in output_entry()
H A Doutput_text.c81 fprintf(outfile, "%sStart LBA %" PRIu32 " (0x%" PRIx32 in output_entry()
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h99 #define PRIu32 "u" /* uint32_t */ macro
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0puny.c148 DEMDEBUG("%s: %" PRIu32 " ASCII codepoints copied", __func__, nbasic); in rustv0_puny_decode()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm.c314 PRIu32, len, off); in pcieadm_read_cfgspace_file()
317 "at offest %" PRIu32 ", still wanted to read %u " in pcieadm_read_cfgspace_file()
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dtestfuncs.c141 "Unexpected function group value %" PRIu32 "\n", in test_setup()