Searched refs:EVT_NOTIFY_WAIT (Results 1 – 7 of 7) sorted by relevance
87 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
58 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
57 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_WAIT, in setup()
1136 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register()
907 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
659 case EVT_NOTIFY_WAIT: in efi_create_event()660 case EVT_TIMER | EVT_NOTIFY_WAIT: in efi_create_event()671 if ((type & (EVT_NOTIFY_WAIT | EVT_NOTIFY_SIGNAL)) && in efi_create_event()
48 #define EVT_NOTIFY_WAIT 0x00000100 macro