| /NextBSD/sys/contrib/dev/acpica/components/events/ |
| HD | evmisc.c | 175 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest() 176 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest() 177 Info->Notify.HandlerListId = HandlerListId; in AcpiEvQueueNotifyRequest() 178 Info->Notify.HandlerListHead = HandlerListHead; in AcpiEvQueueNotifyRequest() 179 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; in AcpiEvQueueNotifyRequest() 223 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch() 225 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch() 226 Info->Notify.Value, in AcpiEvNotifyDispatch() 227 Info->Notify.Global->Context); in AcpiEvNotifyDispatch() 232 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch() [all …]
|
| HD | evgpeutil.c | 345 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiEvDeleteGpeHandlers() local 381 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers() 382 while (Notify) in AcpiEvDeleteGpeHandlers() 384 Next = Notify->Next; in AcpiEvDeleteGpeHandlers() 385 ACPI_FREE (Notify); in AcpiEvDeleteGpeHandlers() 386 Notify = Next; in AcpiEvDeleteGpeHandlers()
|
| HD | evxface.c | 201 if (HandlerObj->Notify.Handler == Handler) in AcpiInstallNotifyHandler() 207 HandlerObj = HandlerObj->Notify.Next[i]; in AcpiInstallNotifyHandler() 221 HandlerObj->Notify.Node = Node; in AcpiInstallNotifyHandler() 222 HandlerObj->Notify.HandlerType = HandlerType; in AcpiInstallNotifyHandler() 223 HandlerObj->Notify.Handler = Handler; in AcpiInstallNotifyHandler() 224 HandlerObj->Notify.Context = Context; in AcpiInstallNotifyHandler() 232 HandlerObj->Notify.Next[i] = in AcpiInstallNotifyHandler() 368 (HandlerObj->Notify.Handler != Handler)) in ACPI_EXPORT_SYMBOL() 371 HandlerObj = HandlerObj->Notify.Next[i]; in ACPI_EXPORT_SYMBOL() 384 PreviousHandlerObj->Notify.Next[i] = in ACPI_EXPORT_SYMBOL() [all …]
|
| HD | evgpe.c | 566 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiEvAsynchExecuteGpeMethod() local 588 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod() 589 while (ACPI_SUCCESS (Status) && Notify) in AcpiEvAsynchExecuteGpeMethod() 591 Status = AcpiEvQueueNotifyRequest (Notify->DeviceNode, in AcpiEvAsynchExecuteGpeMethod() 594 Notify = Notify->Next; in AcpiEvAsynchExecuteGpeMethod()
|
| HD | evxfgpe.c | 377 ACPI_GPE_NOTIFY_INFO *Notify; in ACPI_EXPORT_SYMBOL() local 462 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL() 463 while (Notify) in ACPI_EXPORT_SYMBOL() 465 if (Notify->DeviceNode == DeviceNode) in ACPI_EXPORT_SYMBOL() 470 Notify = Notify->Next; in ACPI_EXPORT_SYMBOL()
|
| /NextBSD/sys/dev/mii/ |
| HD | miibus_if.m | 27 # Notify bus about PHY status change. 34 # Notify bus about PHY link change. 41 # Notify bus that media has been set.
|
| /NextBSD/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbdisply.c | 827 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiDbDisplayGpes() local 971 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes() 972 while (Notify) in AcpiDbDisplayGpes() 975 Notify = Notify->Next; in AcpiDbDisplayGpes()
|
| /NextBSD/sys/contrib/dev/acpica/components/executer/ |
| HD | exdump.c | 267 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Notify.Node), "Node"}, 268 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"}, 269 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Handler), "Handler"}, 270 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Context), "Context"}, 271 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Next[0]), "Next System Notify"}, 272 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Next[1]), "Next Device Notify"}
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | POSIXThread.h | 81 void Notify(const ProcessMessage &message);
|
| HD | POSIXThread.cpp | 339 POSIXThread::Notify(const ProcessMessage &message) in Notify() function in POSIXThread
|
| HD | ProcessPOSIX.cpp | 521 thread->Notify(message); in RefreshStateAfterStop()
|
| /NextBSD/sys/kern/ |
| HD | bus_if.m | 163 * @brief Notify a bus that a child was deleted 177 * @brief Notify a bus that a child was detached 191 * @brief Notify a bus that a new driver was added 607 * @brief Notify a (bus) driver about a child that the hints mechanism 655 * @brief Notify a bus that the bus pass level has been changed 664 * @brief Notify a bus that specified child's IRQ should be remapped.
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunication.h | 68 Notify enumerator
|
| HD | GDBRemoteCommunication.cpp | 1047 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket() 1444 if (type == PacketType::Notify) in AppendBytesToCache()
|
| /NextBSD/sys/contrib/dev/acpica/include/ |
| HD | acobject.h | 529 ACPI_OBJECT_NOTIFY_HANDLER Notify; member
|
| HD | actbl1.h | 626 ACPI_HEST_NOTIFY Notify; member 694 ACPI_HEST_NOTIFY Notify; member
|
| HD | aclocal.h | 805 ACPI_NOTIFY_INFO Notify; member
|
| /NextBSD/sys/contrib/dev/acpica/components/utilities/ |
| HD | utdelete.c | 574 NextObject = PrevObject->Notify.Next[i]; in AcpiUtUpdateObjectReference()
|
| /NextBSD/sys/mips/beri/ |
| HD | fdt_ic_if.m | 217 * @brief Notify an ic that specified child's IRQ should be remapped.
|
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | softp11.c | 1113 CK_NOTIFY Notify, in C_OpenSession() argument 1124 soft_token.notify = Notify; in C_OpenSession()
|
| /NextBSD/contrib/ofed/management/doc/ |
| HD | libibumad.txt | 115 Description: Notify the library that the 'port' that was filled by
|
| /NextBSD/sys/contrib/dev/acpica/common/ |
| HD | dmtbinfo.c | 1279 {ACPI_DMT_HESTNTFY, ACPI_HEST1_OFFSET (Notify), "Notify", 0}, 1340 {ACPI_DMT_HESTNTFY, ACPI_HEST9_OFFSET (Notify), "Notify", 0},
|
| /NextBSD/sys/contrib/dev/acpica/ |
| HD | changes.txt | 1060 Updated the use of the AcpiOsWaitEventsComplete interface during Notify 1104 2) Standard values for the Notify() operator are decoded to descriptive 4240 GPE Notify". This feature will automatically issue a Notify(2) on a 4316 Notify() can still be performed on it. ACPICA BZ 876. Suggestion from Rui 6825 Implemented several changes for Notify handling. Added support for new 6826 Notify 6827 values (ACPI 2.0+) and improved the Notify debug output. Notify on 6887 Implemented another MS compatibility design change for GPE/Notify 7204 Reverted a change to Notify handling that was introduced in version 7205 20070508. This version changed the Notify handling from asynchronous to [all …]
|
| /NextBSD/etc/ |
| HD | services | 231 ansanotify 116/tcp #ANSA REX Notify 232 ansanotify 116/udp #ANSA REX Notify
|
| /NextBSD/contrib/subversion/ |
| HD | build-outputs.mk | 301 …nd.class subversion/bindings/javahl/classes/org/tigris/subversion/javahl/Notify.class subversion/b… 304 …(abs_srcdir)/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Notify.java $(abs_srcdir)… 1820 …lasses/org/tigris/subversion/javahl/Notify.class: subversion/bindings/javahl/src/org/tigris/subver…
|