Home
last modified time | relevance | path

Searched refs:BOOT_SCRIPT_EXEC (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c322 if (ldipl && bms->entry[i].type != BOOT_SCRIPT_EXEC) { in run_eckd_boot_script()
327 IPL_assert(bms->entry[i].type == BOOT_SCRIPT_EXEC, in run_eckd_boot_script()
H A Dbootmap.h149 #define BOOT_SCRIPT_EXEC 0x01 macro