Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dext2fs.c105 static int dtmap[] = { DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, variable
107 #define EXTFTODT(x) (x) > sizeof(dtmap) / sizeof(dtmap[0]) ? \
108 DT_UNKNOWN : dtmap[x]