Searched refs:_slot (Results 1 – 9 of 9) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | slot.hpp | 46 slot() : _slot(nullptr, details::SlotDeleter(&sdbus_impl)) {} in slot() 54 _slot(s, details::SlotDeleter(intf)) in slot() 60 return _slot.release(); in release() 66 return bool(_slot); in operator bool() 74 return _slot.get(); in get() 76 details::slot _slot; member
|
/openbmc/sdbusplus/include/sdbusplus/server/ |
H A D | manager.hpp | 25 slot_t _slot; member 42 _slot(makeManager(bus.getInterface(), get_busp(bus), path)) in manager()
|
H A D | interface.hpp | 114 slot_t _slot; member
|
/openbmc/sdbusplus/src/bus/ |
H A D | match.cpp | 24 _slot( in match() 40 _slot(makeMatch(bus.getInterface(), get_busp(bus), _match, matchCallback, in match()
|
/openbmc/linux/include/linux/ |
H A D | kprobes.h | 320 static inline kprobe_opcode_t *get_##__name##_slot(void) \ 325 static inline void free_##__name##_slot(kprobe_opcode_t *slot, int dirty)\ 330 static inline bool is_kprobe_##__name##_slot(unsigned long addr) \ 340 static inline bool is_kprobe_##__name##_slot(unsigned long addr) \
|
/openbmc/linux/drivers/misc/ |
H A D | smpro-errmon.c | 505 #define EVENT_DIMM_SYNDROME(_slot) \ argument 506 static ssize_t event_dimm##_slot##_syndrome_show(struct device *dev, \ 510 return smpro_dimm_syndrome_read(dev, da, buf, _slot); \ 512 static DEVICE_ATTR_RO(event_dimm##_slot##_syndrome)
|
/openbmc/sdbusplus/src/server/ |
H A D | interface.cpp | 31 _slot(makeObjVtable(_bus.getInterface(), get_busp(_bus), _path.c_str(), in interface()
|
/openbmc/sdbusplus/include/sdbusplus/bus/ |
H A D | match.hpp | 50 slot_t _slot; member
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 1547 int *result, int *_slot) in dvb_ca_en50221_io_read_condition() argument 1574 *_slot = slot; in dvb_ca_en50221_io_read_condition()
|