Home
last modified time | relevance | path

Searched refs:DT_BYTE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sparc/stand/common/
H A Dpromdev.h40 #define DT_BYTE 3 macro
H A Dpromdev.c264 if (pd->devtype != DT_BYTE) in devopen()
602 return (DT_BYTE);
/netbsd-src/external/gpl2/dtc/dist/
H A Ddtc-parser.y61 %token <byte> DT_BYTE
527 | bytestring DT_BYTE
H A Ddtc-lexer.l216 return DT_BYTE;