Searched refs:notify_context (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_watchdog.c | 24 struct notify_context { struct 34 static struct notify_context notification_context; argument 46 struct notify_context *notify_context = context; in notify() local 49 if (!notify_context) in notify() 55 notify_context->status = ret; in notify() 57 notify_context->timer_ticks++; in notify()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 178 event->notify_context)); in efi_queue_event() 595 void *notify_context, efi_guid_t *group, in efi_create_event() argument 627 evt->notify_context = notify_context; in efi_create_event() 658 void *notify_context, in efi_create_event_ex() argument 663 notify_context, event_group); in efi_create_event_ex() 665 notify_context, event_group, event)); in efi_create_event_ex() 688 void *notify_context, struct efi_event **event) in efi_create_event_ext() argument 691 notify_context); in efi_create_event_ext() 693 notify_context, NULL, event)); in efi_create_event_ext()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 241 void *notify_context; member 346 void *notify_context, efi_guid_t *group,
|
H A D | efi_api.h | 83 void *notify_context, struct efi_event **event); 188 void *notify_context,
|