Home
last modified time | relevance | path

Searched full:validate (Results 1 – 25 of 2246) sorted by relevance

12345678910>>...90

/openbmc/openbmc-test-automation/xcat/
H A Dtest_xcat_group.robot10 Suite Setup Validate XCAT Setup
28 Validate Added Node ${bmc}
32 Power On Via XCAT And Validate
33 [Documentation] Power on via XCAT and validate.
36 # Power on each BMC node and validate the power status.
39 Validate Power Status Via XCAT ${bmc} ${poweron_flag}
43 Power Off Via XCAT And Validate
44 [Documentation] Power off via XCAT and validate.
47 # Power off each BMC node and validate the power status.
50 Validate Power Status Via XCAT ${bmc} ${poweroff_flag}
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A D30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch41 VALIDATE(!value->kind().hasExtraBits(), ("At ", *value));
42 VALIDATE(value->numChildren() == 1, ("At ", *value));
43 - VALIDATE(value->type() == toB3Type(Wasm::simdScalarType(value->asSIMDValue()->simd…
44 + VALIDATE(value->type() == simdScalarTypeToB3Type(value->asSIMDValue()->simdLane())…
45 VALIDATE(value->child(0)->type() == V128, ("At ", *value));
49 VALIDATE(value->numChildren() == 2, ("At ", *value));
50 VALIDATE(value->type() == V128, ("At ", *value));
51 VALIDATE(value->child(0)->type() == V128, ("At ", *value));
52 - VALIDATE(value->child(1)->type() == toB3Type(Wasm::simdScalarType(value->asSIMDVal…
53 + VALIDATE(value->child(1)->type() == simdScalarTypeToB3Type(value->asSIMDValue()->s…
[all …]
/openbmc/linux/net/devlink/
H A Dnetlink.c261 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
283 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
290 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
314 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
320 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
327 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
334 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
340 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
346 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
352 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
[all …]
H A Dnetlink_gen.c214 .validate = GENL_DONT_VALIDATE_STRICT,
224 .validate = GENL_DONT_VALIDATE_DUMP,
230 .validate = GENL_DONT_VALIDATE_STRICT,
247 .validate = GENL_DONT_VALIDATE_STRICT,
264 .validate = GENL_DONT_VALIDATE_STRICT,
281 .validate = GENL_DONT_VALIDATE_STRICT,
298 .validate = GENL_DONT_VALIDATE_STRICT,
315 .validate = GENL_DONT_VALIDATE_STRICT,
332 .validate = GENL_DONT_VALIDATE_STRICT,
349 .validate = GENL_DONT_VALIDATE_STRICT,
[all …]
/openbmc/linux/net/tipc/
H A Dnetlink.c154 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
159 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
164 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
170 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
175 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
180 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
187 .validate = GENL_DONT_VALIDATE_STRICT |
193 .validate = GENL_DONT_VALIDATE_STRICT,
199 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
204 .validate = GENL_DONT_VALIDATE_STRICT | GENL_DONT_VALIDATE_DUMP,
[all …]
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_rename.c14 static void validate(void) in validate() function
111 .validate = validate,
121 .validate = validate,
131 .validate = validate,
141 .validate = validate,
151 .validate = validate,
161 .validate = validate,
H A Dbench_bloom_filter_map.c108 static void validate(void) in validate() function
427 .validate = validate,
438 .validate = validate,
449 .validate = validate,
460 .validate = validate,
471 .validate = validate,
H A Dbench_trigger.c201 .validate = trigger_validate,
210 .validate = trigger_validate,
220 .validate = trigger_validate,
230 .validate = trigger_validate,
240 .validate = trigger_validate,
250 .validate = trigger_validate,
260 .validate = trigger_validate,
/openbmc/openbmc-test-automation/extended/
H A Dtest_bios_update.robot35 Validate Parameters
44 Run Keyword If '${PREV_TEST_STATUS}' == 'PASS' Validate Power On
63 Validate Power On
64 [Documentation] Power the host on, and validate that the system booted.
65 [Teardown] Validate Power On Teardown
72 Validate Power On Teardown
73 [Documentation] Teardown after Validate Power On.
86 Validate Parameters
87 [Documentation] Validate parameter and file existence.
/openbmc/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c221 #define validate(v) _validate(__LINE__, v, #v) macro
283 validate(get_cs_cookie(0) == 0); in main()
290 validate(get_cs_cookie(0) != 0); in main()
296 validate(get_cs_cookie(0) == get_cs_cookie(pid)); in main()
297 validate(get_cs_cookie(0) == get_cs_cookie(procs[pidx].thr_tids[0])); in main()
304 validate(get_cs_cookie(0) != get_cs_cookie(pid)); in main()
305 validate(get_cs_cookie(pid) != 0); in main()
306 validate(get_cs_cookie(pid) == get_cs_cookie(procs[pidx].thr_tids[0])); in main()
314 validate(get_cs_cookie(0) == get_cs_cookie(pid)); in main()
315 validate(get_cs_cookie(pid) != 0); in main()
[all …]
/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp68 // Validate a single sensor. in TEST()
69 // Validate on->off->on. in TEST()
98 // Validate two sensors. in TEST()
99 // Validate both sensors on->off->on in TEST()
144 // Validate two sensors. in TEST()
145 // Validate first sensor on->off. in TEST()
183 // Validate two sensors. in TEST()
184 // Validate first in bad state. in TEST()
216 // Validate two sensors. in TEST()
217 // Validate both in bad state. in TEST()
/openbmc/linux/lib/
H A Dnlattr.c62 unsigned int validate,
92 unsigned int validate, unsigned int depth) in nla_validate_array() argument
110 maxtype, policy, validate, extack, in nla_validate_array()
172 unsigned int validate) in nla_validate_range_unsigned() argument
212 if (validate & NL_VALIDATE_STRICT_ATTRS) { in nla_validate_range_unsigned()
218 /* this assumes min <= max (don't validate against min) */ in nla_validate_range_unsigned()
320 unsigned int validate) in nla_validate_int_range() argument
331 return nla_validate_range_unsigned(pt, nla, extack, validate); in nla_validate_int_range()
381 const struct nla_policy *policy, unsigned int validate, in validate_nla() argument
390 validate |= NL_VALIDATE_STRICT; in validate_nla()
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Ddevlink.yaml258 dont-validate:
285 dont-validate:
313 dont-validate:
339 dont-validate:
366 dont-validate:
394 dont-validate:
423 dont-validate:
449 dont-validate:
476 dont-validate:
503 dont-validate:
[all …]
/openbmc/linux/fs/ocfs2/
H A Dbuffer_head_io.h22 * If not NULL, validate() will be called on a buffer that is freshly
24 * Note that if validate() is being used for this buffer, it needs to
30 int (*validate)(struct super_block *sb,
41 int (*validate)(struct super_block *sb, in ocfs2_read_block()
52 status = ocfs2_read_blocks(ci, off, 1, bh, 0, validate); in ocfs2_read_block()
/openbmc/qemu/scripts/qapi/
H A Dexpr.py17 Normalize and validate (context-free) QAPI schema expression structures.
227 :param expr: The expression to validate.
253 Validate the ``if`` member of an object.
257 :param expr: The expression containing the ``if`` member to validate.
361 Normalize and validate an optional implicit struct type.
413 Normalize and validate the ``features`` member.
422 :param features: The features member value to validate.
446 Normalize and validate this expression as an ``enum`` definition.
448 :param expr: The expression to validate.
485 Normalize and validate this expression as a ``struct`` definition.
[all …]
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools/
H A D0001-connect-has-a-different-signature-on-musl.patch15 validate/plugins/fault_injection/socket_interposer.c | 7 ++++++-
18 diff --git a/validate/plugins/fault_injection/socket_interposer.c b/validate/plugins/fault_injectio…
20 --- a/validate/plugins/fault_injection/socket_interposer.c
21 +++ b/validate/plugins/fault_injection/socket_interposer.c
/openbmc/openbmc/poky/meta/recipes-kernel/dtc/
H A Dpython3-dtschema-wrapper_2021.10.bb6 SRC_URI = "file://dt-doc-validate \
8 file://dt-validate"
15 install -m 755 ${UNPACKDIR}/dt-doc-validate ${D}${bindir}/
17 install -m 755 ${UNPACKDIR}/dt-validate ${D}${bindir}/
/openbmc/libcper/
H A Djson-schema.c36 …le JSON object against a provided schema file, returning 1 on success and 0 on failure to validate.
65 … single JSON object against a provided schema, returning 1 on success and 0 on failure to validate.
153 //Validate field with schema. in validate_field()
194 //If the schema contains a "oneOf" array, we need to validate the field against each of the in validate_field()
216 //Validate field with schema. in validate_field()
237 //Switch and validate each type in turn. in validate_field()
266 //Validate minimum. in validate_integer()
274 "Failed to validate integer field '%s'. Value was below minimum of %d.", in validate_integer()
280 //Validate maximum. in validate_integer()
288 "Failed to validate integer field '%s'. Value was above maximum of %d.", in validate_integer()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/gst-editing-services/
H A Dgst-editing-services_1.22.7.bb23 PACKAGES += "gst-validate-launcher libges"
25 FILES:gst-validate-launcher = "${nonarch_libdir}/gst-validate-launcher ${datadir}/gstreamer-1.0/val…
/openbmc/linux/tools/objtool/
H A Dbuiltin-check.c71 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"),
73 OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"),
75 OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"),
76 OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"),
77 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"),
79 OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"),
80 OPT_BOOLEAN('s', "stackval", &opts.stackval, "validate frame pointer rules"),
82 OPT_BOOLEAN('u', "uaccess", &opts.uaccess, "validate uaccess rules for SMAP"),
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_mac.robot41 Validate MAC On BMC ${valid_mac}
75 Validate MAC On BMC ${valid_mac}
79 Validate MAC On BMC ${valid_mac}
139 Validate MAC On BMC ${initial_mac_address}
140 Validate MAC On Fw_Env ${initial_mac_address}
157 Validate MAC On BMC ${initial_mac_address}
188 ... Validate MAC On BMC ${mac_address}
208 ... Validate MAC On FW_Env ${mac_address}
/openbmc/linux/drivers/comedi/drivers/tests/
H A Dni_routes_test.c316 "validate first destination\n"); in test_ni_route_to_register()
318 "validate middle destination\n"); in test_ni_route_to_register()
320 "validate last destination\n"); in test_ni_route_to_register()
324 "validate indirect route through rgout0 to TRIGGER_LINE(0)\n"); in test_ni_route_to_register()
326 "validate indirect route through rgout0 to TRIGGER_LINE(1)\n"); in test_ni_route_to_register()
328 "validate indirect route through rgout0 to TRIGGER_LINE(2)\n"); in test_ni_route_to_register()
330 "validate indirect route through rgout0 to TRIGGER_LINE(3)\n"); in test_ni_route_to_register()
334 "validate indirect route through brd0 to TRIGGER_LINE(4)\n"); in test_ni_route_to_register()
337 "validate indirect route through brd0 to TRIGGER_LINE(4)\n"); in test_ni_route_to_register()
340 "validate indirect route through brd1 to TRIGGER_LINE(3)\n"); in test_ni_route_to_register()
[all …]
/openbmc/bmcweb/test/http/
H A Drouter_test.cpp40 router.validate(); in TEST()
46 router.validate(); in TEST()
55 router.validate(); in TEST()
82 router.validate(); in TEST()
117 router.validate();
150 router.validate();
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Delog.hpp131 // Validate if the exception is derived from sdbusplus::exception. in commit()
151 // Validate if the exception is derived from sdbusplus::exception. in commit()
170 // Validate if the exception is derived from sdbusplus::exception. in elog()
177 // Validate the caller passed in the required parameters in elog()
201 // validate if the exception is derived from sdbusplus::exception. in report()
208 // Validate the caller passed in the required parameters in report()
233 // validate if the exception is derived from sdbusplus::exception. in report()
240 // Validate the caller passed in the required parameters in report()
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_bios_attributes.robot134 Validate Set BIOS Attributes With Optional Values ${i} @{attr_val_list}
158 Validate Set BIOS Attributes With Optional Values ${i} @{attr_val_list}
180 Validate Set BIOS Attributes With Optional Values ${i} @{attr_val_list}
189 Validate Set All BIOS Attributes Values ${bios_default_data}
208 ... Validate Set All BIOS Attributes Values ${bios_original_data}
211 Validate Set BIOS Attributes With Optional Values
235 Validate Set All BIOS Attributes Values
236 [Documentation] Validate Set BIOS Attributes Values.

12345678910>>...90