/openbmc/openbmc/meta-arm/ci/ |
H A D | patchreview | 31 # If the Upstream-Status tag is malformed in some way (string for bad bit) 39 # Whether the Signed-off-by tag is malformed in some way 120 want_blame: display blame data for each malformed patch 159 print("Malformed Signed-off-by '%s' (%s)" % (r.malformed_sob, patch)) 171 print("Malformed Upstream-Status '%s' (%s)" % (r.malformed_upstream_status, patch)) 195 Patches with malformed Signed-off-by: %s 198 Patches with malformed Upstream-Status: %s 214 ("sob_malformed", "Patches with malformed Signed-off-by"), 216 ("status_malformed", "Patches with malformed Upstream-Status"), 248 args.add_argument("-b", "--blame", action="store_true", help="show blame for malformed patches") [all …]
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchreview.py | 31 # If the Upstream-Status tag is malformed in some way (string for bad bit) 39 # Whether the Signed-off-by tag is malformed in some way 111 want_blame: display blame data for each malformed patch 156 print("Malformed Signed-off-by '%s' (%s)" % (r.malformed_sob, patch)) 168 print("Malformed Upstream-Status '%s' (%s)" % (r.malformed_upstream_status, patch)) 188 Patches with malformed Signed-off-by: %s 191 Patches with malformed Upstream-Status: %s 241 args.add_argument("-b", "--blame", action="store_true", help="show blame for malformed patches") 271 row['malformed-upstream-status'] += 1 273 row['malformed-sob'] += 1
|
/openbmc/pldm/ |
H A D | .linter-ignore | 1 platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json 3 libpldmresponder/test/pdr_jsons/state_effecter/malformed/effecter_pdr.json 4 libpldmresponder/test/pdr_jsons/state_sensor/malformed/sensor_pdr.json
|
H A D | .eslintignore | 7 /platform-mc/test/host_effecter_jsons/malformed/* 9 /libpldmresponder/test/pdr_jsons/state_effecter/malformed/* 10 /libpldmresponder/test/pdr_jsons/state_sensor/malformed/*
|
/openbmc/phosphor-led-manager/ |
H A D | .linter-ignore | 1 # Ignore formatting purposefully malformed json. 2 test/config/led-group-config-malformed.json
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tc_edt.c | 69 /* drop malformed packets */ in handle_tcp() 86 /* drop malformed packets */ in handle_ipv4()
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_client.py | 108 malformed. 142 routed, but is otherwise malformed, this exception will be raised. 144 A reply message is malformed if it is missing either the 'return' or 149 :param msg: The malformed reply that was received. 580 # Error response was malformed. 582 "QMP error reply is malformed", reply, msg,
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | enum-attributes.c | 194 …quisites size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_enumeration_elements_from_package() 244 …r values size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_enumeration_elements_from_package() 290 pr_warn("Invalid element: %d found in Enumeration attribute or data may be malformed\n", elem); in hp_populate_enumeration_elements_from_package() 381 …Possible size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_enumeration_elements_from_buffer()
|
H A D | order-list-attributes.c | 204 …quisites size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_ordered_list_elements_from_package() 245 …der List size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_ordered_list_elements_from_package() 285 pr_warn("Invalid element: %d found in Ordered_List attribute or data may be malformed\n", elem); in hp_populate_ordered_list_elements_from_package() 369 …red List size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_ordered_list_elements_from_buffer()
|
H A D | passwdobj-attributes.c | 293 …quisites size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_password_elements_from_package() 340 …Encoding size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_password_elements_from_package() 375 pr_warn("Invalid element: %d found in Password attribute or data may be malformed\n", elem); in hp_populate_password_elements_from_package() 473 …Encoding size value exceeded the maximum number of elements supported or data may be malformed\n"); in hp_populate_password_elements_from_buffer()
|
/openbmc/linux/fs/verity/ |
H A D | signature.c | 71 * PKCS#7 is malformed, but that isn't very important to in fsverity_verify_signature() 102 fsverity_err(inode, "Malformed file signature"); in fsverity_verify_signature()
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 334 pr_err("Malformed CHAP_R\n"); in chap_server_compute_hash() 338 pr_err("Malformed CHAP_R: invalid HEX\n"); in chap_server_compute_hash() 345 pr_err("Malformed CHAP_R: invalid BASE64\n"); in chap_server_compute_hash() 470 pr_err("Malformed CHAP_C: invalid HEX\n"); in chap_server_compute_hash() 479 pr_err("Malformed CHAP_C: invalid BASE64\n"); in chap_server_compute_hash()
|
/openbmc/u-boot/scripts/ |
H A D | cleanpatch | 181 print STDERR "$name: $f: malformed patch\n"; 187 print STDERR "$name: $f: malformed patch\n"; 240 print STDERR "$name: $f: malformed patch\n";
|
/openbmc/linux/scripts/ |
H A D | cleanpatch | 183 print STDERR "$name: $f: malformed patch\n"; 189 print STDERR "$name: $f: malformed patch\n"; 242 print STDERR "$name: $f: malformed patch\n";
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-devices-aer_stats | 53 Malformed TLP 0 83 Malformed TLP 0
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_log_test.cpp | 116 std::string logEntry = "malformed"; in TEST() 170 std::string logEntryID = "malformed"; in TEST()
|
/openbmc/qemu/tests/qtest/ |
H A D | qmp-test.c | 126 /* Test malformed commands before handshake */ in test_qmp_protocol() 144 /* Test malformed commands */ in test_qmp_protocol() 273 /* Even malformed in-band command fails in-band */ in test_qmp_oob()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | Entry.interface.yaml | 26 The CSR was malformed.
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 496 …stion is invalid according to the implementation. An example is a firmware update malformed URI.", 503 …"Either the object is malformed or the URI is not correct. Correct the condition and resubmit the… 532 "Indicates that the request body was malformed JSON.", 533 … "The request body submitted was malformed JSON and could not be parsed by the receiving service.", 552 … "Indicates that a multipart request is missing a required part or contains malformed parts.", 553 "The multipart request contains malformed parts or is missing required parts.", 557 … "Add any missing required parts or correct the malformed parts and resubmit the request.", 1355 … encountered an unrecognizable request body that could not even be interpreted as malformed JSON.", 1356 "The service detected a malformed request body that it was unable to interpret.",
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | dev-path-parser.c | 125 * If a Device Path node is malformed or its corresponding device is not found, 144 * %ERR_PTR(-EINVAL) if a node is malformed or exceeds @len,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/ |
H A D | CVE-2021-42260.patch | 4 by two non-zero bytes. In case of malformed input (0xef should be
|
/openbmc/linux/Documentation/networking/ |
H A D | openvswitch.rst | 204 Handling malformed packets 207 Don't drop packets in the kernel for malformed protocol headers, bad 237 missing or malformed VLAN TCI.
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-wqe.h | 102 * - 1 = Malformed L4 134 * - 3 = IP Malformed Header: the packet is not long 136 * - 4 = IP Malformed: the packet is not long enough 365 * - 18 = L2 header malformed: the packet is not long
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | bootfiles.py | 29 raise ValueError('Malformed boot file entry: %s' % src_entry)
|
/openbmc/linux/fs/smb/client/ |
H A D | reparse.c | 486 cifs_dbg(VFS, "srv returned malformed nfs buffer\n"); in parse_reparse_posix() 495 cifs_dbg(VFS, "srv returned malformed nfs symlink buffer\n"); in parse_reparse_posix() 518 cifs_dbg(VFS, "srv returned malformed nfs buffer for type: 0x%llx\n", type); in parse_reparse_posix() 526 cifs_dbg(VFS, "srv returned malformed nfs buffer for type: 0x%llx\n", type); in parse_reparse_posix() 618 cifs_dbg(VFS, "srv returned malformed symlink buffer\n"); in parse_reparse_symlink()
|