Home
last modified time | relevance | path

Searched full:valid (Results 1 – 25 of 3885) sorted by relevance

12345678910>>...156

/openbmc/linux/drivers/accel/habanalabs/include/gaudi/
Dgaudi_async_ids_map_extended.h
/openbmc/qemu/tests/qemu-iotests/
H A D021.out5 -1 is not a valid pattern byte
8 -1 is not a valid pattern byte
11 -1 is not a valid pattern byte
14 -1 is not a valid pattern byte
17 -1 is not a valid pattern byte
20 -1 is not a valid pattern byte
23 300 is not a valid pattern byte
26 300 is not a valid pattern byte
29 300 is not a valid pattern byte
32 300 is not a valid pattern byte
[all …]
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_management.robot104 Valid Value session_service['@odata.id'] ['/redfish/v1/SessionService/']
105 Valid Value session_service['Description'] ['Session Service']
106 Valid Value session_service['Id'] ['SessionService']
107 Valid Value session_service['Name'] ['Session Service']
108 Valid Value session_service['ServiceEnabled'] [True]
109 Valid Value session_service['SessionTimeout'] [${Default_Timeout_Value}]
110 Valid Value session_service['Sessions']['@odata.id'] ['/redfish/v1/SessionService/Sessions']
121 Valid Value sessions['@odata.id'] ['/redfish/v1/SessionService/Sessions/']
122 Valid Value sessions['Description'] ['Session Collection']
123 Valid Value sessions['Name'] ['Session Collection']
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot31 Server Valid Certificate Valid Privatekey ok
32 Server Empty Certificate Valid Privatekey error
33 Server Valid Certificate Empty Privatekey error
43 Client Valid Certificate Valid Privatekey ok
44 Client Empty Certificate Valid Privatekey error
45 Client Valid Certificate Empty Privatekey error
55 CA Valid Certificate ok
65 Client Valid Certificate Valid Privatekey ok
66 Client Empty Certificate Valid Privatekey error
67 Client Valid Certificate Empty Privatekey error
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_attribs.c103 unsigned int valid = attr->ia_valid; in yaffs_set_attribs() local
105 if (valid & ATTR_MODE) in yaffs_set_attribs()
107 if (valid & ATTR_UID) in yaffs_set_attribs()
109 if (valid & ATTR_GID) in yaffs_set_attribs()
112 if (valid & ATTR_ATIME) in yaffs_set_attribs()
114 if (valid & ATTR_CTIME) in yaffs_set_attribs()
116 if (valid & ATTR_MTIME) in yaffs_set_attribs()
119 if (valid & ATTR_SIZE) in yaffs_set_attribs()
130 unsigned int valid = 0; in yaffs_get_attribs() local
133 valid |= ATTR_MODE; in yaffs_get_attribs()
[all …]
/openbmc/linux/tools/testing/selftests/damon/
Dsysfs.sh
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/
Dother.json
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
Dpipeline.json
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_asset_tag.robot18 Set Asset Tag With Valid String Length
19 [Documentation] Set asset tag with valid string length and verify.
43 [Documentation] Set valid asset tag via IPMI and verify using Redfish.
50 Valid Value asset_tag ['${random_string}']
53 Set Asset Tag With Valid String Length Via DCMI Command
54 [Documentation] Set asset tag with valid string length and verify.
57 ${cmd_resp}= Set Valid Asset Tag
60 ... Valid Value cmd_resp_list[1] valid_values=['${number_of_bytes_to_write}']
79 Set Valid Asset Tag With DCMI And Verify With Redfish
80 [Documentation] Set valid asset tag via IPMI and verify using Redfish.
[all …]
/openbmc/u-boot/drivers/input/
H A Dkey_matrix.c23 * @param valid Number of valid keypresses to check
27 int valid) in has_ghosting() argument
32 if (!config->ghost_filter || valid < 3) in has_ghosting()
35 for (i = 0; i < valid; i++) { in has_ghosting()
40 for (j = i + 1; j < valid; j++) { in has_ghosting()
58 int valid, upto; in key_matrix_decode() local
63 for (valid = upto = 0; upto < num_keys; upto++) { in key_matrix_decode()
66 debug(" valid=%d, row=%d, col=%d\n", key->valid, key->row, in key_matrix_decode()
68 if (!key->valid) in key_matrix_decode()
75 if (valid < max_keycodes) in key_matrix_decode()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/
Dother.json
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sol.robot60 Set Valid SOL Privilege Level
61 [Documentation] Verify valid SOL's privilege level via IPMI.
169 Set Valid SOL Retry Count
170 [Documentation] Verify valid SOL's retry count via IPMI.
174 # Setting name Min valid value Max valid value
178 Set Valid SOL Retry Interval
179 [Documentation] Verify valid SOL's retry interval via IPMI.
183 # Setting name Min valid value Max valid valu
[all...]
H A Dtest_ipmi_network_configuration.robot48 Valid Value lan_print_output['IP Address'] ["${STATIC_IP}"]
49 Valid Value lan_print_output['Subnet Mask'] ["${NETMASK}"]
50 Valid Value lan_print_output['Default Gateway IP'] ["${GATEWAY}"]
86 Valid Value lan_config['802.1q VLAN ID'] ['Disabled']
99 Valid Value lan_config['802.1q VLAN ID'] ['${vlan_id_for_ipmi}']
100 Valid Value lan_config['IP Address'] ["${STATIC_IP}"]
111 Valid Value lan_config['802.1q VLAN ID'] ['${vlan_id_for_ipmi}']
121 Valid Value lan_config['802.1q VLAN ID'] ['${vlan_id_for_ipmi}']
122 Valid Value lan_config['IP Address'] ['${ip_address}']
123 Valid Value lan_config['Subnet Mask'] ['${subnet_mask}']
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_kernel.c
/openbmc/hiomapd/vpnor/
H A DREADME.md28 1. The FFS ToC defines the set of valid access ranges in terms of partitions
31 4. Read access to valid ranges must be granted
32 5. Write access to valid ranges may be granted
33 6. Access ranges that are valid may map into a backing file associated with the
35 7. A read of a valid access range that maps into the backing file will render
37 8. A read of a valid access range that does not map into the backing file will
40 10. A write to a valid access range that maps into the backing file will update
42 11. A write to a valid access range that does not map into the backing file will
44 12. A write to a valid access range may fail if the range is not marked as
/openbmc/linux/drivers/comedi/drivers/
Dni_routes.h
/openbmc/linux/tools/testing/selftests/sync/
Dsync_alloc.c
Dsync_merge.c
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/
H A DDevice.interface.yaml23 "The type of history. Valid types are rate or charge."
58 "The mode for the statistics. Valid types are charging or
136 property is only valid if the property type has the value
143 source. This property is only valid if the property type has the
150 considered to be empty. This property is only valid if the property
157 considered full. This property is only valid if the property type
164 hold when it's considered full. This property is only valid if the
172 charged. This property is only valid if the property type has the
189 to 0 if unknown. This property is only valid if the property type
196 to 0 if unknown. This property is only valid if the property type
[all …]
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex132 …Whether the "platformID" field in the header structure (\ref{section:headerstructure}) is valid. \\
134 … Whether the "timestamp" field in the header structure (\ref{section:headerstructure}) is valid. \\
136 …Whether the "partitionID" field in the header structure (\ref{section:headerstructure}) is valid.\\
172 ….fruIDValid & boolean & Whether the "fruID" field on this section descriptor contains valid data.\\
173 …ngValid & boolean & Whether the "fruString" field on this section descriptor contains valid data.\\
296 …eld of the Generic Processor Error section (\ref{section:genericprocessorerrorsection}) is valid.\\
298 …eld of the Generic Processor Error section (\ref{section:genericprocessorerrorsection}) is valid.\\
300 …eld of the Generic Processor Error section (\ref{section:genericprocessorerrorsection}) is valid.\\
302 …eld of the Generic Processor Error section (\ref{section:genericprocessorerrorsection}) is valid.\\
304 …eld of the Generic Processor Error section (\ref{section:genericprocessorerrorsection}) is valid.\\
[all …]
/openbmc/phosphor-mboxd/vpnor/
H A DREADME.md32 1. The FFS ToC defines the set of valid access ranges in terms of partitions
35 4. Read access to valid ranges must be granted
36 5. Write access to valid ranges may be granted
37 6. Access ranges that are valid may map into a backing file associated with
39 7. A read of a valid access range that maps into the backing file will render
41 8. A read of a valid access range that does not map into the backing file will
44 10. A write to a valid access range that maps into the backing file will update
46 11. A write to a valid access range that does not map into the backing file
48 12. A write to a valid access range may fail if the range is not marked as
/openbmc/openbmc-test-automation/lib/
H A Dstate_map.py6 - Defines Valid states of the system
44 "Off": { # Valid states when Host is Off.
54 "Reboot": { # Valid states when BMC reset to standby.
64 "Running": { # Valid states when Host is powering on.
74 "Booted": { # Valid state when Host is booted.
84 "ResetReload": { # Valid state BMC reset reload when host is booted.
96 "Off": { # Valid states when Host is Off.
105 "Reboot": { # Valid states when BMC reset to standby.
114 "Running": { # Valid states when Host is powering on.
123 "Booted": { # Valid state when Host is booted.
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/
Dother.json
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_verify.cpp146 bool valid; in verify() local
163 valid = checkAndVerifyImage(imageDirPath, publicKeyFile, in verify()
165 if (bmcFilesFound && !valid) in verify()
170 if (!valid) in verify()
175 valid = checkAndVerifyImage(imageDirPath, publicKeyFile, in verify()
177 if (bmcFilesFound && !valid) in verify()
225 // Either BMC images or optional images shall be valid in verify()
226 assert(valid || optionalImagesValid); in verify()
262 auto valid = false; in systemLevelVerify() local
278 valid = verifyFile(manifestFile, manifestFileSig, in systemLevelVerify()
[all …]
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
Dglobal1_vtu.c

12345678910>>...156