| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | pdmgen.py | 52 def get_index(objs, cls, name, config=None): argument 58 for i, x in enumerate(objs.get(cls, [])): 68 def exists(objs, cls, name, config=None): argument 73 get_index(objs, cls, name, config) 253 def factory(self, objs): argument 259 def setup(self, objs): argument 280 def factory(self, objs): argument 288 add_unique(ConfigEntry(configfile=self.configfile, **args), objs) 291 add_unique(ConfigEntry(configfile=self.configfile, **args), objs) 293 super(Path, self).factory(objs) [all …]
|
| /openbmc/skeleton/pystatemgr/ |
| H A D | discover_system_state.py | 59 def getInterface(bus, objs, key): argument 61 objs[key]["bus_name"], objs[key]["object_name"], introspect=False 63 return dbus.Interface(obj, objs[key]["interface_name"]) 66 def getProperty(bus, objs, key, prop): argument 68 objs[key]["bus_name"], objs[key]["object_name"], introspect=False 71 return intf.Get(objs[key]["interface_name"], prop) 74 def setProperty(bus, objs, key, prop, prop_value): argument 75 obj = bus.get_object(objs[key]["bus_name"], objs[key]["object_name"]) 77 return intf.Set(objs[key]["interface_name"], prop, prop_value)
|
| /openbmc/u-boot/scripts/ |
| H A D | Makefile.lib | 51 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 52 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 58 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y))) 59 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y))) 60 multi-objs := $(multi-objs-y) $(multi-objs-m) 67 obj-dirs := $(dir $(multi-objs) $(obj-y)) 70 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) … 71 real-objs-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs))… 83 real-objs-y := $(addprefix $(obj)/,$(real-objs-y)) 84 real-objs-m := $(addprefix $(obj)/,$(real-objs-m)) [all …]
|
| H A D | Makefile.build | 145 $(real-objs-m) : part-of-module := y 146 $(real-objs-m:.o=.i) : part-of-module := y 147 $(real-objs-m:.o=.s) : part-of-module := y 148 $(real-objs-m:.o=.lst): part-of-module := y 150 $(real-objs-m) : quiet_modtag := [M] 151 $(real-objs-m:.o=.i) : quiet_modtag := [M] 152 $(real-objs-m:.o=.s) : quiet_modtag := [M] 153 $(real-objs-m:.o=.lst): quiet_modtag := [M] 160 $(multi-objs-m) : modname = $(modname-multi) 161 $(multi-objs-m:.o=.i) : modname = $(modname-multi) [all …]
|
| H A D | Makefile.host | 29 $(if $($(m)-objs)$($(m)-cxxobjs)$($(m)-sharedobjs),,$(m))) 33 $(if $($(m)-cxxobjs),,$(if $($(m)-objs),$(m)))) 40 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs))) 103 $(addprefix $(obj)/,$($(@F)-objs)) \ 107 $(call multi_depend, $(host-cmulti), , -objs) 120 $(foreach o,objs cxxobjs,\ 125 $(call multi_depend, $(host-cxxmulti), , -objs -cxxobjs)
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | pfpgen.py | 54 def get_index(objs, cls, name): argument 59 for i, x in enumerate(objs.get(cls, [])): 67 def exists(objs, cls, name): argument 72 get_index(objs, cls, name) 110 def factory(self, objs): argument 116 def setup(self, objs): argument 132 def setup(self, objs): argument 135 self.policy = get_index(objs, "policy", self.policy) 151 def setup(self, objs): argument 152 super(Gpio, self).setup(objs) [all …]
|
| /openbmc/u-boot/board/xilinx/zynq/ |
| H A D | Makefile | 11 init-objs := ps_init_gpl.o 16 ifeq ($(init-objs),) 18 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/ps7_init_gpl.c),\ 22 ifeq ($(init-objs),) 24 init-objs := ps7_init_gpl.o 35 obj-$(CONFIG_SPL_BUILD) += $(init-objs)
|
| /openbmc/u-boot/board/xilinx/zynqmp/ |
| H A D | Makefile | 11 init-objs := ps_init_gpl.o 16 ifeq ($(init-objs),) 18 init-objs := $(if $(wildcard $(srctree)/$(src)/$(hw-platform-y)/psu_init_gpl.c),\ 22 ifeq ($(init-objs),) 24 init-objs := psu_init_gpl.o 33 obj-y += $(init-objs)
|
| /openbmc/u-boot/post/lib_powerpc/fpu/ |
| H A D | Makefile | 6 objs-before-objcopy := 20001122-1.o 20010114-2.o 20010226-1.o 980619-1.o \ 8 targets += $(objs-before-objcopy) 11 $(foreach m, $(objs-before-objcopy), $(eval CFLAGS_REMOVE_$m := -msoft-float)) 14 obj-y := $(objs-before-objcopy:.o=_.o)
|
| /openbmc/u-boot/tools/ |
| H A D | Makefile | 38 envcrc-objs := envcrc.o lib/crc32.o env/embedded.o lib/sha1.o 44 gen_ethaddr_crc-objs := gen_ethaddr_crc.o lib/crc8.o 54 mkenvimage-objs := mkenvimage.o os_support.o lib/crc32.o 81 dumpimage-mkimage-objs := aisimage.o \ 125 dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o 126 mkimage-objs := $(dumpimage-mkimage-objs) mkimage.o 127 fit_info-objs := $(dumpimage-mkimage-objs) fit_info.o 128 fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o 129 file2include-objs := file2include.o
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
| H A D | 1024.patch | 344 @@ -16,7 +16,7 @@ objs = env.Object('connection_boost.o', ["connection.cpp"], LIBS = BOOST_LIBS) 345 objs = env.Object('connection_tu2_boost.o', ["connection_tu2.cpp"], LIBS = BOOST_LIBS) 351 objs += env_cpp11.Object('connection_stl.o', ["connection.cpp"], LIBS = BOOST_LIBS_CPP11) 352 … objs += env_cpp11.Object('connection_tu2_stl.o', ["connection_tu2.cpp"], LIBS = BOOST_LIBS_CPP11) 358 objs = env.Object('endpoint_boost.o', ["endpoint.cpp"], LIBS = BOOST_LIBS) 364 objs += env_cpp11.Object('endpoint_stl.o', ["endpoint.cpp"], LIBS = BOOST_LIBS_CPP11) 370 @@ -17,7 +17,7 @@ objs += env.Object('permessage_deflate_boost.o', ["permessage_deflate.cpp"], LIB 377 objs += env_cpp11.Object('extension_stl.o', ["extension.cpp"], LIBS = BOOST_LIBS_CPP11) 378 …objs += env_cpp11.Object('permessage_deflate_stl.o', ["permessage_deflate.cpp"], LIBS = BOOST_LIBS… 384 objs = env.Object('parser_boost.o', ["parser.cpp"], LIBS = BOOST_LIBS) [all …]
|
| /openbmc/phosphor-objmgr/libmapper/ |
| H A D | mapper.c | 43 char** objs; member 219 if (!strcmp(data->path, wait->objs[i])) in async_wait_getobject_callback() 249 data->path = wait->objs[i]; in async_wait_get_objects() 256 async_wait_getobject_callback, data, "sas", wait->objs[i], 0, NULL); in async_wait_get_objects() 328 sarrayfree(w->objs); in mapper_wait_async_free() 332 _public_ int mapper_wait_async(sd_bus* conn, sd_event* loop, char* objs[], in mapper_wait_async() argument 350 wait->count = sarraylen(objs); in mapper_wait_async() 357 wait->objs = sarraydup(objs); in mapper_wait_async() 358 if (!wait->objs) in mapper_wait_async() 408 sarrayfree(wait->objs); in mapper_wait_async()
|
| /openbmc/u-boot/tools/gdb/ |
| H A D | Makefile | 39 gdbsend-objs := gdbsend.o error.o remote.o serial.o 40 gdbcont-objs := gdbcont.o error.o remote.o serial.o
|
| /openbmc/openpower-inventory-upload/ |
| H A D | inventory_upload.py | 86 objs = obmc.utils.pathtree.PathTree() variable 94 objs[item[0]] = item[1] 101 obmc.utils.dtree.dts_encode(objs.dumpd(), wpipe)
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | manager.cpp | 222 const std::map<sdbusplus::message::object_path, Object>& objs, in updateObjects() argument 225 auto objit = objs.cbegin(); in updateObjects() 230 while (objit != objs.cend()) in updateObjects() 272 void Manager::notify(std::map<sdbusplus::message::object_path, Object> objs) in notify() argument 274 updateObjects(objs); in notify() 309 const std::map<sdbusplus::message::object_path, Object>& objs) in createObjects() argument 311 updateObjects(objs); in createObjects()
|
| H A D | manager.hpp | 79 std::map<sdbusplus::message::object_path, Object> objs) override; 90 const std::map<sdbusplus::message::object_path, Object>& objs); 94 const std::map<sdbusplus::message::object_path, Object>& objs,
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | Makefile | 7 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \ 9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | Makefile | 210 conf-objs := conf.o zconf.tab.o 211 mconf-objs := mconf.o zconf.tab.o $(lxdialog) 212 nconf-objs := nconf.o zconf.tab.o nconf.gui.o 213 kxgettext-objs := kxgettext.o zconf.tab.o 215 qconf-objs := zconf.tab.o 216 gconf-objs := gconf.o zconf.tab.o
|
| H A D | streamline_config.pl | 314 my $objs; 322 $objs = $2; 328 if (defined($objs)) { 329 foreach my $obj (split /\s+/,$objs) {
|
| /openbmc/openpower-pnor-code-mgmt/mmc/ |
| H A D | item_updater_mmc.cpp | 165 std::vector<std::string> objs; in enableInventoryItemsHelper() local 177 response.read(objs); in enableInventoryItemsHelper() 178 for (auto& obj : objs) in enableInventoryItemsHelper()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | readconfig-test.c | 131 g_autoptr(ObjectPropertyInfoList) objs = NULL; in test_object_available() 139 visit_type_ObjectPropertyInfoList(v, NULL, &objs, &error_abort); in test_object_available() 141 g_assert(objs); in test_object_available() 142 tmp = objs; in test_object_available()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch | 27 -OBJS = #{$objs.join(" ")} 28 +OBJS = #{$objs.sort.join(" ")}
|
| /openbmc/u-boot/drivers/mtd/nand/ |
| H A D | Makefile | 3 nandcore-objs := core.o bbt.o
|
| /openbmc/u-boot/drivers/mtd/nand/spi/ |
| H A D | Makefile | 3 spinand-objs := core.o gigadevice.o macronix.o micron.o winbond.o
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | resultutils.py | 241 objs = [] 246 objs.append(json.loads(json_d)) 250 objs.append(json.loads(json_d)) 251 return objs
|