/titanic_50/usr/src/uts/intel/io/acpica/events/ |
H A D | evmisc.c | 176 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest() 177 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest() 178 Info->Notify.HandlerListId = HandlerListId; in AcpiEvQueueNotifyRequest() 179 Info->Notify.HandlerListHead = HandlerListHead; in AcpiEvQueueNotifyRequest() 180 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId]; in AcpiEvQueueNotifyRequest() 224 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch() 226 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch() 227 Info->Notify.Value, in AcpiEvNotifyDispatch() 228 Info->Notify.Global->Context); in AcpiEvNotifyDispatch() 233 HandlerObj = Info->Notify.HandlerListHead; in AcpiEvNotifyDispatch() [all …]
|
H A D | 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()
|
H A D | 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 …]
|
H A D | 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() 592 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE); in AcpiEvAsynchExecuteGpeMethod() 594 Notify = Notify->Next; in AcpiEvAsynchExecuteGpeMethod()
|
H A D | 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()
|
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Session.c | 44 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) in C_OpenSession() argument 66 flags, pApplication, Notify, phSession)); in C_OpenSession() 69 pApplication, Notify, phSession)); in C_OpenSession() 76 pApplication, Notify, &prov_sess); in C_OpenSession() 85 pApplication, Notify, &prov_sess); in C_OpenSession()
|
H A D | metaSession.c | 51 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) in meta_OpenSession() argument
|
H A D | metaGlobal.h | 718 CK_VOID_PTR pApplication, CK_NOTIFY Notify,
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uucp.c | 45 int Notify = 0; variable 196 if (!Notify) { 198 Notify = 1; 562 if ( Notify ) {
|
/titanic_50/usr/src/uts/intel/io/acpica/executer/ |
H A D | 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"}
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSession.c | 36 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) in C_OpenSession() argument 64 rv = soft_add_session(flags, pApplication, Notify, phSession); in C_OpenSession()
|
H A D | softSession.h | 83 CK_NOTIFY Notify; member
|
H A D | softSessionUtil.c | 120 new_sp->Notify = notify; in soft_add_session()
|
H A D | softKeystore.c | 2226 token_session.Notify = NULL; in soft_init_token_session()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSession.h | 86 CK_NOTIFY Notify; member
|
H A D | kernelSession.c | 37 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) in C_OpenSession() argument 74 rv = kernel_add_session(slotID, flags, pApplication, Notify, in C_OpenSession()
|
H A D | kernelSessionUtil.c | 112 new_sp->Notify = notify; in kernel_add_session()
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H A D | actbl1.h | 633 ACPI_HEST_NOTIFY Notify; member 701 ACPI_HEST_NOTIFY Notify; member 719 ACPI_HEST_NOTIFY Notify; member
|
H A D | acobject.h | 530 ACPI_OBJECT_NOTIFY_HANDLER Notify; member
|
H A D | aclocal.h | 827 ACPI_NOTIFY_INFO Notify; member
|
/titanic_50/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utdelete.c | 575 NextObject = PrevObject->Notify.Next[i]; in AcpiUtUpdateObjectReference()
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 175 CK_NOTIFY Notify, /* callback function */
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1762 CK_NOTIFY Notify, in C_OpenSession() argument
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 372 Notify 1697 Updated the use of the AcpiOsWaitEventsComplete interface during Notify 1741 2) Standard values for the Notify() operator are decoded to descriptive 4881 GPE Notify". This feature will automatically issue a Notify(2) on a 4957 Notify() can still be performed on it. ACPICA BZ 876. Suggestion from Rui 7466 Implemented several changes for Notify handling. Added support for new 7467 Notify 7468 values (ACPI 2.0+) and improved the Notify debug output. Notify on 7528 Implemented another MS compatibility design change for GPE/Notify 7845 Reverted a change to Notify handling that was introduced in version [all …]
|