Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c233 case TOPO_TYPE_INT64: in prop_getval()
418 return (prop_getval(node, pgname, pname, (void *)val, TOPO_TYPE_INT64, in topo_prop_get_int64()
594 case TOPO_TYPE_INT64: in topo_prop_set()
682 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_INT64, flag, in topo_prop_set_int64()
1586 case TOPO_TYPE_INT64: { in topo_create_props()
H A Dtopo_xml.c182 rv = TOPO_TYPE_INT64; in xmlattr_to_type()
241 case TOPO_TYPE_INT64: in xlate_common()
543 case TOPO_TYPE_INT64: in prop_create()
597 case TOPO_TYPE_INT64: in prop_create()
H A Dtopo_2xml.c153 case TOPO_TYPE_INT64: { in txml_print_prop()
H A Dlibtopo.h383 TOPO_TYPE_INT64, /* int64_t */ enumerator
H A Dtopo_digraph_xml.c496 case TOPO_TYPE_INT64: { in serialize_property()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c115 type = TOPO_TYPE_INT64; in str2type()
287 case TOPO_TYPE_INT64: tstr = "int64"; break; in print_prop_nameval()
667 case TOPO_TYPE_INT64: in set_prop()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c389 case TOPO_TYPE_INT64: type = "int64"; break; in dump_propval()