Home
last modified time | relevance | path

Searched refs:_slot (Results 1 – 9 of 9) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/
H A Dslot.hpp46 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 Dmanager.hpp25 slot_t _slot; member
42 _slot(makeManager(bus.getInterface(), get_busp(bus), path)) in manager()
H A Dinterface.hpp114 slot_t _slot; member
/openbmc/sdbusplus/src/bus/
H A Dmatch.cpp24 _slot( in match()
40 _slot(makeMatch(bus.getInterface(), get_busp(bus), _match, matchCallback, in match()
/openbmc/linux/include/linux/
H A Dkprobes.h320 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 Dsmpro-errmon.c505 #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 Dinterface.cpp31 _slot(makeObjVtable(_bus.getInterface(), get_busp(_bus), _path.c_str(), in interface()
/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp50 slot_t _slot; member
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1547 int *result, int *_slot) in dvb_ca_en50221_io_read_condition() argument
1574 *_slot = slot; in dvb_ca_en50221_io_read_condition()