Searched refs:FAIL (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | checks.c | 92 #define FAIL(c, dti, ...) \ macro 159 FAIL(c, dti, "always_fail check"); in check_always_fail() 174 FAIL(c, dti, "\"%s\" property in %s is not a string", in check_is_string() 193 FAIL(c, dti, "\"%s\" property in %s is not a single cell", in check_is_cell() 215 FAIL(c, dti, "Duplicate node name %s", in check_duplicate_node_names() 230 FAIL(c, dti, "Duplicate property name %s in %s", in check_duplicate_property_names() 249 FAIL(c, dti, "Bad character '%c' in node %s", in check_node_name_chars() 260 FAIL(c, dti, "Character '%c' not recommended in node %s", in check_node_name_chars_strict() 269 FAIL(c, dti, "Node %s has multiple '@' characters in name", in check_node_name_format() 288 FAIL(c, dti, "Node %s has a reg or ranges property, but no unit name", in check_unit_address_vs_reg() [all …]
|
| /rk3399_rockchip-uboot/test/fs/ |
| H A D | fs-test.sh | 397 echo FAIL - "$1" 398 FAIL=$((FAIL + 1)) 439 FAIL=0 531 TOTAL_FAIL=$((TOTAL_FAIL + FAIL)) 533 echo "Summary: PASS: $PASS FAIL: $FAIL" 581 TOTAL_FAIL=$((TOTAL_FAIL + FAIL)) 583 echo "Summary: PASS: $PASS FAIL: $FAIL"
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.android-fastboot-protocol | 27 The first four bytes of the response are "OKAY", "FAIL", "DATA", 35 b. FAIL -> the requested command failed. The remaining 60 bytes 53 The first four bytes of the response are "OKAY", "FAIL", or "INFO". 58 b. FAIL -> display the remaining 60 bytes (if present) as a failure 115 space in RAM or "FAIL" if not. The size of
|
| H A D | README.fdt-control | 82 * FAIL: 0
|