Home
last modified time | relevance | path

Searched refs:Child (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dchild.cpp15 Child::Child(const Event& event, pid_t pid, int options, Callback&& callback) : in Child() function in sdeventplus::source::Child
22 Child::Child(const Child& other, sdeventplus::internal::NoOwn) : in Child() function in sdeventplus::source::Child
26 void Child::set_callback(Callback&& callback) in set_callback()
31 pid_t Child::get_pid() const in get_pid()
40 detail::ChildData& Child::get_userdata() const in get_userdata()
45 Child::Callback& Child::get_callback() in get_callback()
50 sd_event_source* Child::create_source(const Event& event, pid_t pid, in create_source()
61 int Child::childCallback(sd_event_source* source, const siginfo_t* si, in childCallback()
64 return sourceCallback<Callback, detail::ChildData, &Child::get_callback>( in childCallback()
71 ChildData::ChildData(const Child& base, Child::Callback&& callback) : in ChildData()
[all …]
H A Dchild.hpp23 class Child : public Base class
27 fu2::unique_function<void(Child& source, const siginfo_t* si)>;
39 Child(const Event& event, pid_t pid, int options, Callback&& callback);
50 Child(const Child& other, sdeventplus::internal::NoOwn);
102 class ChildData : public Child, public BaseData
105 Child::Callback callback;
108 ChildData(const Child& base, Child::Callback&& callback);
110 friend Child;
/openbmc/sdeventplus/test/source/
H A Dchild.cpp88 Child::Callback callback = [&](Child&, const siginfo_t* si) { in TEST_F() argument
92 Child child(*event, pid, options, std::move(callback)); in TEST_F()
119 Child::Callback callback = [&completions](Child&, const siginfo_t*) { in TEST_F() argument
122 EXPECT_THROW(Child(*event, pid, options, std::move(callback)), in TEST_F()
131 std::unique_ptr<Child> child;
156 child = std::make_unique<Child>(*event, pid, options, in SetUp()
157 [](Child&, const siginfo_t*) {}); in SetUp() argument
174 auto child2 = std::make_unique<Child>(*child); in TEST_F()
180 Child child3(*child); in TEST_F()
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-fsi.txt14 Child node required properties:
17 Child node optional properties:
H A Di2c-iop3xx.txt12 - Child nodes conforming to i2c bus binding
H A Di2c-hix5hd2.txt14 - Child nodes conforming to i2c bus binding
H A Di2c-altera.txt18 - Child nodes conforming to i2c bus binding
H A Di2c-sprd.txt18 - Child nodes conforming to I2C bus binding
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.hpp27 using ::sdeventplus::source::Child;
129 std::map<pid_t, std::unique_ptr<Child>> childPtrMap;
H A Ddump_manager_bmc.cpp136 Child::Callback callback = [this, type, pid](Child&, const siginfo_t*) { in captureDump() argument
147 std::make_unique<Child>(eventLoop.get(), pid, in captureDump()
/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/
H A Deagain.patch9 FAIL: glib-networking/connection-openssl.test (Child process killed by signal 6)
11 FAIL: glib-networking/connection-openssl.test (Child process killed by signal 6)
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dsprd,sc27xx-pmic.txt27 - #address-cells: Child device offset number of cells, must be 1.
28 - #size-cells: Child device size number of cells, must be 0.
H A Dmotorola-cpcap.txt9 - #address-cells : Child device offset number of cells, should be 1
10 - #size-cells : Child device size number of cells, should be 0
H A Dtwl-family.txt21 - Child nodes contain in the twl. The twl family is made of several variants
/openbmc/u-boot/doc/device-tree-bindings/spi/
H A Dspi-ath79.txt9 Child nodes as per the generic SPI binding.
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dspi-octeon.txt10 Child nodes as per the generic SPI binding.
H A Dspi-ath79.txt11 Child nodes as per the generic SPI binding.
/openbmc/u-boot/doc/device-tree-bindings/i2c/
H A Di2c-at91.txt15 - Child nodes conforming to i2c bus binding.
H A Di2c-mux.txt19 - Child nodes conforming to i2c bus binding
/openbmc/qemu/tests/qemu-iotests/
H A D302.out7 Child node '/file':
/openbmc/linux/drivers/staging/olpc_dcon/
H A DKconfig3 tristate "One Laptop Per Child Display CONtroller support"
/openbmc/u-boot/doc/device-tree-bindings/w1/
H A Dw1-gpio.txt5 Child nodes are required in device tree. The driver will detect
H A Dmxc-w1.txt4 Child nodes are required in device tree. The driver will detect
/openbmc/openbmc/poky/meta/classes/
H A Dtoaster.bbclass212 if "Child rusage ru_utime" in statinfo:
213 cpu_time_user = cpu_time_user + stat_to_float(statinfo["Child rusage ru_utime"])
215 if "Child rusage ru_stime" in statinfo:
216 cpu_time_system = cpu_time_system + stat_to_float(statinfo["Child rusage ru_stime"])
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dsamsung-s3c2410.txt14 Child nodes representing the available nand chips.

123