Home
last modified time | relevance | path

Searched refs:notify_type (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/sys/dev/acpi/
H A Dacpisurface.c107 surface_hotkey(struct aml_node *node, int notify_type, void *arg) in surface_hotkey() argument
111 switch (notify_type) { in surface_hotkey()
149 notify_type); in surface_hotkey()
H A Dacpiac.c144 acpiac_notify(struct aml_node *node, int notify_type, void *arg) in acpiac_notify() argument
148 dnprintf(10, "acpiac_notify: %.2x %s\n", notify_type, in acpiac_notify()
151 switch (notify_type) { in acpiac_notify()
H A Dacpials.c159 acpials_notify(struct aml_node *node, int notify_type, void *arg) in acpials_notify() argument
163 DPRINTF(("%s: %s: %d\n", sc->sc_dev.dv_xname, __func__, notify_type)); in acpials_notify()
165 if (notify_type == 0x80) in acpials_notify()
H A Dacpibtn.c220 acpibtn_notify(struct aml_node *node, int notify_type, void *arg) in acpibtn_notify() argument
229 dnprintf(10, "acpibtn_notify: %.2x %s\n", notify_type, in acpibtn_notify()
274 switch (notify_type) { in acpibtn_notify()
289 if (notify_type == 0x80) { in acpibtn_notify()
H A Dacpihid.c356 acpihid_notify(struct aml_node *node, int notify_type, void *arg) in acpihid_notify() argument
362 notify_type)); in acpihid_notify()
365 switch (notify_type) { in acpihid_notify()
394 notify_type)); in acpihid_notify()
H A Dacpidock.c210 acpidock_notify(struct aml_node *node, int notify_type, void *arg) in acpidock_notify() argument
216 notify_type); in acpidock_notify()
218 switch (notify_type) { in acpidock_notify()
H A Dacpisbs.c382 acpisbs_notify(struct aml_node *node, int notify_type, void *arg) in acpisbs_notify() argument
387 DPRINTF(("%s: %s: %d\n", sc->sc_dev.dv_xname, __func__, notify_type)); in acpisbs_notify()
391 switch (notify_type) { in acpisbs_notify()
H A Dacpitz.c482 acpitz_notify(struct aml_node *node, int notify_type, void *arg) in acpitz_notify() argument
486 dnprintf(10, "%s notify: %.2x %s\n", DEVNAME(sc), notify_type, in acpitz_notify()
489 switch (notify_type) { in acpitz_notify()
H A Dacpibat.c506 acpibat_notify(struct aml_node *node, int notify_type, void *arg)
511 dnprintf(10, "acpibat_notify: %.2x %s\n", notify_type, in acpibat_notify()
522 switch (notify_type) { in acpibat_notify()
508 acpibat_notify(struct aml_node * node,int notify_type,void * arg) acpibat_notify() argument
H A Datk0110.c544 aibs_notify(struct aml_node *node, int notify_type, void *arg) in aibs_notify() argument
548 if (notify_type == 0x00) { in aibs_notify()
H A Dacpithinkpad.c466 thinkpad_hotkey(struct aml_node *node, int notify_type, void *arg) in thinkpad_hotkey() argument
471 if (notify_type == 0x00) { in thinkpad_hotkey()
477 if (notify_type != 0x80) in thinkpad_hotkey()
H A Dacpicpu.c1022 acpicpu_notify(struct aml_node *node, int notify_type, void *arg)
1026 dnprintf(10, "acpicpu_notify: %.2x %s\n", notify_type, in acpicpu_notify()
1029 switch (notify_type) { in acpicpu_notify()
1046 notify_type); in acpicpu_notify()
1023 acpicpu_notify(struct aml_node * node,int notify_type,void * arg) acpicpu_notify() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h184 PacketResult SendNotificationPacketNoLock(llvm::StringRef notify_type,
H A DGDBRemoteCommunication.cpp127 llvm::StringRef notify_type, std::deque<std::string> &queue, in SendNotificationPacketNoLock() argument
136 packet.Write(notify_type.data(), notify_type.size()); in SendNotificationPacketNoLock()