Searched refs:INT64BUFSZ (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_2xml.c | 40 #define INT64BUFSZ 20 macro 110 char vbuf[INT64BUFSZ], tbuf[32], *pval = NULL, *aval = NULL; in txml_print_prop() 117 (void) snprintf(vbuf, INT64BUFSZ, "%d", val); in txml_print_prop() 128 (void) snprintf(vbuf, INT64BUFSZ, "0x%x", val); in txml_print_prop() 139 (void) snprintf(vbuf, INT64BUFSZ, "0x%llx", in txml_print_prop() 151 (void) snprintf(vbuf, INT64BUFSZ, "0x%llx", in txml_print_prop()
|