Home
last modified time | relevance | path

Searched refs:NRBITS (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/nix/src/sys/ioctl/
H A Dlinux.rs13 pub const NRBITS: ioctl_num_type = 8; consts
66 pub const TYPESHIFT: ioctl_num_type = NRSHIFT + NRBITS as ioctl_num_type;
73 pub const NRMASK: ioctl_num_type = (1 << NRBITS) - 1;

Completed in 1 milliseconds