| /openbsd-src/sys/dev/acpi/ |
| H A D | acpisurface.c | 107 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 D | acpiac.c | 144 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 D | acpials.c | 159 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 D | acpibtn.c | 220 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 D | acpihid.c | 356 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 D | acpidock.c | 210 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 D | acpisbs.c | 382 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 D | acpitz.c | 482 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 D | acpibat.c | 506 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 D | atk0110.c | 544 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 D | acpithinkpad.c | 466 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 D | acpicpu.c | 1022 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 D | GDBRemoteCommunication.h | 184 PacketResult SendNotificationPacketNoLock(llvm::StringRef notify_type,
|
| H A D | GDBRemoteCommunication.cpp | 127 llvm::StringRef notify_type, std::deque<std::string> &queue, in SendNotificationPacketNoLock() argument 136 packet.Write(notify_type.data(), notify_type.size()); in SendNotificationPacketNoLock()
|