Lines Matching refs:match

630 			 * If there was no match, insert the property into
631 * the tree. If we do get a match, there is
686 composed_pg_t *match;
698 match = uu_avl_find(tree, cpg, NULL, &marker);
699 /* Since we do the instance first, there should be no match. */
700 assert(match == NULL);
716 match = uu_avl_find(tree, cpg, NULL, &marker);
717 if (match == NULL) {
727 match->cpg_service_pg = pg;
728 compose_props(match);
2021 composed_pg_t *match;
2063 match = uu_avl_find(e->sc_u.sc_instance.sc_composed,
2065 assert(match != NULL);
2066 info->pi_enc_pgp = CPG2PG(match);
2100 ptrn_info_t *match;
2128 match = uu_avl_find(tree, info, NULL, &marker);
2129 if (match == NULL) {
2130 /* No match. Insert the info. */
2136 /* Got a match. Determine if it is a conflict. */
2139 (match->pi_name == NULL) ||
2140 (match->pi_type == NULL)) {
2149 if (strcmp(info->pi_type, match->pi_type) == 0) {
2160 match->pi_ptrnpg;
2179 (match->pi_pgp_name == NULL)) {
2182 if (strcmp(info->pi_pgp_name, match->pi_pgp_name) != 0)
2628 /* No match found. Generate error */
2780 ptrn_info_t *match;
2801 match = uu_avl_find(tree, ginfo, NULL, NULL);
2802 if (match != NULL) {
2808 * See if the match applies to us. If we happen to
2814 if (match->pi_ptrnpg->sc_parent->sc_etype ==
2820 if (target_check(match->pi_target, cur_level) == 0)
2832 match->pi_ptrnpg, NULL, NULL, NULL, NULL,
3170 /* Search for property groups that match these names */
3179 /* See if we have a name match. */
3335 composed_pg_t *match;
3368 match = uu_avl_find(tree, &cpg, NULL, NULL);
3369 if (match == NULL) {
3390 * pg_pattern. If they match, this is a prop_pattern that is of interest
3850 /* Found match. Validate property. */