Searched refs:ENOTBLK (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 27 #define ENOTBLK 15 /* 需要块设备 Block device required */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 42 ENOTBLK = 15, enumerator |