Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c330 nhp->th_range.tr_min = min; in topo_node_range_create()
331 nhp->th_range.tr_max = max; in topo_node_range_create()
400 if (inst > nhp->th_range.tr_max || in topo_node_lookup()
401 inst < nhp->th_range.tr_min) { in topo_node_lookup()
420 return ((inst - nhp->th_range.tr_min) % nhp->th_arrlen); in topo_node_hash()
458 if (inst > nhp->th_range.tr_max || in topo_node_bind()
459 inst < nhp->th_range.tr_min) in topo_node_bind()
553 if (inst > nhp->th_range.tr_max || in topo_node_facbind()
554 inst < nhp->th_range.tr_min) { in topo_node_facbind()
H A Dtopo_tree.h55 topo_range_t th_range; /* instance ranges for nodes */ member
H A Dtopo_2xml.c285 (void) snprintf(min, INT32BUFSZ, "%d", nhp->th_range.tr_min); in txml_print_range()
286 (void) snprintf(max, INT32BUFSZ, "%d", nhp->th_range.tr_max); in txml_print_range()