Searched refs:EBFONT (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 70 #define EBFONT 59 /* 错误的字体文件格式 Bad font file format */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 126 EBFONT = 59, enumerator |