Home
last modified time | relevance | path

Searched refs:PRIx32 (Results 1 – 15 of 15) 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/test/os-tests/tests/pf_key/
H A Dkmc-updater.c286 "0x%"PRIx32", expecting 0x%"PRIx32"\n", in main()
289 "0x%"PRIx32", expecting 0\n", in main()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust.c106 return (rust_append_printf(st, "\\u%04" PRIx32, val)); in rust_append_utf8_c()
107 return (rust_append_printf(st, "\\U%08" PRIx32, val)); in rust_append_utf8_c()
128 DEMDEBUG("%s: invalid unicode character \\u%" PRIx32, __func__, in rust_append_utf8_c()
H A Drust-v0puny.c202 DEMDEBUG("%s: insert \\u%04" PRIx32 " at index %zu (len = %zu)", in rustv0_puny_decode()
/illumos-gate/usr/src/cmd/etdump/
H A Doutput_text.c81 fprintf(outfile, "%sStart LBA %" PRIu32 " (0x%" PRIx32 in output_entry()
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c514 "head\t\t%" PRId32 "\t\thead ident\t%#" PRIx32 "\n", in dumplog()
517 "tail\t\t%" PRId32 "\t\ttail ident\t%#" PRIx32 "\n", in dumplog()
519 (void) fprintf(fout, "\t\t\t\tdebug\t\t%#" PRIx32 "\n", ud->od_debug); in dumplog()
522 "Bad chksum\t%#" PRIx32 "\n", ud->od_chksum); in dumplog()
525 "Good chksum\t%#" PRIx32 "\n", ud->od_chksum); in dumplog()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c507 sbuf_printf(sb, "%s0x%" PRIx32 "<%.9s>", str, mode, pbuf + 1); in l9p_describe_perm()
628 sbuf_printf(sb, "%stype=0x%04" PRIx32 " dev=0x%08" PRIx32, str, in l9p_describe_l9stat()
1291 sbuf_printf(sb, " type=%d flags=0x%" PRIx32 in l9p_describe_fcall()
1293 " proc_id=0x%" PRIx32 " client_id=\"%s\"", in l9p_describe_fcall()
1311 " proc_id=0x%" PRIx32 " client_id=\"%s\"", in l9p_describe_fcall()
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c434 (void) snprintf(buf, buflen, "%" PRIx32, type & STYPE_MASK); in fmt_tree_type()
638 (void) snprintf(buf, buflen, "%" PRIx32, val); in print_flags()
663 (void) snprintf(buf, buflen, "%" PRIx32, val); in print_perms()
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h114 #define PRIx32 "x" /* uint32_t */ macro
/illumos-gate/usr/src/boot/efi/loader/
H A Dmemmap.c177 printf("SMAP type=%02" PRIx32 " base=%016" PRIx64 in command_smap()
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c251 (void) printf(" %#" PRIx32 " ", *(uint32_t *)vbuf); in print_propval()
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1317 printf("OP: %x: param '%s' was '0x%" PRIx32 in set_int32_var()
1334 printf("now it is set to '0x%" PRIx32 "'.\n", in set_int32_var()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7300 "%.8" PRIx32 "%.8" PRIx32 "%.8" PRIx32 "%.8" PRIx32 in write_hdr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c979 "major %" PRIx32 " - " in process_hash_dump()
5190 "major %" PRIx32 ", " in sie_report()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c703 "0x%" PRIx32 "\n", addr); in pcieadm_cfgspace_print_bars()