HomeSort by: relevance | last modified time | path
    Searched defs:cons_devs (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/i386/stand/pxeboot/
main.c 235 static const struct cons_devs { struct
238 } cons_devs[] = { variable in typeref:typename:const struct cons_devs[]
254 const struct cons_devs *cdp;
262 for (cdp = cons_devs; cdp->name; cdp++) {
  /src/sys/arch/zaurus/stand/zboot/
boot.c 356 static const struct cons_devs { struct
359 } cons_devs[] = { variable in typeref:typename:const struct cons_devs[]
369 const struct cons_devs *cdp;
378 for (cdp = cons_devs; cdp->name != NULL; cdp++) {
  /src/sys/arch/i386/stand/boot/
boot2.c 563 static const struct cons_devs { struct
566 } cons_devs[] = { variable in typeref:typename:const struct cons_devs[]
583 const struct cons_devs *cdp;
591 for (cdp = cons_devs; cdp->name; cdp++) {
  /src/sys/arch/i386/stand/efiboot/
boot.c 538 static const struct cons_devs { struct
542 } cons_devs[] = { variable in typeref:typename:const struct cons_devs[]
560 const struct cons_devs *cdp;
577 for (cdp = cons_devs; cdp->name; cdp++) {

Completed in 14 milliseconds