Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 208) sorted by relevance

123456789

/openbmc/phosphor-user-manager/
H A D.clang-tidy3 readability-identifier-naming
7 - key: readability-identifier-naming.ClassCase
9 - key: readability-identifier-naming.EnumCase
11 - key: readability-identifier-naming.EnumConstantCase
13 - key: readability-identifier-naming.FunctionCase
15 - key: readability-identifier-naming.NamespaceCase
17 - key: readability-identifier-naming.ParameterCase
19 - key: readability-identifier-naming.StructCase
21 - key: readability-identifier-naming.VariableCase
/openbmc/u-boot/scripts/coccinelle/net/
H A Dmdio_register.cocci12 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/qemu/scripts/coccinelle/
H A Dreset-type.cocci25 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 Dcpu-reset.cocci17 identifier cpu, x;
27 identifier resetfn;
29 identifier cc;
34 identifier rule1.resetfn;
35 identifier cpu, cc;
H A Dremove_local_err.cocci5 identifier F;
8 identifier LOCAL_ERR;
9 identifier ERRP;
H A Dreturn_directly.cocci3 identifier VAR;
6 identifier F;
H A Derrp-guard.cocci42 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 …]
H A Dqom-parent-type.cocci5 identifier obj_t, fld;
20 identifier match.obj_t, match.fld;
H A Ddevice-reset.cocci18 identifier dc, resetfn;
25 identifier dc, resetfn;
/openbmc/phosphor-objmgr/libmapper/
H A D.clang-tidy2 readability-identifier-naming
6 - key: readability-identifier-naming.FunctionCase
8 - key: readability-identifier-naming.ParameterCase
10 - key: readability-identifier-naming.StructCase
/openbmc/qemu/scripts/tracetool/format/
H A Dstap.py29 def stap_escape(identifier): argument
31 if identifier in RESERVED_WORDS:
32 return identifier + '_'
33 return identifier
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst28 field_def := '%' identifier ( field )* ( !function=identifier )?
31 named_field := identifier ':' ( 's' ) number
90 args_def := '&' identifier ( args_elt )+ ( !extern )?
91 args_elt := identifier (':' identifier)?
95 identifier is the argument name and the second identifier is
124 fmt_def := '@' identifier ( fmt_elt )+
127 field_elt := identifier ':' 's'? number
128 field_ref := '%' identifier | identifier '=' '%' identifier
129 args_ref := '&' identifier
149 via assignment to another identifier. This is intended to allow the
[all …]
/openbmc/bmcweb/config/
H A Dbmcweb_config.h.in7 // NOLINTBEGIN(readability-identifier-naming)
11 // NOLINTEND(readability-identifier-naming)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/
H A D0001-tests-Include-missing-sys-socket.h-header.patch7 …libotr-4.1.1/tests/regression/client/client.c:979:21: error: use of undeclared identifier 'PF_UNIX'
8 …tr-4.1.1/tests/regression/client/client.c:979:30: error: use of undeclared identifier 'SOCK_STREAM'
9 …libotr-4.1.1/tests/regression/client/client.c:986:20: error: use of undeclared identifier 'AF_UNIX'
/openbmc/u-boot/scripts/coccinelle/null/
H A Dbadzero.cocci30 identifier f;
54 identifier f;
87 identifier f;
104 identifier f;
127 identifier r.f;
151 identifier r.f;
H A Dkmerr.cocci25 identifier f,fld;
37 identifier f;
53 identifier f;
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dclearcase.py107 ud.identifier = "clearcase-%s%s-%s" % ( ud.vob.replace("/", ""),
111 ud.viewname = "%s-view%s" % (ud.identifier, d.getVar("DATETIME"))
112 ud.csname = "%s-config-spec" % (ud.identifier)
116 ud.localfile = "%s.tar.gz" % (ud.identifier)
197 ud.identifier += "-%s" % d.getVar("DATETIME")
207 return False, ud.identifier
/openbmc/qemu/hw/misc/
H A Dallwinner-sid.c85 s->rdkey = ldl_be_p(&s->identifier.data[id]); in allwinner_sid_write()
131 DEFINE_PROP_UUID_NODEFAULT("identifier", AwSidState, identifier),
141 VMSTATE_UINT8_ARRAY_V(identifier.data, AwSidState, sizeof(QemuUUID), 1),
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0002-Fix-build-with-gcc-15.patch27 load_lex.l:47:11: error: expected identifier before 'bool'
28 load_lex.l:51:11: error: expected identifier before 'bool'
30 ../../../linux-atm-2.5.2/src/lane/load.c:501:29: error: expected identifier before 'bool'
33 ../../../linux-atm-2.5.2/src/lane/load.c:502:51: error: expected identifier before 'bool'
/openbmc/libcper/
H A D.clang-tidy24 bugprone-reserved-identifier,
173 -readability-identifier-naming,
200 - key: readability-identifier-naming.FunctionCase
202 - key: readability-identifier-naming.NamespaceCase
204 - key: readability-identifier-naming.ParameterCase
206 - key: readability-identifier-naming.StructCase
208 - key: readability-identifier-naming.VariableCase
/openbmc/qemu/scripts/tracetool/
H A D__init__.py260 arg_type, identifier = arg.rsplit('*', 1)
262 identifier = identifier.strip()
264 arg_type, identifier = arg.rsplit(None, 1)
267 res.append((arg_type, identifier))
/openbmc/qemu/qapi/
H A Dacpi.json33 # @sig: table signature / identifier (4 bytes)
37 # @oem_id: OEM identifier (6 bytes)
39 # @oem_table_id: OEM table identifier (8 bytes)
43 # @asl_compiler_id: identifier of the utility that created the table
/openbmc/obmc-console/
H A D.clang-tidy26 bugprone-reserved-identifier,
182 -readability-identifier-naming,
211 - key: readability-identifier-naming.FunctionCase
213 - key: readability-identifier-naming.NamespaceCase
215 - key: readability-identifier-naming.ParameterCase
217 - key: readability-identifier-naming.StructCase
219 - key: readability-identifier-naming.VariableCase
/openbmc/libpldm/
H A D.clang-tidy26 bugprone-reserved-identifier,
183 -readability-identifier-naming,
212 - key: readability-identifier-naming.FunctionCase
214 - key: readability-identifier-naming.NamespaceCase
216 - key: readability-identifier-naming.ParameterCase
218 - key: readability-identifier-naming.StructCase
220 - key: readability-identifier-naming.VariableCase
/openbmc/bmcweb/
H A D.clang-tidy46 bugprone-reserved-identifier,
245 misc-misleading-identifier,
316 readability-identifier-naming,
357 - key: readability-identifier-naming.ClassCase
359 - key: readability-identifier-naming.FunctionCase
361 - key: readability-identifier-naming.FunctionIgnoredRegexp
363 - key: readability-identifier-naming.NamespaceCase
365 - key: readability-identifier-naming.ParameterCase
367 - key: readability-identifier-naming.StructCase
369 - key: readability-identifier-naming.StructIgnoredRegexp
[all …]

123456789