Searched refs:PRIx64 (Results 1 - 25 of 96) sorted by relevance

1234

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_xboot.h61 dboot_printf("%s is 0x%" PRIx64 "\n", #x, (uint64_t)(x)); \
H A Ddboot_startkern.c219 "merging mem segs %" PRIx64 "...%" PRIx64
220 " w/ %" PRIx64 "...%" PRIx64 "\n",
238 dboot_printf("\t%d: addr=%" PRIx64 " size=%"
239 PRIx64 "\n", i, memlists[i].addr, memlists[i].size);
312 dboot_printf("ma_to_pa(%" PRIx64 ") got %" PRIx64 ", "
313 "pa_to_ma() says %" PRIx64 "\n", ma, pa, pa_to_ma(pa));
393 PRIx64 "\
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dint_fmtio.h71 * printf("u = %016" PRIx64 "\n", u);
195 #define PRIx64 "lx" macro
198 #define PRIx64 "llx" macro
201 #ifdef PRIx64
202 #define PRIxLEAST64 PRIx64
203 #define PRIxFAST64 PRIx64
326 #ifdef PRIx64
327 #define SCNx64 PRIx64
328 #define SCNxLEAST64 PRIx64
329 #define SCNxFAST64 PRIx64
[all...]
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_tools_4v.c141 "pxtool_phys_access: dev_addr:0x%" PRIx64 "\n", dev_addr);
142 DBG(DBG_TOOLS, dip, " data_addr:0x%" PRIx64 ", is_write:%s\n",
273 DBG(DBG_TOOLS, dip, "put: bdf:%d,%d,%d, off:0x%"PRIx64", size:"
274 "0x%"PRIx64", data:0x%"PRIx64"\n",
317 DBG(DBG_TOOLS, dip, "get: bdf:%d,%d,%d, off:0x%"PRIx64", size:"
318 "0x%"PRIx64", data:0x%"PRIx64"\n",
394 DBG(DBG_TOOLS, dip, "iomem:phys_addr:0x%" PRIx64 ", bdf:0x%x, "
410 DBG(DBG_TOOLS, dip, "iomem:phys_addr:0x%" PRIx64 ", "
[all...]
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_trap.c177 printf(" %d %016" PRIx64 " %016" PRIx64 " %010" PRIx64
192 printf(" %%gl: %02" PRIx64 "\n", pgp->ptl1_gl);
193 printf("%%g0-3: %016x %016" PRIx64 " %016" PRIx64 " %016"
194 PRIx64 "\n", 0, pgp->ptl1_g1, pgp->ptl1_g2, pgp->ptl1_g3);
195 printf("%%g4-7: %016" PRIx64 " %016" PRIx64 " %016"
196 PRIx64 "
[all...]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_tools_4u.c275 "%d byte %s pxtool_safe_phys_poke at addr 0x%" PRIx64 "\n",
282 "0x%" PRIx64 " failed\n",
292 "%d byte %s pxtool_safe_phys_peek at addr 0x%" PRIx64 "\n",
299 "0x%" PRIx64 " failed\n",
392 DBG(DBG_TOOLS, dip, "pxtool_bus_reg_ops: nexus: base:0x%" PRIx64 ", "
393 "offset:0x%" PRIx64 ", addr:0x%" PRIx64 ", max_offset:"
394 "0x%" PRIx64 "\n",
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_trap.c202 printf(" %d %016" PRIx64 " %016" PRIx64 " %010" PRIx64
209 printf("%%g0-3: %016x %016" PRIx64 " %016" PRIx64 " %016"
210 PRIx64 "\n", 0, rp->ptl1_g1, rp->ptl1_g2, rp->ptl1_g3);
211 printf("%%g4-7: %016" PRIx64 " %016" PRIx64 " %016" PRIx64 " %016"
212 PRIx64 "\
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c460 cmn_err(CE_NOTE, "!ndi_ra_free: freeing base 0x%" PRIx64 ", len 0x%"
461 PRIX64 " overlaps with existing resource base 0x%" PRIx64
462 ", len 0x%" PRIx64 "\n", base, len, overlapmap->ra_base,
542 PRIx64, req->ra_len);
561 DEBUGPRT(CE_CONT, "ndi_ra_alloc: mapp = %p len=%" PRIx64 ", mask=%"
562 PRIx64 "\n", (void *)mapp, len, mask);
578 DEBUGPRT(CE_CONT, "ndi_ra_alloc: ra_len = %" PRIx64 ", len = %"
579 PRIx64 " ra_base=%" PRIx64 ", mask=%" PRIx64
[all...]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools.c488 "space:0x%d, offset:0x%" PRIx64 "\n", space, offset);
499 "regspec: hi:0x%x, lo:0x%x, sz:0x%x, range base:0x%" PRIx64 "\n",
536 "off_in_space:0x%" PRIx64 ", phys_addr:0x%" PRIx64 ", barnum:%d\n",
551 DBG(DBG_TOOLS, dip, "bar returned is 0x%" PRIx64 "\n", *bar_p);
655 DBG(DBG_TOOLS, dip, "barnum:0x%x, offset:0x%" PRIx64 ", acc:0x%x\n",
666 "Config space offset 0x%" PRIx64 " out of range\n",
698 "off_in_space:0x%" PRIx64 ", phys_addr:0x%" PRIx64 ", "
734 "64 bit mem space. 64-bit bar is 0x%" PRIx64 "\
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c56 "ibmf_ibt_async_handler: Code %x HCA GUID %016" PRIx64 " Port %d\n",
202 "ci = %016" PRIx64 "NOT found.\n",
220 "on ci = %016" PRIx64 "\n",
279 ", handle = %016" PRIx64
280 ", callback = %016" PRIx64 ", args = %016" PRIx64 "\n",
H A Dibmf_saa_impl.c187 "ibmf_saa_impl_fini: %s, port %016" PRIx64 "\n",
207 "ibmf_saa_impl_fini: %s, port = %016" PRIx64
245 "ibmf_saa_impl_fini: %s, prefix = %016" PRIx64 "\n",
577 " guid %016" PRIx64 "\n",
706 "ibmf_saa_impl_destroy(): destroying port_guid %016" PRIx64 "\n",
742 (void) sprintf(buf, "ibmf_saa_%016" PRIx64 "_stat",
982 "ibmf_saa_impl_register_port: %s, %016" PRIx64 "\n",
1004 PRIx64 ", port_guid = %016" PRIx64
1044 PRIx64 "\
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_util.c90 (void) sprintf(rsmka_buf_end, "%16" PRIx64 ":",
/illumos-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_address.h135 #define PRIlun64 PRIx64
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c874 "offset:0x%" PRIx64 ", size:%ld, pagesize:0x%lx\n",
991 "config access: offset:0x%" PRIx64 ", "
992 "phys_addr:0x%" PRIx64 "\n",
1006 "config access: data:0x%" PRIx64 "\n",
1025 "barnum:%d, bar_offset:0x%" PRIx64 "\n",
1046 prom_printf("bar returned is 0x%" PRIx64 "\n",
1131 "64-bit bar is 0x%" PRIx64 "\n",
1166 "addr portion of bar is 0x%" PRIx64 ", "
1167 "base=0x%" PRIx64 ", "
1168 "offset:0x%" PRIx64 "\
[all...]
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h115 #define PRIx64 __PRI64"x" /* uint64_t */ macro
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c213 FPC_DBG1(" devnum:%d, reggroup:%d, new_events:0x%" PRIx64 "\n",
306 PRIx64 "\n", reggroup, counter, rval, values[counter]);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c972 ddi_err(DER_LOG, domain->dom_dip, "iommu: mapping PHYS span [0x%" PRIx64
973 " - 0x%" PRIx64 "]", start, start + mp->ml_size);
978 "iommu: mapping PHYS span [0x%" PRIx64 " - 0x%" PRIx64 "]",
995 "iommu: mapping PHYS span [0x%" PRIx64 " - 0x%" PRIx64 "]",
1066 "iommu: %s: Creating dvma vmem arena [0x%" PRIx64
1067 " - 0x%" PRIx64 "]", arena_name, start, start + size);
1103 "iommu: %s: Adding dvma vmem span [0x%" PRIx64
1104 " - 0x%" PRIx64 "]", arena_nam
[all...]
H A Dimmu_dmar.c572 ddi_err(DER_CONT, NULL, "\treg_base = 0x%" PRIx64 "\n",
1011 " [0x%" PRIx64 " - 0x%" PRIx64 "]"
1022 " [0x%" PRIx64 " - 0x%" PRIx64 "]"
1032 "[0x%" PRIx64 " - 0x%"PRIx64 "]",
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c50 #define PRIxPICLTBL PRIx64
51 #define PRIxPICLHDL PRIx64
254 (void) printf(" %#" PRIx64 " ", *(uint64_t *)vbuf);
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.c478 "iospc_perfcnt_program enter: new_events:0x%" PRIx64 "\n",
485 IOSPC_DBG1(" old_events:0x%" PRIx64 "\n", old_events);
497 "event_mask:0x%" PRIx64 ", old&mask:0x%lx, "
/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc_kstats.c342 "n2piupc_perfcnt_program enter: new_events:0x%" PRIx64 "\n",
353 N2PIUPC_DBG1(" old_events:0x%" PRIx64 "\n", old_events);
365 "event_mask:0x%" PRIx64 ", old&mask:0x%lx, "
/illumos-gate/usr/src/common/devid/
H A Ddevid_smp.c161 slen = snprintf(sbuf, sizeof (sbuf), "%016" PRIx64, s);
/illumos-gate/usr/src/common/secflags/
H A Dsecflags.c234 char hexbuf[19]; /* 0x%16 PRIx64 */
236 (void) snprintf(hexbuf, sizeof (hexbuf), "0x%16" PRIx64, flags);
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1423 "%s %s lun %" PRIx64,
1427 "%s %s lun %" PRIx64 " sfunc %x",
1433 "%s %x lun %" PRIx64,
1437 "%s %x lun %" PRIx64 " sfunc %x",
1501 (void) snprintf(ua, len, "%s,%" PRIx64,
1504 (void) snprintf(ua, len, "%s,%" PRIx64 ",%x",
1509 (void) snprintf(ua, len, "%x,%" PRIx64, tgt, lun64);
1511 (void) snprintf(ua, len, "%x,%" PRIx64 ",%x",
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c398 "Unable to add phy %u for 0x%" PRIx64 ".0x%"
399 PRIx64, phynum, pwp->sas_wwns[rp->phynum],
510 "Unable to add phy %u for 0x%" PRIx64 ".0x%"
511 PRIx64, phynum, pwp->sas_wwns[pptr->phynum], wwn);
605 "Unable to add phy %u for 0x%" PRIx64 ".0x%"
606 PRIx64, phynum, pwp->sas_wwns[pptr->phynum],
801 "Unable to remove phy %u for 0x%" PRIx64
802 ".0x%" PRIx64, phynum,
823 "Unable to remove phy %u for 0x%" PRIx64
824 ".0x%" PRIx64, phynu
[all...]

Completed in 245 milliseconds

1234