| /openbmc/qemu/tests/qapi-schema/ |
| H A D | meson.build | 27 'args-bad-boxed.json', 34 'args-member-array-bad.json', 39 'bad-base.json', 40 'bad-data.json', 41 'bad-ident.json', 42 'bad-if.json', 43 'bad-if-all.json', 44 'bad-if-empty.json', 45 'bad-if-empty-list.json', 46 'bad-if-key.json', [all …]
|
| H A D | bad-ident.err | 1 bad-ident.json: In struct '*oops': 2 bad-ident.json:2: struct has an invalid name
|
| H A D | enum-bad-prefix.err | 1 enum-bad-prefix.json: In enum 'MyEnum': 2 enum-bad-prefix.json:2: 'prefix' must be a string
|
| H A D | doc-bad-symbol.err | 1 doc-bad-symbol.json: In command 'foo': 2 doc-bad-symbol.json:6: documentation comment is for 'food'
|
| H A D | union-bad-discriminator.err | 1 union-bad-discriminator.json: In union 'TestUnion': 2 union-bad-discriminator.json:11: 'discriminator' requires a string name
|
| H A D | features-bad-type.err | 1 features-bad-type.json: In struct 'FeatureStruct0': 2 features-bad-type.json:1: 'features' member requires a string name
|
| H A D | bad-data.err | 1 bad-data.json: In command 'oops': 2 bad-data.json:2: 'data' should be an object or type name
|
| H A D | enum-bad-member.err | 1 enum-bad-member.json: In enum 'MyEnum': 2 enum-bad-member.json:2: 'data' member requires a string name
|
| H A D | bad-if-keys.err | 1 bad-if-keys.json: In struct 'TestIfStruct': 2 bad-if-keys.json:2: 'if' condition of struct has conflicting keys
|
| H A D | args-bad-boxed.err | 1 args-bad-boxed.json: In command 'foo': 2 args-bad-boxed.json:2: flag 'boxed' may only use true value
|
| H A D | bad-if-all.err | 1 bad-if-all.json: In struct 'TestIfStruct': 2 bad-if-all.json:2: 'all' condition of struct must be an array
|
| H A D | bad-if-empty-list.err | 1 bad-if-empty-list.json: In struct 'TestIfStruct': 2 bad-if-empty-list.json:2: 'if' condition [] of struct is useless
|
| H A D | features-name-bad-type.err | 1 features-name-bad-type.json: In struct 'FeatureStruct0': 2 features-name-bad-type.json:1: 'features' member requires a string name
|
| H A D | enum-bad-name.err | 1 enum-bad-name.json: In enum 'MyEnum': 2 enum-bad-name.json:3: 'data' member 'not\possible' has an invalid name
|
| H A D | returns-array-bad.err | 1 returns-array-bad.json: In command 'oops': 2 returns-array-bad.json:2: 'returns': array type must contain single type name
|
| H A D | bad-base.err | 1 bad-base.json: In struct 'MyType': 2 bad-base.json:9: 'base' requires a struct type, union type 'Union' isn't
|
| H A D | bad-if-not.err | 1 bad-if-not.json: In struct 'TestIfStruct': 2 bad-if-not.json:2: 'if' condition '' of struct is not a valid identifier
|
| H A D | bad-if.err | 1 bad-if.json: In struct 'TestIfStruct': 2 bad-if.json:2: 'if' condition of struct must be a string or an object
|
| H A D | type-bypass-bad-gen.err | 1 type-bypass-bad-gen.json: In command 'foo': 2 type-bypass-bad-gen.json:2: flag 'gen' may only use false value
|
| H A D | bad-if-empty.err | 1 bad-if-empty.json: In struct 'TestIfStruct': 2 bad-if-empty.json:2: 'if' condition '' of struct is not a valid identifier
|
| H A D | bad-if-list.err | 1 bad-if-list.json: In struct 'TestIfStruct': 2 bad-if-list.json:2: 'if' condition 'foo' of struct is not a valid identifier
|
| /openbmc/u-boot/drivers/power/ |
| H A D | tps6586x.c | 172 int bad; in tps6586x_adjust_sm0_sm1() local 213 bad = 0; in tps6586x_adjust_sm0_sm1() 214 while (!bad && (sm0 != sm0_target || sm1 != sm1_target)) { in tps6586x_adjust_sm0_sm1() 226 bad |= set_voltage(SM0_VOLTAGE_V1, sm0, rate); in tps6586x_adjust_sm0_sm1() 233 bad |= set_voltage(SM1_VOLTAGE_V1, sm1, rate); in tps6586x_adjust_sm0_sm1() 237 bad |= set_voltage(SM0_VOLTAGE_V1, sm0, rate); in tps6586x_adjust_sm0_sm1() 242 return bad ? -EINVAL : 0; in tps6586x_adjust_sm0_sm1()
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | vtbl.c | 194 goto bad; 202 goto bad; 207 goto bad; 213 goto bad; 220 goto bad; 225 goto bad; 230 goto bad; 237 goto bad; 242 goto bad; 247 goto bad; [all …]
|
| H A D | io.c | 674 goto bad; in validate_ec_hdr() 680 goto bad; in validate_ec_hdr() 686 goto bad; in validate_ec_hdr() 691 goto bad; in validate_ec_hdr() 696 bad: in validate_ec_hdr() 886 goto bad; in validate_vid_hdr() 892 goto bad; in validate_vid_hdr() 897 goto bad; in validate_vid_hdr() 902 goto bad; in validate_vid_hdr() 909 goto bad; in validate_vid_hdr() [all …]
|
| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | s2mps11_regulator.c | 49 goto bad; in s2mps11_buck_hex2volt() 56 goto bad; in s2mps11_buck_hex2volt() 62 goto bad; in s2mps11_buck_hex2volt() 67 goto bad; in s2mps11_buck_hex2volt() 69 goto bad; in s2mps11_buck_hex2volt() 76 bad: in s2mps11_buck_hex2volt() 91 goto bad; in s2mps11_buck_volt2hex() 97 goto bad; in s2mps11_buck_volt2hex() 102 goto bad; in s2mps11_buck_volt2hex() 104 goto bad; in s2mps11_buck_volt2hex() [all …]
|