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

/systemd/src/boot/efi/
H A Dboot.c43 CHAR16 *title_show; member in struct:__anon41
432 Print(L"title show '%s'\n", entry->title_show);
530 entry_len = StrLen(config->entries[i]->title_show);
553 for (k = 0; config->entries[i]->title_show[k] != '\0' && j < x_max; j++, k++)
554 lines[i][j] = config->entries[i]->title_show[k];
848 FreePool(entry->title_show);
1312 FreePool(config->entries[i]->title_show);
1316 config->entries[i]->title_show = StrDuplicate(title);
1324 if (StrCmp(config->entries[i]->title_show, config->entries[k]->title_show) !
[all...]

Completed in 1066 milliseconds