Home
last modified time | relevance | path

Searched refs:busp_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/
H A Dbus.hpp29 using busp_t = sd_bus*; typedef
141 bus(busp_t b, sdbusplus::SdBusInterface* intf);
147 explicit bus(busp_t b);
153 bus(busp_t b, std::false_type);
170 busp_t release() in release()
527 busp_t get() noexcept in get()
547 static busp_t get_busp(sdbusplus::bus::bus& b) noexcept in get_busp()
/openbmc/sdbusplus/src/
H A Dbus.cpp101 bus::bus(busp_t b, sdbusplus::SdBusInterface* intf) : in bus()
115 bus::bus(busp_t b) : in bus()
130 bus::bus(busp_t b, std::false_type) : in bus()