Lines Matching defs:cdp
585 const struct cons_devs *cdp;
628 for (cdp = cons_devs; cdp->name; cdp++) {
631 if (cdp->parse_unit)
632 match = (strncmp(arg, cdp->name, devname_len) == 0);
634 match = (strcmp(arg, cdp->name) == 0);
636 ioport = cdp->ioport;
637 if (cdp->tag == CONSDEV_PC || cdp->tag == CONSDEV_AUTO) {
664 efi_consinit(cdp->tag, ioport, unit, speed, switchcons);