Searched refs:src_bootargs (Results 1 – 1 of 1) sorted by relevance
204 uint16_t *src_bootargs = (uint16_t *)loaded_image->LoadOptions; in efi_entry() local206 while (*src_bootargs != '\0' && in efi_entry()209 *dst_bootargs++ = *src_bootargs++ & 0x7f; in efi_entry()