/openbmc/openbmc-test-automation/lib/ |
H A D | gen_valid.py | 165 var_value The value being validated. 212 var_value The value being validated. 285 var_value The value being validated. 327 var_value The value being validated. 363 var_value The value being validated. 397 var_value The value being validated. 420 var_value The value being validated. 437 var_value The value being validated. 454 var_value The value being validated. 482 var_value The value being validated. [all …]
|
H A D | valid.tcl | 14 # var_name The name of the variable whose value is to be validated. 94 …# var_name The name of the variable whose value is to be validated. This v… 187 # var_name The name of the variable whose value is to be validated. 210 # var_name The name of the variable whose value is to be validated. 239 # var_name The name of the variable whose value is to be validated. 303 # var_name The name of the variable whose value is to be validated. 331 …here is no os_password program parm defined, then the pw_file_path must exist and will be validated
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_validate.c | 40 * user-submitted CL and writing the validated copy out to the memory 52 void *validated, \ 297 *(uint32_t *)(validated + 5) = ib->dma_addr + offset; in validate_indexed_prim_list() 347 *(uint32_t *)validated = (exec->shader_rec_p + in validate_gl_shader_state() 413 *(uint8_t *)(validated + 14) = in validate_tile_binning_config() 423 *(uint32_t *)(validated + 0) = exec->tile_alloc_offset; in validate_tile_binning_config() 425 *(uint32_t *)(validated + 4) = (bin_addr + vc4->bin_alloc_size - in validate_tile_binning_config() 428 *(uint32_t *)(validated + 8) = bin_addr; in validate_tile_binning_config() 446 int (*func)(struct vc4_exec_info *exec, void *validated, 489 void *validated, in vc4_validate_bin_cl() argument [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.esbc_validate | 18 $hdr_addr Address of header of the image to be validated. 39 of images. A set of public keys is being signed and validated by ISBC
|
/openbmc/libcper/ |
H A D | json-schema.c | 118 "Successfully validated the provided object against schema."); in validate_schema() 202 int validated = 0; in validate_field() local 217 validated = validate_field(field_name, one_of_option, in validate_field() 219 if (validated == -1) { in validate_field() 222 if (validated) { in validate_field() 228 if (!validated) { in validate_field()
|
/openbmc/phosphor-certificate-manager/ |
H A D | x509_utils.hpp | 39 * @param[in] cert Reference to certificate to be validated 47 * @param[in] cert Reference to certificate to be validated
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_link.h | 80 * already been validated. 109 * already been validated.
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | tbinstal.c | 94 * "INSTALLED" but not "VALIDATED". 188 * PARAMETERS: old_table_desc - Validated table descriptor to be 197 * that is "VALIDATED". 259 * "VALIDATED". in acpi_tb_override_table()
|
H A D | nspredef.c | 27 * There are several areas that are validated: 30 * ASL is validated against the ACPI specification. 31 * 2) The type of the return object (if any) is validated against the ACPI 34 * validated, as well as the type of each package element. Nested
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_cs.c | 192 radeon_cs_buckets_get_list(&buckets, &p->validated); in radeon_cs_parser_relocs() 196 &p->validated); in radeon_cs_parser_relocs() 200 r = radeon_bo_list_validate(p->rdev, &p->ticket, &p->validated, p->ring); in radeon_cs_parser_relocs() 256 list_for_each_entry(reloc, &p->validated, tv.head) { in radeon_cs_sync_rings() 278 INIT_LIST_HEAD(&p->validated); in radeon_cs_parser_init() 435 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in radeon_cs_parser_fini() 438 &parser->validated, in radeon_cs_parser_fini() 442 &parser->validated); in radeon_cs_parser_fini()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | serial_port.c | 162 * - reg-offset (value may be validated) 163 * - reg-io-width (defaults may apply or value may be validated) 191 * the following values will be validated:
|
/openbmc/phosphor-logging/ |
H A D | logging_test.cpp | 33 bool validated = false; in validate_journal() local 54 validated = true; in validate_journal() 61 rc = (validated) ? 0 : 1; in validate_journal()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/ |
H A D | test.pl-adjust-for-ptest.patch | 48 -print "Enter a username to be validated: "; chomp ($user = <STDIN>); 52 +print "The username to be validated: $user\n";
|
/openbmc/qemu/include/io/ |
H A D | channel-tls.h | 66 * then be validated against the ACL. 95 * and will be validated against the server's credentials
|
/openbmc/openbmc/poky/meta/conf/machine/include/sh/ |
H A D | README | 6 Experimental -- SH tunings have not been validated.
|
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.c | 194 /* Size is validated in validate_sve_context() */ in validate_reserved() 201 /* Size is validated in validate_za_context() */ in validate_reserved() 208 /* Size is validated in validate_za_context() */ in validate_reserved()
|
/openbmc/qemu/docs/devel/ |
H A D | secure-coding-practices.rst | 46 accesses and data read from guest memory must be validated. A typical example 62 unit = &mydev->unit[val]; <-- this input wasn't validated!
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | utils.hpp | 12 * @param[in] URI - URI which needs to be validated.
|
/openbmc/hiomapd/Documentation/ |
H A D | mboxd.md | 144 The command is validated and then the appropriate handler called. The response 153 The command is validated and then the appropriate handler called. The response
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_device_id.robot | 5 ... Response data validated for each and every byte, 8 ... Following data validated in response bytes :
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mboxd.md | 145 The command is validated and then the appropriate handler called. The response 154 The command is validated and then the appropriate handler called. The response
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_net.py | 134 CRC32 are validated. 175 CRC32 are validated.
|
/openbmc/webui-vue/docs/guide/unit-testing/ |
H A D | readme.md | 106 1. Add a snapshot test once the presentational layer is validated through manual 119 presentational layer is complete and validated.
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | writing-schema.rst | 142 The DT schema binding documents must be validated using the meta-schema (the 144 binding schema. All of the DT binding documents can be validated using the
|
/openbmc/qemu/util/ |
H A D | block-helpers.c | 17 * @name: The name of the property being validated
|