Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/kernel/
Dipl.c148 static enum ipl_type reipl_type = IPL_TYPE_UNKNOWN; variable
991 reipl_type = type; in reipl_set_type()
998 return sprintf(page, "%s\n", ipl_type_str(reipl_type)); in reipl_type_show()
1017 __ATTR(reipl_type, 0644, reipl_type_show, reipl_type_store);