Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 125) sorted by relevance

12345

/openbmc/libbej/src/
H A Dbej_tree.c55 struct RedfishPropertyLeafNull* child, const char* name) in bejTreeAddNull()
62 struct RedfishPropertyLeafInt* child, const char* name, in bejTreeAddInteger()
76 struct RedfishPropertyLeafEnum* child, const char* name, in bejTreeAddEnum()
85 struct RedfishPropertyLeafString* child, const char* name, in bejTreeAddString()
94 struct RedfishPropertyLeafReal* child, const char* name, in bejTreeAddReal()
108 struct RedfishPropertyLeafBool* child, const char* name, in bejTreeAddBool()
116 void bejTreeLinkChildToParent(struct RedfishPropertyParent* parent, void* child) in bejTreeLinkChildToParent()
/openbmc/libbej/test/
H A Dbej_tree_test.cpp90 struct RedfishPropertyLeafInt child; in TEST() local
108 struct RedfishPropertyLeafInt child; in TEST() local
123 struct RedfishPropertyLeafEnum child; in TEST() local
142 struct RedfishPropertyLeafString child; in TEST() local
161 struct RedfishPropertyLeafReal child; in TEST() local
180 struct RedfishPropertyLeafBool child; in TEST() local
/openbmc/qemu/include/block/
H A Dblock-io.h249 #define BLKDBG_CO_EVENT(child, evt) \ argument
256 #define BLKDBG_EVENT(child, evt) \ argument
H A Dblock_int-io.h60 static inline int coroutine_fn GRAPH_RDLOCK bdrv_co_pread(BdrvChild *child, in bdrv_co_pread()
70 static inline int coroutine_fn GRAPH_RDLOCK bdrv_co_pwrite(BdrvChild *child, in bdrv_co_pwrite()
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dpinmux_arria10.c11 static int do_pinctr_pin(const void *blob, int child, const char *node_name) in do_pinctr_pin()
39 int child, len; in do_pinctrl_pins() local
/openbmc/qemu/qom/
H A Dcontainer.c29 Object *child = object_new(TYPE_CONTAINER); in object_property_add_new_container() local
/openbmc/u-boot/common/
H A Dcli_hush.c198 struct child_prog *child; member
542 static int builtin_eval(struct child_prog *child) in builtin_eval()
558 static int builtin_cd(struct child_prog *child) in builtin_cd()
585 static int builtin_exec(struct child_prog *child) in builtin_exec()
595 static int builtin_exit(struct child_prog *child) in builtin_exit()
603 static int builtin_export(struct child_prog *child) in builtin_export()
650 static int builtin_fg_bg(struct child_prog *child) in builtin_fg_bg()
722 static int builtin_jobs(struct child_prog *child) in builtin_jobs()
747 static int builtin_read(struct child_prog *child) in builtin_read()
776 static int builtin_set(struct child_prog *child) in builtin_set()
[all …]
/openbmc/u-boot/drivers/misc/
H A Dtegra_car.c19 struct udevice *child; in tegra_car_bpmp_bind() local
H A Dstm32_rcc.c40 struct udevice *child; in stm32_rcc_bind() local
H A Dgdsys_soc.c26 int gdsys_soc_get_fpga(struct udevice *child, struct udevice **fpga) in gdsys_soc_get_fpga()
/openbmc/u-boot/scripts/kconfig/
H A Dconf.c233 struct menu *child; in conf_choice() local
349 struct menu *child; in conf() local
415 struct menu *child; in check_conf() local
/openbmc/bmcweb/http/routing/
H A Dtrie.hpp69 ContainedType& child = nodes[kv.second]; in optimizeNode() local
117 const ContainedType& child = nodes[kv.second]; in findRouteIndexesHelper() local
198 const ContainedType& child = nodes[kv.second]; in findHelper() local
/openbmc/qemu/block/
H A Dio.c440 BdrvChild *child, *next; in bdrv_drain_assert_idle() local
900 int bdrv_make_zero(BdrvChild *child, BdrvRequestFlags flags) in bdrv_make_zero()
939 int coroutine_fn bdrv_co_pwrite_sync(BdrvChild *child, int64_t offset, in bdrv_co_pwrite_sync()
1165 bdrv_co_do_copy_on_readv(BdrvChild *child, int64_t offset, int64_t bytes, in bdrv_co_do_copy_on_readv()
1329 bdrv_aligned_preadv(BdrvChild *child, BdrvTrackedRequest *req, in bdrv_aligned_preadv()
1515 bdrv_padding_rmw_read(BdrvChild *child, BdrvTrackedRequest *req, in bdrv_padding_rmw_read()
1767 int coroutine_fn bdrv_co_preadv(BdrvChild *child, in bdrv_co_preadv()
1775 int coroutine_fn bdrv_co_preadv_part(BdrvChild *child, in bdrv_co_preadv_part()
1965 bdrv_co_write_req_prepare(BdrvChild *child, int64_t offset, int64_t bytes, in bdrv_co_write_req_prepare()
2019 bdrv_co_write_req_finish(BdrvChild *child, int64_t offset, int64_t bytes, in bdrv_co_write_req_finish()
[all …]
/openbmc/qemu/
H A Dblock.c1203 static void GRAPH_RDLOCK bdrv_child_cb_drained_begin(BdrvChild *child) in bdrv_child_cb_drained_begin()
1209 static bool GRAPH_RDLOCK bdrv_child_cb_drained_poll(BdrvChild *child) in bdrv_child_cb_drained_poll()
1215 static void GRAPH_RDLOCK bdrv_child_cb_drained_end(BdrvChild *child) in bdrv_child_cb_drained_end()
1221 static int bdrv_child_cb_inactivate(BdrvChild *child) in bdrv_child_cb_inactivate()
1230 bdrv_child_cb_change_aio_ctx(BdrvChild *child, AioContext *ctx, in bdrv_child_cb_change_aio_ctx()
1440 static void GRAPH_WRLOCK bdrv_child_cb_attach(BdrvChild *child) in bdrv_child_cb_attach()
1482 static void GRAPH_WRLOCK bdrv_child_cb_detach(BdrvChild *child) in bdrv_child_cb_detach()
2302 BdrvChild *child; in bdrv_topological_dfs() local
2325 BdrvChild *child; member
2419 BdrvChild *child; member
[all …]
/openbmc/u-boot/drivers/net/
H A Dsandbox-raw-bus.c17 struct udevice *child; in eth_raw_bus_post_bind() local
/openbmc/u-boot/cmd/
H A Dusb.c352 struct udevice *child; local
414 struct udevice *child; local
614 struct udevice *child; local
/openbmc/qemu/tests/tcg/multiarch/
H A Dfollow-fork-mode.c23 pid_t child, pid; in main() local
/openbmc/openbmc/poky/scripts/
H A Doe-trim-schemas14 def child (elem, name): function
/openbmc/u-boot/drivers/power/domain/
H A Dimx8-power-domain.c83 struct udevice *child; in imx8_power_domain_off_node() local
134 struct udevice *child; in imx8_power_domain_off_parentnodes() local
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c103 struct node *child; in build_node() local
282 void add_child(struct node *parent, struct node *child) in add_child()
312 struct node *child; in delete_node() local
484 struct node *child; in get_subnode() local
496 struct node *child; in get_node_by_path() local
522 struct node *child, *node; in get_node_by_label() local
542 struct node *child, *node; in get_node_by_phandle() local
/openbmc/qemu/python/qemu/utils/
H A Dqom_common.py58 def child(self) -> bool: member in ObjectPropertyInfo
87 def child(self) -> bool: member in ObjectPropertyValue
/openbmc/u-boot/drivers/power/pmic/
H A Dfan53555.c50 struct udevice *child; in pmic_fan53555_bind() local
/openbmc/u-boot/drivers/core/
H A Ddump.c16 struct udevice *child; in show_devices() local
/openbmc/sdeventplus/test/source/
H A Dchild.cpp92 Child child(*event, pid, options, std::move(callback)); in TEST_F() local
131 std::unique_ptr<Child> child; member in sdeventplus::source::__anonf0b8bea20111::ChildMethodTest
/openbmc/qemu/hw/core/
H A Dclock.c87 Clock *child; in clock_propagate_period() local
196 Clock *child, *next; in clock_finalizefn() local

12345