Searched refs:str8 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/firmware/efi/
H A Dvars.c409 char *str8; dup_variable_bug() local
418 str8 = kzalloc(len8, GFP_KERNEL); dup_variable_bug()
419 if (!str8) dup_variable_bug()
423 str8[i] = str16[i]; dup_variable_bug()
426 str8, vendor_guid); dup_variable_bug()
427 kfree(str8); dup_variable_bug()

Completed in 84 milliseconds