Searched refs:DT_UNKNOWN (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.8/user/libs/libc/src/include/export/ | ||
D | dirent.h | 39 #define DT_UNKNOWN 0 macro |
/DragonOS-0.1.8/kernel/src/filesystem/vfs/ | ||
D | mod.rs | 46 pub const DT_UNKNOWN: u16 = 0; constant |