Lines Matching refs:u32
21 pub const O_APPEND: u32 = bindings::O_APPEND;
24 pub const O_ASYNC: u32 = bindings::FASYNC;
27 pub const O_CLOEXEC: u32 = bindings::O_CLOEXEC;
30 pub const O_CREAT: u32 = bindings::O_CREAT;
33 pub const O_DIRECT: u32 = bindings::O_DIRECT;
36 pub const O_DIRECTORY: u32 = bindings::O_DIRECTORY;
39 pub const O_DSYNC: u32 = bindings::O_DSYNC;
42 pub const O_EXCL: u32 = bindings::O_EXCL;
45 pub const O_LARGEFILE: u32 = bindings::O_LARGEFILE;
48 pub const O_NOATIME: u32 = bindings::O_NOATIME;
51 pub const O_NOCTTY: u32 = bindings::O_NOCTTY;
54 pub const O_NOFOLLOW: u32 = bindings::O_NOFOLLOW;
57 pub const O_NONBLOCK: u32 = bindings::O_NONBLOCK;
63 pub const O_NDELAY: u32 = bindings::O_NDELAY;
66 pub const O_PATH: u32 = bindings::O_PATH;
69 pub const O_SYNC: u32 = bindings::O_SYNC;
72 pub const O_TMPFILE: u32 = bindings::O_TMPFILE;
75 pub const O_TRUNC: u32 = bindings::O_TRUNC;
89 pub const O_ACCMODE: u32 = bindings::O_ACCMODE;
92 pub const O_RDONLY: u32 = bindings::O_RDONLY;
95 pub const O_WRONLY: u32 = bindings::O_WRONLY;
98 pub const O_RDWR: u32 = bindings::O_RDWR;
255 pub fn fget(fd: u32) -> Result<ARef<LocalFile>, BadFdError> { in fget()
330 pub fn flags(&self) -> u32 { in flags() argument
385 fd: u32,
398 pub fn get_unused_fd_flags(flags: u32) -> Result<Self> { in get_unused_fd_flags()
405 fd: fd as u32, in get_unused_fd_flags()
412 pub fn reserved_fd(&self) -> u32 { in reserved_fd() argument