Lines Matching defs:pg_pattern

150 	"pg_pattern",			/* SC_PG_PATTERN */
2681 * This function processes a prop_pattern element within a pg_pattern XML
2686 * pg_pattern. The property group name of the enclosing pg_pattern
2710 /* Find the unique part of the pg_pattern property group name. */
2718 * pg_pattern both constitute part of the name of the property
2744 * Create the property group, the property referencing the pg_pattern
2839 * Get the pg_pattern attributes and save them as properties in the
2840 * property group at pg. The pg_pattern element accepts four attributes --
2865 * There are several restrictions on the pg_pattern attributes that cannot
2890 uu_die(gettext("pg_pattern is missing the %s attribute "
2904 uu_warn(gettext("pg_pattern %s attribute may only "
2927 uu_warn(gettext("pg_pattern %s attribute has a "
2940 uu_warn(gettext("pg_pattern %s attribute has a "
2946 uu_warn(gettext("pg_pattern %s attribute has a "
2959 lxml_get_tm_pg_pattern(entity_t *service, xmlNodePtr pg_pattern)
2977 name = xmlGetProp(pg_pattern, (xmlChar *)name_attr);
2978 type = xmlGetProp(pg_pattern, (xmlChar *)type_attr);
2984 uu_die(gettext("Unable to create pg_pattern "
2990 * part of the pg_pattern property group name.
2995 uu_die(gettext("pg_pattern type is for %s is "
3005 semerr(gettext("pg_pattern name attribute, \"%s\", "
3011 * As long as the pg_pattern has a name, it becomes part of
3012 * the name of the pg_pattern property group name. We
3022 uu_die(gettext("pg_pattern property group name "
3029 * Create the property group for holding this pg_pattern
3030 * information, and capture the pg_pattern attributes.
3037 semerr(gettext("pg_pattern with empty name and "
3041 semerr(gettext("pg_pattern with empty name and "
3047 semerr(gettext("pg_pattern with name \"%s\" "
3051 semerr(gettext("pg_pattern with name \"%s\" "
3060 * Get the pg_pattern attributes from the manifest and verify
3063 r = lxml_get_pg_pattern_attributes(pg, pg_pattern);
3067 semerr(gettext("Invalid pg_pattern attributes in %s\n"),
3074 * Now process all of the elements of pg_pattern.
3076 for (cursor = pg_pattern->xmlChildrenNode;
3098 uu_die(gettext("illegal element \"%s\" in pg_pattern "