Home
last modified time | relevance | path

Searched refs:devIndex (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmbbridge/
H A DREADME.md36 "devIndex": 0
43 "devIndex": 0
50 "devIndex": 1
57 "devIndex": 1
70 devIndex : This devIndex used to identify the particular device/host.
/openbmc/docs/designs/
H A Dmultihost-ipmi-design.md78 new entry in the json config file for the host ID '"devIndex": 0' ipmbbridged
79 will send '"devIndex": 0' as optional parameter(options) in D-Bus interface to
83 The json file looks like below. Each devIndex can have one "me" and "ipmb"
84 channel.To ensure existing platforms does not get affected, if the "devIndex"
85 key is not present in the file ipmbbridged uses default "devIndex" as 0.
94 "devIndex": 0
101 "devIndex": 0
108 "devIndex": 1
115 "devIndex": 1
137 The netipmid sends the "devIndex" on which channel the request comes from. There
[all …]
/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-ipmb_%.bbappend18 "devIndex": i
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp2061 size_t devIndex = 0; in TEST() local
2067 ASSERT_LT(devIndex, expected_devices.size()); in TEST()
2070 &expected_devices[devIndex]; in TEST()
2094 EXPECT_EQ(descIndex, 1 * devIndex + 1); in TEST()
2096 devIndex++; in TEST()
2099 EXPECT_EQ(devIndex, 2ul); in TEST()
2176 size_t devIndex = 0; in TEST() local
2182 ASSERT_LT(devIndex, expected_devices.size()); in TEST()
2185 &expected_devices[devIndex]; in TEST()
2210 devIndex++; in TEST()
[all …]