Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c349 nhp->th_range.tr_max = max; in topo_node_range_create()
418 if (inst > nhp->th_range.tr_max || in topo_node_lookup()
476 if (inst > nhp->th_range.tr_max || in topo_node_bind()
571 if (inst > nhp->th_range.tr_max || in topo_node_facbind()
H A Dtopo_tree.h49 topo_instance_t tr_max; member
H A Dtopo_2xml.c427 (void) snprintf(max, INT32BUFSZ, "%d", nhp->th_range.tr_max); in txml_print_range()