Home | History | Annotate | Download | only in src

Lines Matching defs:cd

222   p->cfg.cd.necessity = CD_DEFAULT;
223 p->cfg.cd.delay = 0; /* reconfigured or device specific default */
448 struct cd *cd;
522 prompt_Printf(arg->prompt, " CD check delay: ");
523 cd = p->handler ? &p->handler->cd : &p->cfg.cd;
524 if (cd->necessity == CD_NOTREQUIRED)
525 prompt_Printf(arg->prompt, "no cd");
526 else if (p->cfg.cd.necessity == CD_DEFAULT) {
529 prompt_Printf(arg->prompt, "%d second%s", p->cfg.cd.delay,
530 p->cfg.cd.delay == 1 ? "" : "s");
531 if (p->cfg.cd.necessity == CD_REQUIRED)