Lines Matching refs:reipl_method
155 static enum ipl_method reipl_method = REIPL_METHOD_DEFAULT; variable
972 reipl_method = REIPL_METHOD_CCW_DIAG; in reipl_set_type()
974 reipl_method = REIPL_METHOD_CCW_VM; in reipl_set_type()
976 reipl_method = REIPL_METHOD_CCW_CIO; in reipl_set_type()
981 reipl_method = REIPL_METHOD_FCP_RW_DIAG; in reipl_set_type()
983 reipl_method = REIPL_METHOD_FCP_RO_VM; in reipl_set_type()
985 reipl_method = REIPL_METHOD_FCP_RO_DIAG; in reipl_set_type()
989 reipl_method = REIPL_METHOD_FCP_DUMP; in reipl_set_type()
993 reipl_method = REIPL_METHOD_NSS_DIAG; in reipl_set_type()
995 reipl_method = REIPL_METHOD_NSS; in reipl_set_type()
999 reipl_method = REIPL_METHOD_DEFAULT; in reipl_set_type()
1068 switch (reipl_method) { in __reipl_run()