OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Notify
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/events/
evgpeutil.c
345
ACPI_GPE_NOTIFY_INFO *
Notify
;
381
Notify
= GpeEventInfo->Dispatch.NotifyList;
382
while (
Notify
)
384
Next =
Notify
->Next;
385
ACPI_FREE (
Notify
);
386
Notify
= Next;
evxfgpe.c
379
* there won't be any
notify
handlers installed for device wake notifications
448
ACPI_GPE_NOTIFY_INFO *
Notify
;
462
* implicit
notify
feature on all hosts.
486
* Allocate a new
notify
object up front, in case it is needed.
510
* known as an "implicit
notify
". Note: The GPE is assumed to be
517
* This is the first device for implicit
notify
on this GPE.
518
* Just set the flags here, and enter the
NOTIFY
block below.
535
* If we already have an implicit
notify
on this GPE, add
536
* this device to the
notify
list.
543
Notify
= GpeEventInfo->Dispatch.NotifyList
[
all
...]
evgpe.c
544
ACPI_GPE_NOTIFY_INFO *
Notify
;
550
/* Do the correct dispatch - normal method or implicit
notify
*/
556
* Implicit
notify
.
557
* Dispatch a DEVICE_WAKE
notify
to the appropriate handler.
559
* completes. The
notify
handlers are NOT invoked synchronously
563
* June 2012: Expand implicit
notify
mechanism to support
566
Notify
= GpeEventInfo->Dispatch.NotifyList;
567
while (ACPI_SUCCESS (Status) &&
Notify
)
570
Notify
->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE);
572
Notify
= Notify->Next
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c
851
ACPI_GPE_NOTIFY_INFO *
Notify
;
995
Notify
= GpeEventInfo->Dispatch.NotifyList;
996
while (
Notify
)
999
Notify
=
Notify
->Next;
1002
AcpiOsPrintf ("Implicit
Notify
on %u devices",
/src/sys/external/bsd/acpica/dist/include/
acobject.h
53
* address space handlers and
notify
handlers. The object is a constant
257
/* COMMON
NOTIFY
for POWER, PROCESSOR, DEVICE, and THERMAL */
538
ACPI_OBJECT_NOTIFY_HANDLER
Notify
;
aclocal.h
527
/*
Notify
info for implicit
notify
, multiple device objects */
538
* of dispatch - Method, Handler, or Implicit
Notify
.
813
*
Notify
info - used to pass info to the deferred
notify
839
ACPI_NOTIFY_INFO
Notify
;
actbl1.h
1848
/* Values for
Notify
Type field above */
1909
ACPI_HEST_NOTIFY
Notify
;
1977
ACPI_HEST_NOTIFY
Notify
;
1995
ACPI_HEST_NOTIFY
Notify
;
2080
ACPI_HEST_NOTIFY
Notify
;
Completed in 27 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026