Lines Matching refs:reipl_method
149 static enum ipl_method reipl_method = REIPL_METHOD_DEFAULT; variable
959 reipl_method = REIPL_METHOD_CCW_DIAG; in reipl_set_type()
961 reipl_method = REIPL_METHOD_CCW_VM; in reipl_set_type()
963 reipl_method = REIPL_METHOD_CCW_CIO; in reipl_set_type()
968 reipl_method = REIPL_METHOD_FCP_RW_DIAG; in reipl_set_type()
970 reipl_method = REIPL_METHOD_FCP_RO_VM; in reipl_set_type()
972 reipl_method = REIPL_METHOD_FCP_RO_DIAG; in reipl_set_type()
976 reipl_method = REIPL_METHOD_FCP_DUMP; in reipl_set_type()
980 reipl_method = REIPL_METHOD_NSS_DIAG; in reipl_set_type()
982 reipl_method = REIPL_METHOD_NSS; in reipl_set_type()
986 reipl_method = REIPL_METHOD_DEFAULT; in reipl_set_type()
1055 switch (reipl_method) { in __reipl_run()