Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 105) sorted by relevance

12345

/openbmc/pyphosphor/obmc/utils/
H A Dpathtree.py19 def __init__(self, path_tree, subtree, depth): argument
80 def __init__(self, path_tree, subtree, depth): argument
187 def keys(self, subtree='/', depth=None): argument
190 def values(self, subtree='/', depth=None): argument
193 def items(self, subtree='/', depth=None): argument
196 def dataitems(self, subtree='/', depth=None): argument
213 def iterkeys(self, subtree='/', depth=None): argument
222 def iteritems(self, subtree='/', depth=None): argument
/openbmc/qemu/hw/core/
H A Dvm-change-state-handler.c24 int depth; in qdev_get_dev_tree_depth() local
75 int depth = qdev_get_dev_tree_depth(dev); in qdev_add_vm_change_state_handler_full() local
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c165 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node()
207 int depth = 0; in fdt_first_subnode() local
218 int depth = 1; in fdt_next_subnode() local
H A Dfdt_wip.c120 int depth = 0; in fdt_node_end_offset_() local
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Demc.c120 int depth; in find_emc_tables() local
178 int depth; in decode_emc() local
/openbmc/bmcweb/src/
H A Ddbus_utility.cpp78 void getSubTree(const std::string& path, int32_t depth, in getSubTree()
94 const std::string& path, int32_t depth, in getSubTreePaths()
113 const sdbusplus::message::object_path& path, int32_t depth, in getAssociatedSubTree()
130 const sdbusplus::message::object_path& path, int32_t depth, in getAssociatedSubTreePaths()
/openbmc/qemu/qobject/
H A Djson-writer.c63 unsigned depth = writer->container_is_array->len; in enter_container() local
72 unsigned depth = writer->container_is_array->len; in leave_container() local
82 unsigned depth = writer->container_is_array->len; in in_object() local
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp141 const InterfaceMapType& interfaceMap, std::string reqPath, int32_t depth, in getSubTree()
211 std::string reqPath, int32_t depth, in getSubTreePaths()
290 const sdbusplus::message::object_path& reqPath, int32_t depth, in getAssociatedSubTree()
320 const sdbusplus::message::object_path& reqPath, int32_t depth, in getAssociatedSubTreePaths()
H A Dmain.cpp596 [&interfaceMap](std::string& reqPath, int32_t depth, in main()
605 int32_t depth, std::vector<std::string>& interfaces) { in main()
615 int32_t depth, std::vector<std::string>& interfaces) { in main()
/openbmc/phosphor-power/
H A Dutility.cpp92 const std::string& interface, int32_t depth) in getSubTree()
99 int32_t depth) in getSubTree()
118 const std::vector<std::string>& interfaces, int32_t depth) in getAssociatedSubTreePaths()
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c44 void lcdc_enable(struct sunxi_lcdc_reg * const lcdc, int depth) in lcdc_enable()
73 int depth, int dclk_phase) in lcdc_tcon0_mode_set()
/openbmc/qemu/tests/tcg/multiarch/
H A Dfollow-fork-mode.c22 int depth = 42, err, i, fd[2], status; in main() local
/openbmc/u-boot/test/py/tests/
H A Dtest_bind.py8 def in_tree(response, name, uclass, drv, depth, last_child): argument
/openbmc/fb-ipmi-oem/src/
H A Dcommandutils.cpp35 static constexpr int32_t depth = 0; in getMbFruDevice() local
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c392 read_tree_node (unsigned int blockNr, int depth) in read_tree_node()
430 int depth; in next_key() local
523 int depth; in search_stat() local
/openbmc/u-boot/drivers/video/
H A Dvideomodes.c235 unsigned int *depth, unsigned int *freq, const char **options) in video_get_video_mode()
297 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local
/openbmc/u-boot/drivers/core/
H A Ddump.c13 static void show_devices(struct udevice *dev, int depth, int last_flag) in show_devices()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp225 const std::string& subtreePath, int32_t depth) in getSubTree()
300 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree) in getSubTree()
318 auto depth = 0; in getDbusObject() local
400 auto depth = 0; in getAllDbusObjects() local
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py90 def __init__(self, depth=0): argument
93 def __add__(self, depth): argument
96 def __call__(self, depth): argument
/openbmc/phosphor-time-manager/
H A Dutils.cpp52 const Interfaces& interfaces, int32_t depth) in getSubTree()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp180 const std::string& interface, int32_t depth) in getSubTreeRaw()
202 int32_t depth) in getSubTreeRaw()
221 const std::string& interface, int32_t depth) in getSubTree()
237 const std::string& interface, int32_t depth) in getSubTreePathsRaw()
256 const std::string& interface, int32_t depth) in getSubTreePaths()
/openbmc/phosphor-state-manager/
H A Dsettings.cpp23 auto depth = 0; in Objects() local
/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h48 int32_t depth; /* depth in bits */ member
123 uint8_t depth; /* the depth of a pixel (in bits) */ member
/openbmc/qemu/include/hw/display/
H A Dmacfb.h43 uint8_t depth; member
65 uint8_t depth; member
/openbmc/pldm/libpldmresponder/
H A Dplatform_config.cpp78 int depth = 0; in getPlatformName() local

12345