Searched refs:EVT_NOTIFY_WAIT (Results 1 – 3 of 3) sorted by relevance
452 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_console_register()
257 if ((type & EVT_NOTIFY_SIGNAL) && (type & EVT_NOTIFY_WAIT)) in efi_create_event()260 if ((type & (EVT_NOTIFY_SIGNAL|EVT_NOTIFY_WAIT)) && in efi_create_event()
35 #define EVT_NOTIFY_WAIT 0x00000100 macro