Searched refs:notify_context (Results 1 – 5 of 5) sorted by relevance
| /u-boot/lib/efi_selftest/ |
| 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()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_boottime.c | 220 event->notify_context)); in efi_process_event_queue() 674 void *notify_context, efi_guid_t *group, in efi_create_event() argument 720 evt->notify_context = notify_context; in efi_create_event() 751 void *notify_context, in efi_create_event_ex() argument 758 notify_context, event_group); in efi_create_event_ex() 772 notify_context, event_group, event); in efi_create_event_ex() 797 void *notify_context, struct efi_event **event) in efi_create_event_ext() argument 800 notify_context); in efi_create_event_ext() 802 notify_context, NULL, event)); in efi_create_event_ext()
|
| A D | efi_runtime.c | 813 event, event->notify_context)); in efi_set_virtual_address_map()
|
| /u-boot/include/ |
| A D | efi_loader.h | 468 void *notify_context; member 681 void *notify_context, efi_guid_t *group,
|
| A D | efi_api.h | 88 void *notify_context, struct efi_event **event); 194 void *notify_context,
|
Completed in 23 milliseconds