Searched refs:DIRBITS (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/nix/src/sys/ioctl/ | ||
H A D | linux.rs | 34 pub const DIRBITS: u8 = 3; consts 58 pub const DIRBITS: u8 = 2; consts 79 pub const DIRMASK: ioctl_num_type = (1 << DIRBITS) - 1; |
Completed in 1 milliseconds