Searched refs:DT_BLOCK (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/newsmips/stand/boot/
H A Dpromdev.h7 #define DT_BLOCK 1 macro
H A Ddevopen.c97 romdev.devtype = DT_BLOCK;
103 if (romdev.devtype == DT_BLOCK) {
/netbsd-current/sys/arch/sparc/stand/common/
H A Dpromdev.h38 #define DT_BLOCK 1 macro
H A Dpromdev.c194 pd->devtype = DT_BLOCK;
316 if (pd->devtype != DT_BLOCK) {
350 if (pd->devtype == DT_BLOCK)
531 { "sd", DT_BLOCK },
532 { "st", DT_BLOCK },
533 { "xd", DT_BLOCK },
534 { "xy", DT_BLOCK },
535 { "fd", DT_BLOCK },
564 return (DT_BLOCK);
566 return (DT_BLOCK);
[all...]

Completed in 300 milliseconds