Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/
H A Dvalidate_registry.py113 def validate_schema(registry, schema): function
181 validate_schema(args.registry_file, schema)
/openbmc/libcper/include/libcper/
H A Djson-schema.h13 int validate_schema(json_object *schema, char *schema_directory,
/openbmc/phosphor-power/phosphor-regulators/tools/
H A Dvalidate-regulators-config.py344 def validate_schema(config, schema): function
423 config_json = validate_schema(args.configuration_file, args.schema_file)
/openbmc/libcper/
H A Djson-schema.c56 validate_schema(schema_ir, schema_dir, object, error_message); in validate_schema_from_file()
68 int validate_schema(json_object *schema, char *schema_directory, in validate_schema() function