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()
372 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
601 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register()
592 if ((type & EVT_NOTIFY_SIGNAL) && (type & EVT_NOTIFY_WAIT)) in efi_create_event()595 if ((type & (EVT_NOTIFY_SIGNAL | EVT_NOTIFY_WAIT)) && in efi_create_event()
36 #define EVT_NOTIFY_WAIT 0x00000100 macro