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

  /src/sys/arch/newsmips/stand/boot/
promdev.h 7 #define DT_BLOCK 1
devopen.c 97 romdev.devtype = DT_BLOCK;
103 if (romdev.devtype == DT_BLOCK) {
  /src/sys/arch/sparc/stand/common/
promdev.h 38 #define DT_BLOCK 1
promdev.c 260 pd->devtype = DT_BLOCK;
310 if (pd->devtype != DT_BLOCK) {
362 if (pd->devtype == DT_BLOCK)
563 { "sd", DT_BLOCK },
564 { "st", DT_BLOCK },
565 { "xd", DT_BLOCK },
566 { "xy", DT_BLOCK },
567 { "fd", DT_BLOCK },
596 return (DT_BLOCK);
598 return (DT_BLOCK);
    [all...]

Completed in 12 milliseconds