Lines Matching defs:property

217 	 * A property, but an element in the DTD, so a resource from the point
699 * For the most part property types as understood by zonecfg are identical to
701 * DTD_ATTR_DIR ("directory") and the property: PT_DIR ("dir").
703 * In some cases the same DTD_ATTR maps to different property types depending
708 * configuration property. The caller should be aware that looking up either of
808 /* Fixed property */
814 /* Check to see if the property has been disabled */
821 /* Check to see if the property value has been disabled */
854 xmlChar *property;
856 if ((property = xmlGetProp(cur, propname)) == NULL)
858 if ((*dst = strdup((char *)property)) == NULL) {
859 xmlFree(property);
862 xmlFree(property);
881 /* See if the brand overrides this property or property value */
983 * Check to see if the proposed property and value can be set.
984 * The brand may have disabled the property or value or may have
985 * fixed this property.
992 * If we get a null propval remove the property (ignore return since it
1772 /* First pull out the value of the property */
2086 char property[10]; /* 10 is big enough for "shared"/"exclusive" */
2089 err = getrootattr(handle, DTD_ATTR_IPTYPE, property, sizeof (property));
2100 * wrote the ip-type property to the zone configuration if it was set
2103 * property implies shared (getrootattr() returns the empty string if
2106 if (strlen(property) == 0 ||
2107 strcmp(property, "shared") == 0)
2109 else if (strcmp(property, "exclusive") == 0)
2132 * Check to see if the proposed property and value can be set.
2133 * The brand may have disabled the property or value or may have
2134 * fixed this property.
2434 * If another property matched but this
2452 * If another property matched but this
2470 * If another property matched but this
2819 * Default to "true" unless the property value comes from the
3214 * Default to "true" unless the property value comes from the
3585 * If another property matched but this
3603 * If another property matched but this
3621 * If another property matched but this
4008 * If another property matched but this
4027 * If another property matched but this
4470 return (dgettext(TEXT_DOMAIN, "Bad document property"));
4483 return (dgettext(TEXT_DOMAIN, "Required property missing"));
4504 return (dgettext(TEXT_DOMAIN, "No such property type"));
4506 return (dgettext(TEXT_DOMAIN, "No such property with that id"));
4546 "Brand doesn't support this property or resource"));
4549 "Brand doesn't support setting this property value"));
4552 "Brand doesn't support setting this property"));
4557 "An incompatible rctl already exists for this property"));
4560 "Clearing this property is not allowed"));
4578 return (dgettext(TEXT_DOMAIN, "Specified property is invalid"));
4595 "Duplicate property value"));
5387 * The property is not set on the zone, so the pool
6379 * This function retrieves the property value of the zonecfg/default_template
6380 * SMF property from the svc:/system/zones:default service and copies that
6493 * "limitpriv" property.
6516 * set along with those of the "limitpriv" property.
6592 * "limitpriv" property in the zone's configuration.
6610 * Attempt to lookup the "limitpriv" property. If it does not
7726 /* Dataset alias is an optional property. */
9527 * specific error in case a property was suspect.
9555 * property was suspect.
9652 * If 'uri' property doesn't match and we've been asked for
9723 * If 'uri' or 'name' property doesn't match and we've
9780 * any property within to allow deletion.
9813 * resource, selecting via the DTD_ATTR_NAME property is the most reasonable
10117 * plus the 'name' zonecfg property.
10421 * calling func() for each property.