Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/contrib/dev/acpica/components/events/
H A Devmisc.c284 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest()
285 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()
332 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch()
334 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
335 Info->Notify.Value, in AcpiEvNotifyDispatch()
336 Info->Notify.Global->Context); in AcpiEvNotifyDispatch()
341 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch()
344 HandlerObj->Notify.Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
345 Info->Notify.Value, in AcpiEvNotifyDispatch()
346 HandlerObj->Notify.Context); in AcpiEvNotifyDispatch()
[all …]
H A Devgpeutil.c453 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiEvDeleteGpeHandlers() local
489 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
490 while (Notify) in AcpiEvDeleteGpeHandlers()
492 Next = Notify->Next; in AcpiEvDeleteGpeHandlers()
493 ACPI_FREE (Notify); in AcpiEvDeleteGpeHandlers()
494 Notify = Next; in AcpiEvDeleteGpeHandlers()
H A Devxface.c309 if (HandlerObj->Notify.Handler == Handler) in AcpiInstallNotifyHandler()
315 HandlerObj = HandlerObj->Notify.Next[i]; in AcpiInstallNotifyHandler()
329 HandlerObj->Notify.Node = Node; in AcpiInstallNotifyHandler()
330 HandlerObj->Notify.HandlerType = HandlerType; in AcpiInstallNotifyHandler()
331 HandlerObj->Notify.Handler = Handler; in AcpiInstallNotifyHandler()
332 HandlerObj->Notify.Context = Context; in AcpiInstallNotifyHandler()
340 HandlerObj->Notify.Next[i] = in AcpiInstallNotifyHandler()
479 HandlerObj = HandlerObj->Notify.Next[i]; in ACPI_EXPORT_SYMBOL()
492 PreviousHandlerObj->Notify.Next[i] = in ACPI_EXPORT_SYMBOL()
493 HandlerObj->Notify.Next[i]; in ACPI_EXPORT_SYMBOL()
[all …]
H A Devgpe.c645 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiEvAsynchExecuteGpeMethod() local
667 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
668 while (ACPI_SUCCESS (Status) && Notify) in AcpiEvAsynchExecuteGpeMethod()
671 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE); in AcpiEvAsynchExecuteGpeMethod()
673 Notify = Notify->Next; in AcpiEvAsynchExecuteGpeMethod()
H A Devxfgpe.c556 ACPI_GPE_NOTIFY_INFO *Notify; in ACPI_EXPORT_SYMBOL() local
651 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
652 while (Notify) in ACPI_EXPORT_SYMBOL()
654 if (Notify->DeviceNode == DeviceNode) in ACPI_EXPORT_SYMBOL()
659 Notify = Notify->Next; in ACPI_EXPORT_SYMBOL()
/freebsd-12.1/sys/dev/mii/
H A Dmiibus_if.m27 # Notify bus about PHY status change.
34 # Notify bus about PHY link change.
41 # Notify bus that media has been set.
/freebsd-12.1/tests/sys/fs/fusefs/
H A Dnotify.cc53 class Notify: public FuseTest { class
86 class NotifyWriteback: public Notify {
91 Notify::SetUp(); in SetUp()
160 TEST_F(Notify, inval_entry_nonexistent) in TEST_F() argument
179 TEST_F(Notify, inval_entry) in TEST_F() argument
217 TEST_F(Notify, inval_entry_below_root) in TEST_F() argument
264 TEST_F(Notify, inval_entry_invalidates_parent_attrs) in TEST_F() argument
308 TEST_F(Notify, inval_inode_nonexistent) in TEST_F() argument
326 TEST_F(Notify, inval_inode_with_clean_cache) in TEST_F() argument
393 TEST_F(Notify, DISABLED_store_nonexistent) in TEST_F() argument
[all …]
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc294 check_points->n1.Notify(); in ThreadWithScopedTrace()
302 check_points->n3.Notify(); in ThreadWithScopedTrace()
318 check_points.n2.Notify(); in TEST()
500 notifications->spawn_thread_started.Notify(); in ThreadRoutine()
523 notifications_.spawn_thread_ok_to_terminate.Notify(); in TearDown()
H A Dgtest_stress_test.cc129 threads_can_start.Notify(); in TEST()
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c959 ACPI_GPE_NOTIFY_INFO *Notify; in AcpiDbDisplayGpes() local
1103 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
1104 while (Notify) in AcpiDbDisplayGpes()
1107 Notify = Notify->Next; in AcpiDbDisplayGpes()
/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c375 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Notify.Node), "Node"},
376 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},
377 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Handler), "Handler"},
378 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Context), "Context"},
379 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Next[0]), "Next System Notify"},
380 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Notify.Next[1]), "Next Device Notify"}
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h70 void Notify(const ProcessMessage &message);
H A DFreeBSDThread.cpp353 void FreeBSDThread::Notify(const ProcessMessage &message) { in Notify() function in FreeBSDThread
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl1.h1584 ACPI_HEST_NOTIFY Notify; member
1652 ACPI_HEST_NOTIFY Notify; member
1670 ACPI_HEST_NOTIFY Notify; member
1755 ACPI_HEST_NOTIFY Notify; member
H A Dacobject.h642 ACPI_OBJECT_NOTIFY_HANDLER Notify; member
H A Daclocal.h938 ACPI_NOTIFY_INFO Notify; member
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c943 {ACPI_DMT_HESTNTFY, ACPI_HEST1_OFFSET (Notify), "Notify", 0},
1004 {ACPI_DMT_HESTNTFY, ACPI_HEST9_OFFSET (Notify), "Notify", 0},
1021 {ACPI_DMT_HESTNTFY, ACPI_HEST10_OFFSET (Notify), "Notify", 0},
1042 {ACPI_DMT_HESTNTFY, ACPI_HEST11_OFFSET (Notify), "Notify", 0},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h61 enum class PacketType { Invalid = 0, Standard, Notify }; enumerator
H A DGDBRemoteCommunication.cpp888 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
1356 if (type == PacketType::Notify) { in AppendBytesToCache()
/freebsd-12.1/sys/kern/
H A Dbus_if.m173 * @brief Notify a bus that a child was deleted
187 * @brief Notify a bus that a child was detached
201 * @brief Notify a bus that a new driver was added
729 * @brief Notify a (bus) driver about a child that the hints mechanism
788 * @brief Notify a bus that the bus pass level has been changed
797 * @brief Notify a bus that specified child's IRQ should be remapped.
/freebsd-12.1/sys/dev/xdma/
H A Dxdma_if.m83 # Notify driver we have machine-dependend data.
/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c687 NextObject = PrevObject->Notify.Next[i]; in AcpiUtUpdateObjectReference()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1612 void Notify() {
1679 void Notify();
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1113 CK_NOTIFY Notify, in C_OpenSession() argument
1124 soft_token.notify = Notify; in C_OpenSession()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc244 void Notification::Notify() { in Notify() function in testing::internal::Notification

12