Home
last modified time | relevance | path

Searched refs:handler_type (Results 1 – 17 of 17) sorted by relevance

/openbmc/boost-dbus/include/dbus/detail/
H A Dqueue.hpp22 typedef std::function<void(boost::system::error_code, Message)> handler_type; typedef in dbus::detail::queue
28 std::deque<handler_type> handlers;
40 handler_type handler_;
46 closure(handler_type h, Message m, in closure()
57 handler_type h = handlers.front(); in push()
/openbmc/linux/drivers/acpi/acpica/
H A Devxface.c58 u32 handler_type, in acpi_install_notify_handler() argument
72 if ((!device) || (!handler) || (!handler_type) || in acpi_install_notify_handler()
73 (handler_type > ACPI_MAX_NOTIFY_HANDLER_TYPE)) { in acpi_install_notify_handler()
91 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
144 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
166 handler_obj->notify.handler_type = handler_type; in acpi_install_notify_handler()
173 if (handler_type & (i + 1)) { in acpi_install_notify_handler()
183 if (handler_type == ACPI_ALL_NOTIFY) { in acpi_install_notify_handler()
212 u32 handler_type, acpi_notify_handler handler) in ACPI_EXPORT_SYMBOL()
226 if ((!device) || (!handler) || (!handler_type) || in ACPI_EXPORT_SYMBOL()
[all …]
H A Dacobject.h276 u32 handler_type; /* Type: Device/System/Both */ member
H A Dexdump.c220 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
/openbmc/obmc-console/
H A Dconsole-server.h49 struct handler_type { struct
51 struct handler *(*init)(const struct handler_type *type, argument
59 const struct handler_type *type; argument
75 __attribute__((used)) struct handler_type * \
H A Dlog-handler.c153 static struct handler *log_init(const struct handler_type *type in log_init()
228 static const struct handler_type log_handler = {
H A Dtty-handler.c240 static struct handler *tty_init(const struct handler_type *type in tty_init()
334 static const struct handler_type tty_handler = {
H A Dsocket-handler.c427 static struct handler *socket_init(const struct handler_type *type in socket_init()
529 static const struct handler_type socket_handler = {
H A Dconsole-dbus.c44 const struct handler_type *type; in tty_change_baudrate()
H A Dconsole-server.c622 extern const struct handler_type *const __start_handlers[]; in handlers_init()
623 extern const struct handler_type *const __stop_handlers[]; in handlers_init()
638 const struct handler_type *type = __start_handlers[i]; in handlers_init()
/openbmc/boost-dbus/include/dbus/
H A Dconnection_service.hpp87 detail::async_send_op<typename boost::asio::handler_type< in BOOST_ASIO_INITFN_RESULT_TYPE()
/openbmc/linux/drivers/acpi/
H A Dbus.c558 u32 handler_type, in acpi_dev_install_notify_handler() argument
563 status = acpi_install_notify_handler(adev->handle, handler_type, in acpi_dev_install_notify_handler()
573 u32 handler_type, in acpi_dev_remove_notify_handler() argument
576 acpi_remove_notify_handler(adev->handle, handler_type, handler); in acpi_dev_remove_notify_handler()
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_tui.py112 handler_type: Type[Handler]) -> bool:
125 if isinstance(handler, handler_type):
/openbmc/linux/drivers/hv/
H A Dhyperv_vmbus.h333 enum vmbus_message_handler_type handler_type; member
H A Dvmbus_drv.c1087 if (entry->handler_type == VMHT_BLOCKING) { in vmbus_on_msg_dpc()
/openbmc/linux/include/acpi/
H A Dacpixf.h636 u32 handler_type,
642 u32 handler_type,
H A Dacpi_bus.h519 u32 handler_type,
522 u32 handler_type,