Lines Matching defs:initrd
1014 CHAR16 *initrd = NULL;
1068 if (strcmpa((CHAR8 *)"initrd", key) == 0) {
1072 if (initrd) {
1075 s = PoolPrint(L"%s initrd=%s", initrd, new);
1076 FreePool(initrd);
1077 initrd = s;
1079 initrd = PoolPrint(L"initrd=%s", new);
1105 FreePool(initrd);
1110 /* add initrd= to options */
1111 if (entry->type == LOADER_LINUX && initrd) {
1115 s = PoolPrint(L"%s %s", initrd, entry->options);
1119 entry->options = initrd;
1120 initrd = NULL;
1123 FreePool(initrd);