Lines Matching refs:property

64  * snprintf(3C) format strings for constructing property names that include
152 "property", /* SC_PROPERTY */
368 * Create a SCF_TYPE_BOOLEAN property name pname and attach it to the
369 * property group at pgrp. The value of the property will be set from the
374 * attach the property to pgrp. The attribute should not have an invalid
672 uu_die(gettext("property name missing in group '%s'\n"),
685 uu_die(gettext("property type invalid for "
686 "property '%s/%s'\n"), pgrp->sc_pgroup_name,
692 * Store the property type as invalid, and the value
700 uu_die(gettext("property type missing for property '%s/%s'\n"),
706 uu_die(gettext("property value missing for property '%s/%s'\n"),
723 lxml_get_property(pgroup_t *pgrp, xmlNodePtr property)
733 if (((p->sc_property_name = (char *)xmlGetProp(property,
735 uu_die(gettext("property name missing in group \'%s\'\n"),
738 type = xmlGetProp(property, (xmlChar *)type_attr);
748 uu_die(gettext("property type invalid for "
749 "property '%s/%s'\n"), pgrp->sc_pgroup_name,
755 * Store the property type as invalid, and let the bundle apply
761 uu_die(gettext("property type missing for "
762 "property \'%s/%s\'\n"), pgrp->sc_pgroup_name,
766 for (cursor = property->xmlChildrenNode; cursor != NULL;
798 uu_die(gettext("property \'%s\' "
814 override = xmlGetProp(property, (xmlChar *)override_attr);
842 * property group attributes:
854 * element, property elements, or propval elements.
1318 /* Create a property to serve as a do-not-export flag. */
1452 uu_die(gettext("property value missing for property '%s/%s'\n"),
1657 * Add a property containing the localized text from the manifest. The
1658 * property is added to the property group at pg. The name of the created
1659 * property is based on the format at pn_format. This is an snprintf(3C)
1737 * designated by container. A property is created for each loctext element
1738 * and added to the property group at pg. The name of the property is
1744 * newly created property to pg.
1754 * used to generate the property name; the contents are the ustring
1755 * value for the property.
1780 * Obtain the specified cardinality attribute and place it in a property
1782 * newly created property is returned to propp. NULL is returned to propp
1835 /* Value is valid. Create the property. */
1876 /* Attach the properties to the property group. */
1903 * the manifest. The common_name is stored as the value of a property in
1904 * the property group whose name is SCF_PG_TM_COMMON_NAME and type is
1905 * SCF_GROUP_TEMPLATE. This property group will be created in service if
1914 * Create the property group, if absent.
1925 * the manifest. The description is stored as the value of a property in
1926 * the property group whose name is SCF_PG_TM_DESCRIPTION and type is
1927 * SCF_GROUP_TEMPLATE. This property group will be created in service if
1936 * Create the property group, if absent.
1968 * Translate non-property characters to '_'.
1979 * If *p is NULL, astring_prop_value() first creates a property with the
1980 * name specified in prop_name. The address of the newly created property
1983 * In either case, newly created property or existing property, a new
1984 * SCF_TYPE_ASTRING value will created and attached to the property at *p.
1985 * The value of the newly created property is prop_value.
1988 * should be freed when the property is freed by a call to
1998 /* Create the property */
2004 /* Add the property value to the property's list of values. */
2014 * If p points to a null pointer, create an internal_separators property
2015 * saving the address at p. For each character at seps create a property
2016 * value and attach it to the property at p.
2031 /* Add the values to the property's list. */
2044 * Create an internal_separators property and attach it to the property
2047 * property value in the internal_separators property.
2089 * and create property group.
2102 /* Find existing property group with underscore separators */
2115 /* Rename property group */
2127 * Each attribute is an astring property within the group.
2149 * property group.
2165 * Each attribute is an astring property within the group.
2237 /* Add the type to the values of the prop_name property. */
2322 * This, function creates a property named prop_name. The range element
2323 * should have two attributes -- min and max. The property value then
2325 * property is then attached to the property group at pg.
2327 * If pg already contains a property with a name of prop_name, it is only
2328 * necessary to create a new value and attach it to the existing property.
2371 * If necessary create the property and attach it to the property
2401 * The common_name and description are stored as property values in pg.
2402 * The property names are:
2409 * are not legal in a property name. Thus, we base 32 encode the name
2420 * pg - The property group to receive the newly created
2445 * construct property names.
2457 * property name. So we will encode value_name and then use the
2458 * encoded value in the property name.
2464 uu_die(gettext("Constructed property name is %u characters "
2549 * property value will end up pointing to
2567 /* Attach the name property if we created one. */
2605 * property value will end up pointing to
2623 /* Attach the name property if we created one. */
2660 * property value will end up pointing to
2669 /* Attach the name property if we created one. */
2682 * element. First it creates a property group to hold the prop_pattern
2683 * information. The name of this property group is the concatenation of:
2685 * - The unique part of the property group name of the enclosing
2686 * pg_pattern. The property group name of the enclosing pg_pattern
2691 * After creating the property group, the prop_pattern attributes are saved
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
2745 * name, and add the prop_pattern attributes to the property group.
2840 * property group at pg. The pg_pattern element accepts four attributes --
2887 /* Find the value of the target property. */
2973 * determines whcih prefix we will use for the property group name.
2985 "property for %s\n"), service->sc_name);
2990 * part of the pg_pattern property group name.
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
3169 * New general property group with enabled boolean property set.
3186 * Add general/package property if PKGINST is set.
3199 * Translate an instance element into an internal property tree, added to
3201 * enabled property to override.
3347 * property group then the upgrade process should handle
3351 * and has a manifestfiles property group then the import
3352 * process can handle the manifestfiles property group
3402 * Translate a service element into an internal instance/property tree, added
3441 * property group and add the property value of the service.