Home
last modified time | relevance | path

Searched full:identifier (Results 1 – 25 of 6678) sorted by relevance

12345678910>>...268

/openbmc/u-boot/drivers/cpu/
H A Dmpc83xx_cpu.h1 /* SPDX-License-Identifier: GPL-2.0+ */
12 * @E300C1: Identifier for e300c1 cores
13 * @E300C2: Identifier for e300c2 cores
14 * @E300C3: Identifier for e300c3 cores
15 * @E300C4: Identifier for e300c4 cores
16 * @E300_UNKNOWN: Identifier for unknown e300 cores
37 * @FAMILY_830X: Identifier for the MPC830x CPU family
38 * @FAMILY_831X: Identifier for the MPC831x CPU family
39 * @FAMILY_832X: Identifier for the MPC832x CPU family
40 * @FAMILY_834X: Identifier for the MPC834x CPU family
[all …]
/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/u-boot/Licenses/
H A DREADME1 SPDX-License-Identifier: GPL-2.0
38 If a "SPDX-License-Identifier:" line references more than one Unique
39 License Identifier, then this means that the respective file can be
42 SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
49 License identifier syntax
54 The SPDX license identifier in U-Boot files shall be added at the first
58 identifier goes into the second line.
64 The SPDX license identifier is added in form of a comment. The comment
67 C source: // SPDX-License-Identifier: <SPDX License Expression>
68 C header: /* SPDX-License-Identifier: <SPDX License Expression> */
[all …]
/openbmc/qemu/scripts/coccinelle/
H A Dreset-type.cocci6 // SPDX-License-Identifier: GPL-2.0-or-later
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;
[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 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 …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DSMC.events.yaml7 - name: Identifier
10 description: The name or identifier of the SMC.
13 description: An [optional] identifier of the failure type.
19 The Satellite Management Controller '{Identifier}' is in a failure
26 - name: Identifier
29 description: The name or identifier of the SMC.
34 The Satellite Management Controller '{Identifier}' is in a
H A DLockOut.events.yaml6 - name: Identifier
9 description: The name or identifier of the Lock Out device.
12 message: The Lock Out device '{Identifier}' has been enabled.
15 - name: Identifier
18 description: The name or identifier of the Lock Out device.
21 message: The Lock Out device '{Identifier}' has been disabled.
H A DPower.events.yaml10 description: The name or identifier of the power rail.
25 description: The name or identifier of the voltage regulator.
42 description: The name or identifier of the power rail.
52 description: The ane or identifier of the voltage regulator.
/openbmc/u-boot/disk/
H A Dpart_iso.h1 /* SPDX-License-Identifier: GPL-2.0+ */
28 char sysid[32]; /* system Identifier */
29 char volid[32]; /* volume Identifier */
47 char volsetid[128];/* Volume set identifier */
48 char pubid[128]; /* Publisher identifier */
49 char dataprepid[128]; /* data preparer identifier */
50 char appid[128]; /* application identifier */
52 char abstractfileid[37]; /* abstract file identifier */
53 char bibliofileid[37]; /* bibliographic file identifier */
66 char sysid[32]; /* system Identifier */
[all …]
/openbmc/phosphor-snmp/mibs/
H A DNotificationMIB.txt25 openbmc OBJECT IDENTIFIER ::= { enterprises 49871 }
27 obmcSystem OBJECT IDENTIFIER ::= { obmcPhosphor 0 }
29 obmcNotifications OBJECT IDENTIFIER ::= { obmcSystem 0 }
30 obmcNotifyObjects OBJECT IDENTIFIER ::= { obmcSystem 1 }
31 obmcNotifyConformance OBJECT IDENTIFIER ::= { obmcSystem 2 }
38 obmcNotifyCompliances OBJECT IDENTIFIER ::= { obmcNotifyConformance 1 }
39 obmcNotifyGroups OBJECT IDENTIFIER ::= { obmcNotifyConformance 2 }
48 "Error log identifier"
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DThreshold.events.yaml9 description: The name or identifier of the sensor.
31 description: The name or identifier of the sensor.
53 description: The name or identifier of the sensor.
75 description: The name or identifier of the sensor.
97 description: The name or identifier of the sensor.
119 description: The name or identifier of the sensor.
141 description: The name or identifier of the sensor.
163 description: The name or identifier of the sensor.
185 description: The name or identifier of the sensor.
207 description: The name or identifier o
[all...]
/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto/
H A Dxorg.conf2 Identifier "Builtin Default Monitor"
6 Identifier "Builtin Default fbdev Device 0"
12 Identifier "Builtin Default fbdev Screen 0"
19 Identifier "Builtin Default Layout"
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot27 ${rsp}= Get DCMI Management Controller Identifier String
44 Test Hostname Is Same With Management Controller Identifier String
46 ... controller identifier string.
49 ${rsp}= Get DCMI Management Controller Identifier String
56 Test Get Management Controller Identifier String
62 # Set Hostname via DCMI Management Controller Identifier String Command.
63 ${cmd_rsp}= Set DCMI Management Controller Identifier String
68 ${rsp}= Get DCMI Management Controller Identifier String
93 # Verify get dcmi management controller identifier string command response
101 …# Verify Hostname of cat /etc/hostname and get dcmi management controller identifier string comman…
[all …]
/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/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dreset_manager.h1 /* SPDX-License-Identifier: GPL-2.0+ */
17 * Define a reset identifier, from which a permodrst bank ID
28 /* Extract reset ID from the reset identifier. */
32 /* Extract bank ID from the reset identifier. */
/openbmc/qemu/include/qemu/
H A Duuid.h48 * @node0: The spatially unique node0 identifier
49 * @node1: The spatially unique node1 identifier
50 * @node2: The spatially unique node2 identifier
51 * @node3: The spatially unique node3 identifier
52 * @node4: The spatially unique node4 identifier
53 * @node5: The spatially unique node5 identifier
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/
H A DDetector.events.yaml10 description: The name or identifier of the leak detector.
20 description: The name or identifier of the leak detector.
30 description: The name or identifier of the leak detector.
/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/pldm/fw-update/
H A Dfirmware_inventory_manager.hpp49 * identifier
50 * @param[in] softwareIdentifier - Software identifier containing EID and
51 * component identifier
84 * @brief Map of software identifier to FirmwareInventory instances
87 * identifiers (EID and component identifier).
/openbmc/u-boot/scripts/coccinelle/null/
H A Dbadzero.cocci16 // SPDX-License-Identifier: GPL-2.0
30 identifier f;
54 identifier f;
87 identifier f;
104 identifier f;
127 identifier r.f;
151 identifier r.f;
/openbmc/u-boot/include/
H A Dboard.h1 /* SPDX-License-Identifier: GPL-2.0+ */
53 * @id: A unique identifier for the bool value to be read.
64 * @id: A unique identifier for the int value to be read.
75 * @id: A unique identifier for the string value to be read.
99 * @id: A unique identifier for the bool value to be read.
110 * @id: A unique identifier for the int value to be read.
121 * @id: A unique identifier for the string value to be read.
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.h1 /* SPDX-License-Identifier: BSD-3-Clause */
57 * @seq: Message identifier indicating a transfer sequence
176 * @id: Device Identifier
239 * @dev_id: Device identifier this request is for
240 * @clk_id: Clock identifier for the device for this request.
279 * @dev_id: Device identifier this request is for
280 * @clk_id: Clock identifier for the device for this request.
315 * @dev_id: Device identifier this request is for
316 * @clk_id: Clock identifier for the device for this request.
335 * @dev_id: Device identifier this request is for
[all …]

12345678910>>...268