Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 25 of 28) sorted by relevance

12

/NextBSD/sys/contrib/dev/acpica/components/events/
HDevmisc.c175 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 …]
HDevgpeutil.c345 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()
HDevxface.c201 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 …]
HDevgpe.c566 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()
HDevxfgpe.c377 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/
HDmiibus_if.m27 # 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/
HDdbdisply.c827 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/
HDexdump.c267 {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/
HDPOSIXThread.h81 void Notify(const ProcessMessage &message);
HDPOSIXThread.cpp339 POSIXThread::Notify(const ProcessMessage &message) in Notify() function in POSIXThread
HDProcessPOSIX.cpp521 thread->Notify(message); in RefreshStateAfterStop()
/NextBSD/sys/kern/
HDbus_if.m163 * @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/
HDGDBRemoteCommunication.h68 Notify enumerator
HDGDBRemoteCommunication.cpp1047 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
1444 if (type == PacketType::Notify) in AppendBytesToCache()
/NextBSD/sys/contrib/dev/acpica/include/
HDacobject.h529 ACPI_OBJECT_NOTIFY_HANDLER Notify; member
HDactbl1.h626 ACPI_HEST_NOTIFY Notify; member
694 ACPI_HEST_NOTIFY Notify; member
HDaclocal.h805 ACPI_NOTIFY_INFO Notify; member
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutdelete.c574 NextObject = PrevObject->Notify.Next[i]; in AcpiUtUpdateObjectReference()
/NextBSD/sys/mips/beri/
HDfdt_ic_if.m217 * @brief Notify an ic that specified child's IRQ should be remapped.
/NextBSD/crypto/heimdal/lib/hx509/
HDsoftp11.c1113 CK_NOTIFY Notify, in C_OpenSession() argument
1124 soft_token.notify = Notify; in C_OpenSession()
/NextBSD/contrib/ofed/management/doc/
HDlibibumad.txt115 Description: Notify the library that the 'port' that was filled by
/NextBSD/sys/contrib/dev/acpica/common/
HDdmtbinfo.c1279 {ACPI_DMT_HESTNTFY, ACPI_HEST1_OFFSET (Notify), "Notify", 0},
1340 {ACPI_DMT_HESTNTFY, ACPI_HEST9_OFFSET (Notify), "Notify", 0},
/NextBSD/sys/contrib/dev/acpica/
HDchanges.txt1060 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/
HDservices231 ansanotify 116/tcp #ANSA REX Notify
232 ansanotify 116/udp #ANSA REX Notify
/NextBSD/contrib/subversion/
HDbuild-outputs.mk301 …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…

12