Searched refs:notify_function (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_console.c | 858 struct efi_cin_notify_function *notify_function; in efi_cin_register_key_notify() local 875 notify_function = calloc(1, sizeof(struct efi_cin_notify_function)); in efi_cin_register_key_notify() 876 if (!notify_function) { in efi_cin_register_key_notify() 880 notify_function->key = *key_data; in efi_cin_register_key_notify() 881 notify_function->function = key_notify_function; in efi_cin_register_key_notify() 882 list_add_tail(¬ify_function->link, &cin_notify_functions); in efi_cin_register_key_notify() 883 *notify_handle = notify_function; in efi_cin_register_key_notify() 906 struct efi_cin_notify_function *item, *notify_function = in efi_cin_unregister_key_notify() local 916 if (item == notify_function) { in efi_cin_unregister_key_notify() 925 list_del(¬ify_function->link); in efi_cin_unregister_key_notify() [all …]
|
H A D | efi_boottime.c | 172 if (event->notify_function) { in efi_queue_event() 177 EFI_CALL_VOID(event->notify_function(event, in efi_queue_event() 229 evt->notify_function) in efi_signal_event() 592 void (EFIAPI *notify_function) ( in efi_create_event() 626 evt->notify_function = notify_function; in efi_create_event() 655 void (EFIAPI *notify_function) ( in efi_create_event_ex() 662 EFI_ENTRY("%d, 0x%zx, %p, %p, %pUl", type, notify_tpl, notify_function, in efi_create_event_ex() 664 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex() 685 void (EFIAPI *notify_function) ( in efi_create_event_ext() 690 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext() [all …]
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 240 void (EFIAPI *notify_function)(struct efi_event *event, void *context); 343 void (EFIAPI *notify_function) (
|
H A D | efi_api.h | 80 void (EFIAPI *notify_function) ( 185 void (EFIAPI *notify_function) (
|