Searched refs:th_range (Results 1 – 3 of 3) sorted by relevance
330 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()
55 topo_range_t th_range; /* instance ranges for nodes */ member
285 (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()