Home
last modified time | relevance | path

Searched defs:boards (Results 1 – 10 of 10) sorted by relevance

/openbmc/entity-manager/test/
H A Dtest_topology.cpp54 BoardMap boards; in TEST() local
64 BoardMap boards{{subchassisPath, "BoardA"}, {superchassisPath, "BoardB"}}; in TEST() local
84 BoardMap boards{{subchassisPath, "BoardA"}, {superchassisPath, "BoardB"}}; in TEST() local
99 BoardMap boards{{subchassisPath, "BoardA"}, {superchassisPath, "BoardB"}}; in TEST() local
112 BoardMap boards{{subchassisPath, "BoardA"}, {superchassisPath, "BoardB"}}; in TEST() local
173 BoardMap boards; in TEST() local
188 BoardMap boards{{subchassisPath, "BoardA"}, variable
210 BoardMap boards{{subchassisPath, "BoardA"}}; in TEST() local
232 BoardMap boards{{subchassisPath, "BoardA"}, variable
257 BoardMap boards{{subchassisPath, "BoardA"}, variable
[all …]
/openbmc/u-boot/tools/buildman/
H A Dtest.py90 boards = [ variable
171 def assertSummary(self, text, arch, plus, boards, outcome=OUTCOME_ERR): argument
H A Dcontrol.py110 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument
H A Dboard.py240 def SelectBoards(self, args, exclude=[], boards=None): argument
H A Dfunc_test.py36 boards = [ variable
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dcorenet_generic.c110 static const char * const boards[] __initconst = { variable
/openbmc/entity-manager/src/
H A Dtopology.cpp46 Topology::getAssocs(const std::map<Path, BoardName>& boards) in getAssocs()
/openbmc/linux/arch/x86/platform/geode/
H A Dnet5501.c101 static struct net5501_board __initdata boards[] = { variable
/openbmc/linux/sound/soc/intel/avs/
H A Dboard_selection.c513 const struct avs_acpi_boards *boards; in avs_register_i2s_boards() local
/openbmc/linux/
H A DMakefile1550 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig) macro
1551 boards := $(sort $(notdir $(boards))) macro