Lines Matching refs:name
30 * - Neither the name of Intel Corporation nor the names of its
65 static int read_efi_var(const char *name, unsigned long *size,
84 uni_name = kcalloc(strlen(name) + 1, sizeof(efi_char16_t), GFP_KERNEL);
96 for (i = 0; name[i]; i++)
97 uni_name[i] = name[i];
155 char name[128];
165 snprintf(name, sizeof(name), "%s-%s", prefix_name, kind);
166 result = read_efi_var(name, size, return_data);
177 snprintf(name, sizeof(name), "%s-%s", prefix_name, kind);
178 result = read_efi_var(name, size, return_data);