/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | child.cpp | 15 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 D | child.hpp | 23 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 D | child.cpp | 88 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 D | i2c-fsi.txt | 14 Child node required properties: 17 Child node optional properties:
|
H A D | i2c-iop3xx.txt | 12 - Child nodes conforming to i2c bus binding
|
H A D | i2c-hix5hd2.txt | 14 - Child nodes conforming to i2c bus binding
|
H A D | i2c-altera.txt | 18 - Child nodes conforming to i2c bus binding
|
H A D | i2c-sprd.txt | 18 - Child nodes conforming to I2C bus binding
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_bmc.hpp | 27 using ::sdeventplus::source::Child; 129 std::map<pid_t, std::unique_ptr<Child>> childPtrMap;
|
H A D | dump_manager_bmc.cpp | 136 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 D | eagain.patch | 9 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 D | sprd,sc27xx-pmic.txt | 27 - #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 D | motorola-cpcap.txt | 9 - #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 D | twl-family.txt | 21 - Child nodes contain in the twl. The twl family is made of several variants
|
/openbmc/u-boot/doc/device-tree-bindings/spi/ |
H A D | spi-ath79.txt | 9 Child nodes as per the generic SPI binding.
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-octeon.txt | 10 Child nodes as per the generic SPI binding.
|
H A D | spi-ath79.txt | 11 Child nodes as per the generic SPI binding.
|
/openbmc/u-boot/doc/device-tree-bindings/i2c/ |
H A D | i2c-at91.txt | 15 - Child nodes conforming to i2c bus binding.
|
H A D | i2c-mux.txt | 19 - Child nodes conforming to i2c bus binding
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 302.out | 7 Child node '/file':
|
/openbmc/linux/drivers/staging/olpc_dcon/ |
H A D | Kconfig | 3 tristate "One Laptop Per Child Display CONtroller support"
|
/openbmc/u-boot/doc/device-tree-bindings/w1/ |
H A D | w1-gpio.txt | 5 Child nodes are required in device tree. The driver will detect
|
H A D | mxc-w1.txt | 4 Child nodes are required in device tree. The driver will detect
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | toaster.bbclass | 212 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 D | samsung-s3c2410.txt | 14 Child nodes representing the available nand chips.
|