Lines Matching defs:version
4 * the Free Software Foundation; either version 2.1 of the License, or
5 * (at your option) any later version.
45 CHAR16 *version;
365 Print(L"systemd-boot version: " VERSION "\n");
370 Print(L"firmware version: %d.%02d\n", ST->FirmwareRevision >> 16, ST->FirmwareRevision & 0xffff);
435 if (entry->version)
436 Print(L"version '%s'\n", entry->version);
1026 if (strcmpa((CHAR8 *)"version", key) == 0) {
1027 FreePool(entry->version);
1028 entry->version = stra_to_str(value);
1335 /* add version to non-unique titles */
1341 if (!config->entries[i]->version)
1344 s = PoolPrint(L"%s (%s)", config->entries[i]->title_show, config->entries[i]->version);
1749 /* sort entries after version number */