Searched defs:Notify (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devxfgpe.c377 ACPI_GPE_NOTIFY_INFO *Notify; local
462 Notify = GpeEventInfo->Dispatch.NotifyList;
463 while (Notify)
465 if (Notify->DeviceNode == DeviceNode)
470 Notify = Notify->Next;
H A Devgpeutil.c345 ACPI_GPE_NOTIFY_INFO *Notify; local
381 Notify = GpeEventInfo->Dispatch.NotifyList;
382 while (Notify)
384 Next = Notify->Next;
385 ACPI_FREE (Notify);
386 Notify = Next;
H A Devgpe.c566 ACPI_GPE_NOTIFY_INFO *Notify; local
588 Notify = GpeEventInfo->Dispatch.NotifyList;
589 while (ACPI_SUCCESS (Status) && Notify)
592 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE);
594 Notify = Notify->Next;
658 * complete (i.e., finish execution of Notify)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c36 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession)
64 rv = soft_add_session(flags, pApplication, Notify, phSession);
35 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) argument
H A DsoftSession.h83 CK_NOTIFY Notify; member in struct:session
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c44 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession)
66 flags, pApplication, Notify, phSession));
69 pApplication, Notify, phSession));
76 pApplication, Notify, &prov_sess);
85 pApplication, Notify, &prov_sess);
43 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) argument
H A DmetaSession.c43 * 1) The pApplication and Notify args are not used, as the metaslot does not
51 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession)
50 meta_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c37 CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession)
74 rv = kernel_add_session(slotID, flags, pApplication, Notify,
36 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) argument
H A DkernelSession.h86 CK_NOTIFY Notify; member in struct:session
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c45 int Notify = 0; variable
196 if (!Notify) {
198 Notify = 1;
562 if ( Notify ) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1762 CK_NOTIFY Notify,
1758 C_OpenSession( CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, CK_NOTIFY Notify, CK_SESSION_HANDLE_PTR phSession) argument
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h530 ACPI_OBJECT_NOTIFY_HANDLER Notify; member in union:acpi_operand_object
H A Daclocal.h526 /* Notify info for implicit notify, multiple device objects */
537 * of dispatch - Method, Handler, or Implicit Notify.
801 * Notify info - used to pass info to the deferred notify
827 ACPI_NOTIFY_INFO Notify; member in union:acpi_generic_state
H A Dactbl1.h573 /* Values for Notify Type field above */
633 ACPI_HEST_NOTIFY Notify; member in struct:acpi_hest_ia_corrected
701 ACPI_HEST_NOTIFY Notify; member in struct:acpi_hest_generic
719 ACPI_HEST_NOTIFY Notify; member in struct:acpi_hest_generic_v2

Completed in 94 milliseconds