Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dint_fmtio.h236 #define PRIxPTR "lx" macro
243 #define PRIxPTR "x"
331 #define SCNxPTR PRIxPTR
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c2817 (void) sprintf(ks_nm, "stmf_lu_%"PRIxPTR"", (uintptr_t)ilu); in stmf_create_kstat_lu()
2850 (void) sprintf(ks_nm, "stmf_lu_io_%"PRIxPTR"", (uintptr_t)ilu); in stmf_create_kstat_lu()
2877 (void) sprintf(ks_nm, "stmf_tgt_%"PRIxPTR"", (uintptr_t)ilport); in stmf_create_kstat_lport()
2916 (void) sprintf(ks_nm, "stmf_tgt_io_%"PRIxPTR"", (uintptr_t)ilport); in stmf_create_kstat_lport()
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c3600 (void) sprintf(name, "iport_%"PRIxPTR"", (uintptr_t)iport); in fct_init_kstats()