Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/configd/
H A Drc_node.c626 uint32_t num_ids; in rc_node_hash() local
634 num_ids = tp->rt_num_ids; in rc_node_hash()
636 left = MAX_IDS - num_ids; in rc_node_hash()
637 assert(num_ids <= MAX_IDS); in rc_node_hash()
641 while (num_ids-- > 0) in rc_node_hash()
659 uint32_t num_ids; in rc_node_match() local
671 num_ids = tp->rt_num_ids; in rc_node_match()
673 assert(num_ids <= MAX_IDS); in rc_node_match()
674 while (num_ids-- > 0) in rc_node_match()
675 if (r->rl_ids[num_ids] != l->rl_ids[num_ids]) in rc_node_match()