Searched defs:wait (Results 1 - 2 of 2) sorted by relevance

/systemd/src/boot/efi/
H A Dconsole.c79 EFI_STATUS console_key_read(UINT64 *key, BOOLEAN wait) { argument
95 /* wait until key is pressed */
96 if (wait) {
H A Dboot.c487 BOOLEAN wait = FALSE; local
630 err = console_key_read(&key, wait);
645 /* timeout disabled, wait for next key */
646 wait = TRUE;

Completed in 15 milliseconds