/openbmc/linux/scripts/coccinelle/api/ |
H A D | stream_open.cocci | 15 identifier readstream, ppos; 16 identifier f, buf, len; 25 identifier writestream, ppos; 26 identifier f, buf, len; 37 identifier block_f; 38 identifier wait =~ "^wait_.*"; 51 identifier stream_reader.readstream; 52 identifier wait =~ "^wait_.*"; 62 identifier stream_reader.readstream; 63 identifier blocks.block_f; [all …]
|
H A D | atomic_as_refcounter.cocci | 14 identifier a, x; 16 identifier fname =~ ".*free.*"; 17 identifier fname2 =~ ".*destroy.*"; 18 identifier fname3 =~ ".*del.*"; 19 identifier fname4 =~ ".*queue_work.*"; 20 identifier fname5 =~ ".*schedule_work.*"; 21 identifier fname6 =~ ".*call_rcu.*"; 62 identifier a, x, y; 64 identifier fname =~ ".*free.*"; 95 identifier a, x; [all …]
|
H A D | simple_open.cocci | 14 identifier open_f != simple_open; 15 identifier i, f; 29 identifier fops; 30 identifier open.open_f; 40 identifier open_f != simple_open; 41 identifier i, f; 56 identifier fops; 57 identifier openr.open_f;
|
H A D | platform_no_drv_owner.cocci | 16 identifier __driver; 27 identifier match1.__driver; 36 identifier match1.__driver; 45 identifier __driver; 58 identifier match2.__driver; 67 identifier match2.__driver; 78 identifier match1.__driver; 89 identifier match1.__driver; 100 identifier match2.__driver; 111 identifier match2.__driver;
|
H A D | check_bq27xxx_data.cocci | 24 identifier i,i1,i2; 59 identifier tocheck.i1regs; 67 identifier tocheck.i2regs; 95 identifier tocheck.i1dmregs; 103 identifier tocheck.i2dmregs; 131 identifier tocheck.i1props; 139 identifier tocheck.i2props;
|
/openbmc/u-boot/scripts/coccinelle/net/ |
H A D | mdio_register.cocci | 12 identifier readfunc, writefunc; 27 identifier mii_reg.readfunc; 28 identifier name0, addr0, reg0, output; 49 identifier mii_reg.readfunc; 50 identifier update_read_sig.output; 53 identifier retvar; 81 identifier mii_reg.readfunc; 82 identifier update_read_sig.output; 99 identifier mii_reg.readfunc; 100 identifier update_read_sig.name0; [all …]
|
/openbmc/phosphor-user-manager/ |
H A D | .clang-tidy | 4 readability-identifier-naming 11 - { key: readability-identifier-naming.ClassCase, value: CamelCase } 12 - { key: readability-identifier-naming.VariableCase, value: camelBack } 13 - { key: readability-identifier-naming.EnumCase, value: CamelCase } 14 - { key: readability-identifier-naming.EnumConstantCase, value: camelBack } 15 - { key: readability-identifier-naming.FunctionCase, value: camelBack } 16 - { key: readability-identifier-naming.ParameterCase, value: camelBack } 17 - { key: readability-identifier-naming.NamespaceCase, value: lower_case } 18 - { key: readability-identifier-naming.StructCase, value: CamelCase }
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | atmel-xdma.txt | 13 - bit 13: SIF, source interface identifier, used to get the memory 14 interface identifier, 15 - bit 14: DIF, destination interface identifier, used to get the peripheral 16 interface identifier, 17 - bit 30-24: PERID, peripheral identifier. 35 - bit 13: SIF, source interface identifier, used to get the memory 36 interface identifier, 37 - bit 14: DIF, destination interface identifier, used to get the peripheral 38 interface identifier, 39 - bit 30-24: PERID, peripheral identifier.
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | reset-type.cocci | 25 identifier enterfn, holdfn, exitfn; 26 identifier rc; 42 identifier holdfn_assigned.holdfn; 44 identifier obj; 58 identifier enterfn, holdfn, exitfn; 59 identifier rc; 70 identifier exitfn_assigned.exitfn; 72 identifier obj; 92 identifier obj; 100 identifier rc; [all …]
|
H A D | cpu-reset.cocci | 17 identifier cpu, x; 27 identifier resetfn; 29 identifier cc; 34 identifier rule1.resetfn; 35 identifier cpu, cc;
|
H A D | remove_local_err.cocci | 5 identifier F; 8 identifier LOCAL_ERR; 9 identifier ERRP;
|
H A D | errp-guard.cocci | 42 identifier fn; 43 identifier _errp != errp; 72 identifier fn, local_err; 110 identifier fn, _errp, local_err, local_err2; 135 identifier fn, _errp; 183 identifier fn, local_err; 212 identifier rule1.fn, rule1.local_err, out; 251 identifier rule1.fn, rule1.local_err; 299 identifier rule1.fn, rule1.local_err; 313 identifier rule1.fn; [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | ila.rst | 44 A mapping of an ILA identifier to a locator (or to a 50 four bits) and an identifier (lower sixty-four bits). 57 bits) and an identifier (low order sixty-four bits). ILA 134 the checksum. The low order sixteen bits of the identifier 140 bits of the identifier. When ILA to SIR address translation is done on 142 restores the identifier as it was originally sent. 152 0: interface identifier 154 1: locally unique identifier 156 2: virtual networking identifier for IPv4 address 158 3: virtual networking identifier for IPv6 unicast address [all …]
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | minmax.cocci | 21 identifier func; 35 identifier func; 54 identifier func; 68 identifier func; 87 identifier func; 101 identifier func; 122 identifier func; 135 identifier func; 150 identifier func;
|
H A D | swap.cocci | 18 identifier tmp; 38 identifier tmp; 48 identifier tmp; 69 identifier tmp;
|
/openbmc/linux/drivers/scsi/ |
H A D | script_asm.pl | 141 $identifier = '[A-Za-z_][A-Za-z_0-9]*'; 149 $value = "$identifier|$identifier\\s*[+\-]\\s*$decnum|". 150 "$identifier\\s*[+-]\s*$hexnum|$constant"; 236 if ($value =~ /^REL\s*\(\s*($identifier)\s*\)\s*(.*)/i) { 241 } elsif ($value =~ /^($identifier)\s*(.*)/) { 388 if (/^\s*($identifier)\s*:(.*)/) { 405 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) { 428 if ($external =~ /\s*($identifier)\s*$/) { 446 if ($1 =~ /^($identifier)\s*$/) { 620 if ($rest =~ /^(ATN|)\s*($value)\s*,\s*($identifier)\s*$/i) { [all …]
|
/openbmc/qemu/scripts/tracetool/format/ |
H A D | stap.py | 29 def stap_escape(identifier): argument 31 if identifier in RESERVED_WORDS: 32 return identifier + '_' 33 return identifier
|
/openbmc/qemu/docs/devel/ |
H A D | decodetree.rst | 26 field_def := '%' identifier ( field )* ( !function=identifier )? 29 named_field := identifier ':' ( 's' ) number 88 args_def := '&' identifier ( args_elt )+ ( !extern )? 89 args_elt := identifier (':' identifier)? 93 identifier is the argument name and the second identifier is 122 fmt_def := '@' identifier ( fmt_elt )+ 125 field_elt := identifier ':' 's'? number 126 field_ref := '%' identifier | identifier '=' '%' identifier 127 args_ref := '&' identifier 147 via assignment to another identifier. This is intended to allow the [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-fc | 6 identifier in the blkcg associated with a cgroup id. The 7 identifier is typically a UUID that is associated with 11 FC adapter drivers may query the identifier and tag FC 12 traffic based on the identifier. FC host and FC fabric 25 If an admin wants to remove an FC application identifier
|
/openbmc/linux/scripts/ |
H A D | kernel-doc | 244 my $identifier; 1133 if ($identifier ne $declaration_name) { 1134 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec… 1343 if ($identifier ne $declaration_name) { 1344 if ($identifier eq "") { 1347 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl… 1414 if ($identifier ne $declaration_name) { 1415 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef… 1445 if ($identifier ne $declaration_name) { 1446 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef… [all …]
|
/openbmc/linux/scripts/coccinelle/null/ |
H A D | deref_null.cocci | 22 identifier f; 30 identifier f; 56 identifier f; 117 identifier f; 177 identifier f; 218 identifier f; 226 identifier f; 250 identifier f;
|
H A D | badzero.cocci | 28 identifier f; 52 identifier f; 85 identifier f; 102 identifier f; 125 identifier r.f; 149 identifier r.f;
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | hi3620-clock.txt | 17 Each clock is assigned an identifier and client nodes use this identifier 20 All these identifier could be found in <dt-bindings/clock/hi3620-clock.h>.
|
/openbmc/u-boot/scripts/coccinelle/null/ |
H A D | badzero.cocci | 30 identifier f; 54 identifier f; 87 identifier f; 104 identifier f; 127 identifier r.f; 151 identifier r.f;
|
/openbmc/linux/tools/firewire/ |
H A D | nosy-dump.h | 20 uint32_t identifier:2; member 29 uint32_t identifier:2; member 46 uint32_t identifier:2; member 64 uint32_t identifier:2; member
|