Searched refs:schema (Results 1 – 7 of 7) sorted by relevance
/tools/net/ynl/ |
D | cli.py | 33 args.schema = '' 39 ynl = YnlFamily(args.spec, args.schema)
|
D | ethtool.py | 156 schema = '../../../Documentation/netlink/genetlink-legacy.yaml' 158 ynl = YnlFamily(spec, schema)
|
/tools/testing/selftests/resctrl/ |
D | resctrlfs.c | 441 char controlgroup[1024], schema[1024], reason[64]; in write_schemata() local 471 sprintf(schema, "%s%d%c%s", "L3:", resource_id, '=', schemata); in write_schemata() 474 sprintf(schema, "%s%d%c%s", "MB:", resource_id, '=', schemata); in write_schemata() 484 if (fprintf(fp, "%s\n", schema) < 0) { in write_schemata() 495 schema, ret ? " # " : "", in write_schemata()
|
/tools/testing/selftests/net/ |
D | ioam6.sh | 318 ip -netns ioam-node-alpha ioam schema add ${ALPHA[8]} "${ALPHA[9]}" 319 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]} 330 ip -netns ioam-node-beta ioam schema add ${BETA[8]} "${BETA[9]}" 331 ip -netns ioam-node-beta ioam namespace set 123 schema ${BETA[8]} 447 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]}
|
/tools/net/ynl/lib/ |
D | nlspec.py | 394 schema = yaml.safe_load(stream) 399 jsonschema.validate(self.yaml, schema)
|
D | ynl.py | 408 def __init__(self, def_path, schema=None): argument 409 super().__init__(def_path, schema)
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 3762 schema = "information_schema" 3765 schema = "public" 3766 …CT column_name FROM information_schema.columns WHERE table_schema = '" + schema + "' and table_nam…
|