Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dmypy.ini7 disallow_untyped_defs = False
8 disallow_incomplete_defs = False
9 check_untyped_defs = False
H A Dschema.py85 def check(self, schema): argument
108 def set_module(self, schema): argument
128 def visit_begin(self, schema): argument
267 def check(self, schema): argument
325 def check(self, schema): argument
371 def check(self, schema): argument
431 def check(self, schema): argument
535 def check(self, schema): argument
777 def check(self, schema): argument
820 def check(self, schema): argument
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/
H A Dvalidate_registry.py113 def validate_schema(registry, schema): argument
177 schema = args.schema_file variable
179 schema = None variable
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c132 static void qmp_schema_init(QmpSchema *schema) in qmp_schema_init()
158 static SchemaInfo *qmp_schema_lookup(QmpSchema *schema, const char *name) in qmp_schema_lookup()
163 static void qmp_schema_cleanup(QmpSchema *schema) in qmp_schema_cleanup()
184 static void add_query_tests(QmpSchema *schema) in add_query_tests()
346 QmpSchema schema; in main() local
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_v1.hpp89 for (std::string_view schema : schemas) in jsonSchemaIndexGet() local
102 const std::string& schema) in jsonSchemaGet()
H A Dmetadata.hpp71 std::filesystem::path schema("/usr/share/www/redfish/v1/schema"); in handleMetadataGet() local
/openbmc/qemu/monitor/
H A Dqmp-cmds-control.c182 static SchemaInfoList *zap_deprecated(SchemaInfoList *schema) in zap_deprecated()
208 SchemaInfoList *schema = NULL; in qmp_query_qmp_schema() local
/openbmc/openpower-hw-diags/util/
H A Ddata_file.cpp33 valijson::Schema schema; in validateJson() local
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp227 auto schema = nlohmann::json::parse(file); in initDataFiles() local
269 auto schema = schemaFiles.at(version); in initDataFiles() local
/openbmc/linux/include/net/
H A Dioam6.h21 struct ioam6_schema __rcu *schema; member
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c459 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms()
487 struct resctrl_schema *schema; in rdtgroup_schemata_show() local
H A Drdtgroup.c1370 struct resctrl_schema *schema; in rdtgroup_size_show() local
/openbmc/phosphor-power/phosphor-regulators/tools/
H A Dvalidate-regulators-config.py344 def validate_schema(config, schema): argument
/openbmc/qemu/stats/
H A Dstats-hmp-cmds.c77 StatsSchemaList *schema) in print_stats_results()
/openbmc/libbej/include/libbej/
H A Dbej_common.h113 uint8_t schema; member
/openbmc/entity-manager/src/
H A Dutils.cpp135 valijson::Schema schema; in validateJson() local
H A Dentity_manager.cpp538 nlohmann::json schema = nlohmann::json::parse(schemaFile, nullptr, in createAddObjectMethod() local
851 nlohmann::json schema = nlohmann::json::parse(schemaStream, nullptr, false, in loadConfigurations() local
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrlfs.c493 char controlgroup[1024], schema[1024], reason[64]; in write_schemata() local
/openbmc/qemu/gdbstub/
H A Dgdbstub.c828 static int cmd_parse_params(const char *data, const char *schema, in cmd_parse_params()
921 const char *schema; member
/openbmc/qemu/backends/
H A Dcryptodev.c54 StatsSchemaList **schema; member
/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py408 def __init__(self, def_path, schema=None): argument
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dvalidate-regulators-config_tests.cpp3303 std::string schema = " -s "; in TEST() local
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3683 StatsSchemaList **schema; member