Home
last modified time | relevance | path

Searched refs:slot_t (Results 1 – 12 of 12) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/server/
H A Dmanager.hpp25 slot_t _slot;
27 static slot_t makeManager(SdBusInterface* intf, sd_bus* bus, in makeManager()
32 return slot_t{slot, intf}; in makeManager()
H A Dinterface.hpp114 slot_t _slot;
/openbmc/kcsbridge/src/
H A Dcmd.cpp28 using sdbusplus::slot_t;
69 void read(stdplus::Fd& kcs, bus_t& bus, slot_t& outstanding) in read()
80 outstanding = slot_t(nullptr); in read()
96 outstanding = slot_t(nullptr); in read()
H A Dcmd.hpp12 sdbusplus::slot_t& outstanding);
H A Dmain.cpp53 sdbusplus::slot_t slot(nullptr); in execute()
/openbmc/sdbusplus/src/server/
H A Dinterface.cpp12 static slot_t makeObjVtable(SdBusInterface* intf, sd_bus* bus, const char* path, in makeObjVtable()
23 return slot_t{slot, intf}; in makeObjVtable()
/openbmc/sdbusplus/src/bus/
H A Dmatch.cpp10 static slot_t makeMatch(SdBusInterface* intf, sd_bus* bus, const char* _match, in makeMatch()
19 return slot_t{slot, intf}; in makeMatch()
/openbmc/sdbusplus/src/async/
H A Dmatch.cpp6 slot_t match::makeMatch(context& ctx, const std::string_view& pattern) in makeMatch()
23 return slot_t{s, &sdbus_impl}; in makeMatch()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dmatch.hpp58 sdbusplus::slot_t slot;
73 slot_t makeMatch(context& ctx, const std::string_view& pattern);
/openbmc/sdbusplus/include/sdbusplus/
H A Dslot.hpp98 using slot_t = slot::slot; typedef
H A Dmessage.hpp441 [[nodiscard]] slot_t
454 slot_t ret(slot, _intf); in call_async()
/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp50 slot_t _slot;