Searched refs:EBADF (Results 1 – 2 of 2) sorted by relevance
/DragonReach/src/error/parse_error/ | ||
H A D | mod.rs | 18 EBADF, enumerator |
/DragonReach/src/parse/parse_util/ | ||
H A D | mod.rs | 306 return Err(ParseError::new(ParseErrorType::EBADF, String::new(), 0)); in parse_fd() |