Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c56 #define INT64BUFSZ 21 macro
126 char vbuf[INT64BUFSZ]; in txml_print_prop()
136 (void) snprintf(vbuf, INT64BUFSZ, "%d", val); in txml_print_prop()
148 (void) snprintf(vbuf, INT64BUFSZ, "0x%x", val); in txml_print_prop()
160 (void) snprintf(vbuf, INT64BUFSZ, "%" PRId64, val); in txml_print_prop()
172 (void) snprintf(vbuf, INT64BUFSZ, "0x%" PRIx64, val); in txml_print_prop()
235 (void) snprintf(vbuf, INT64BUFSZ, "%d", val[i]); in txml_print_prop()
255 (void) snprintf(vbuf, INT64BUFSZ, "0x%x", in txml_print_prop()
276 (void) snprintf(vbuf, INT64BUFSZ, "%" PRId64, in txml_print_prop()
297 (void) snprintf(vbuf, INT64BUFSZ, "0x%" PRIx64, in txml_print_prop()