Searched refs:EVT_NOTIFY_SIGNAL (Results 1 – 3 of 3) sorted by relevance
160 if (event->type & EVT_NOTIFY_SIGNAL) { in efi_signal_event()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()381 if (!event[i]->type || event[i]->type & EVT_NOTIFY_SIGNAL) in efi_wait_for_event()446 if (!event->type || event->type & EVT_NOTIFY_SIGNAL) in efi_check_event()
458 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
36 #define EVT_NOTIFY_SIGNAL 0x00000200 macro