Home
last modified time | relevance | path

Searched refs:src_bootargs (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/arch/x86/zefi/
Dzefi.c204 uint16_t *src_bootargs = (uint16_t *)loaded_image->LoadOptions; in efi_entry() local
206 while (*src_bootargs != '\0' && in efi_entry()
209 *dst_bootargs++ = *src_bootargs++ & 0x7f; in efi_entry()