Lines Matching defs:diag
691 if ((cptr = strstr(opts->copts, "diag=")) != NULL) {
695 cptr += strlen("diag=");
721 * worry about the diag level. The user may have changed it
725 * means retest the board to the diag level specified. In the case of an IO
727 * for the claim without running POST at the diag level specified.
740 int diag;
748 diag = sbdp_get_diag(opts);
750 if (diag == -1) {
756 SBDP_DBG_MISC("Diag level is 0x%x\n", diag);
761 informp->info.extra = diag;