| /freebsd-14.2/sys/dev/pci/ |
| H A D | pci_iov_schema.c | 161 pci_iov_schema_add_bool(nvlist_t *schema, const char *name, uint32_t flags, in pci_iov_schema_add_bool() 201 pci_iov_schema_int(nvlist_t *schema, const char *name, const char *type, in pci_iov_schema_int() 221 pci_iov_schema_add_uint8(nvlist_t *schema, const char *name, uint32_t flags, in pci_iov_schema_add_uint8() 253 pci_iov_schema_add_unicast_mac(nvlist_t *schema, const char *name, in pci_iov_schema_add_unicast_mac() 273 pci_iov_schema_add_vlan(nvlist_t *schema, const char *name, in pci_iov_schema_add_vlan() 466 pci_iov_validate_param_schema(const nvlist_t *schema) in pci_iov_validate_param_schema() 573 pci_iov_validate_device_schema(const nvlist_t *schema, const char *name) in pci_iov_validate_device_schema() 617 pci_iov_validate_schema(const nvlist_t *schema) in pci_iov_validate_schema() 708 pci_iov_schema_validate_device(const nvlist_t *schema, nvlist_t *config, in pci_iov_schema_validate_device() 768 pci_iov_schema_validate_vfs(const nvlist_t *schema, nvlist_t *config, in pci_iov_schema_validate_vfs() [all …]
|
| /freebsd-14.2/contrib/libucl/tests/schema/ |
| H A D | refRemote.json | 4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/integer.json"}, object 20 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/integer"}, object 36 "schema": { object
|
| H A D | additionalItems.json | 4 "schema": { object 23 "schema": { object 37 "schema": { object 56 "schema": {"additionalItems": false}, object 73 "schema": {"items": [{"type": "integer"}]}, object
|
| H A D | multipleOf.json | 4 "schema": {"multipleOf": 2}, object 25 "schema": {"multipleOf": 1.5}, object 46 "schema": {"multipleOf": 0.0001}, object
|
| H A D | not.json | 4 "schema": { object 22 "schema": { object 45 "schema": { object 75 "schema": { object
|
| H A D | definitions.json | 4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"}, object 19 "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"}, object
|
| H A D | ref.json | 4 "schema": { object 35 "schema": { object 56 "schema": { object 77 "schema": { object 107 "schema": { object 130 "schema": {"$ref": "http://highsecure.ru/ucl-schema/schema#"}, object
|
| H A D | required.json | 4 "schema": { object 26 "schema": { object
|
| H A D | maximum.json | 4 "schema": {"maximum": 3.0}, object 25 "schema": { object
|
| H A D | minimum.json | 4 "schema": {"minimum": 1.1}, object 25 "schema": { object
|
| H A D | enum.json | 4 "schema": {"enum": [1, 2, 3]}, object 20 "schema": {"enum": [6, "foo", [], true, {"foo": 12}]}, object 41 "schema": { object
|
| H A D | additionalProperties.json | 5 "schema": { object 36 "schema": { object 60 "schema": {"properties": {"foo": {}, "bar": {}}}, object
|
| H A D | type.json | 4 "schema": {"type": "integer"}, object 45 "schema": {"type": "number"}, object 86 "schema": {"type": "string"}, object 127 "schema": {"type": "object"}, object 168 "schema": {"type": "array"}, object 209 "schema": {"type": "boolean"}, object 250 "schema": {"type": "null"}, object 291 "schema": {"type": ["integer", "string"]}, object
|
| H A D | items.json | 4 "schema": { object 27 "schema": { object
|
| H A D | anyOf.json | 4 "schema": { object 39 "schema": { object
|
| H A D | oneOf.json | 4 "schema": { object 39 "schema": { object
|
| H A D | allOf.json | 4 "schema": { object 45 "schema": { object 93 "schema": { object
|
| H A D | patternProperties.json | 5 "schema": { object 45 "schema": { object 86 "schema": { object
|
| H A D | pattern.json | 4 "schema": {"pattern": "^a*$"}, object
|
| H A D | dependencies.json | 4 "schema": { object 37 "schema": { object 75 "schema": { object
|
| /freebsd-14.2/contrib/libucl/src/ |
| H A D | ucl_schema.c | 149 ucl_schema_validate_object (const ucl_object_t *schema, in ucl_schema_validate_object() 304 ucl_schema_validate_number (const ucl_object_t *schema, in ucl_schema_validate_number() 370 ucl_schema_validate_string (const ucl_object_t *schema, in ucl_schema_validate_string() 484 ucl_schema_validate_array (const ucl_object_t *schema, in ucl_schema_validate_array() 883 ucl_schema_validate_values (const ucl_object_t *schema, const ucl_object_t *obj, in ucl_schema_validate_values() 929 ucl_schema_validate (const ucl_object_t *schema, in ucl_schema_validate() 1068 ucl_object_validate (const ucl_object_t *schema, in ucl_object_validate() 1075 ucl_object_validate_root (const ucl_object_t *schema, in ucl_object_validate_root() 1084 ucl_object_validate_root_ext (const ucl_object_t *schema, in ucl_object_validate_root_ext()
|
| /freebsd-14.2/usr.sbin/iovctl/ |
| H A D | validate.c | 168 const nvlist_t *subsystem, *schema, *config; in validate_subsystem() local 194 validate_device(const nvlist_t *device, const nvlist_t *schema, in validate_device() 223 validate_config(nvlist_t *config, const nvlist_t *schema, const regex_t *vf_pat) in validate_config()
|
| H A D | iovctl.c | 57 nvlist_t *schema; in get_schema() local 276 nvlist_t *schema, *config; in config_action() local 386 nvlist_t *schema; in print_schema() local
|
| H A D | parse.c | 193 const nvlist_t *schema) in add_config() 226 const char *subsystem, const nvlist_t *schema) in parse_device_config() 279 parse_config_file(const char *filename, const nvlist_t *schema) in parse_config_file()
|
| /freebsd-14.2/contrib/libucl/tests/ |
| H A D | test_schema.c | 65 perform_test (const ucl_object_t *schema, const ucl_object_t *obj, in perform_test() 99 const ucl_object_t *schema, *tests, *description, *test; in perform_tests() local
|