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

/systemd/src/boot/efi/
H A Dboot.c90 CHAR16 *print; local
102 print = AllocatePool((x_max+1) * sizeof(CHAR16));
119 CopyMem(print, line + first, i * sizeof(CHAR16));
122 print[i++] = ' ';
124 print[i] = '\0';
127 uefi_call_wrapper(ST->ConOut->OutputString, 2, ST->ConOut, print);
322 FreePool(print);
612 /* print status at last line of screen */

Completed in 1899 milliseconds