Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 7 of 7) sorted by relevance

/tools/net/ynl/
Dcli.py33 args.schema = ''
39 ynl = YnlFamily(args.spec, args.schema)
Dethtool.py156 schema = '../../../Documentation/netlink/genetlink-legacy.yaml'
158 ynl = YnlFamily(spec, schema)
/tools/testing/selftests/resctrl/
Dresctrlfs.c441 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/
Dioam6.sh318 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/
Dnlspec.py394 schema = yaml.safe_load(stream)
399 jsonschema.validate(self.yaml, schema)
Dynl.py408 def __init__(self, def_path, schema=None): argument
409 super().__init__(def_path, schema)
/tools/perf/scripts/python/
Dexported-sql-viewer.py3762 schema = "information_schema"
3765 schema = "public"
3766 …CT column_name FROM information_schema.columns WHERE table_schema = '" + schema + "' and table_nam…