Home
last modified time | relevance | path

Searched defs:O_NDELAY (Results 1 – 4 of 4) sorted by relevance

/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h13 #define O_NDELAY 0x0004 macro
15 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/linux/rust/kernel/fs/
H A Dfile.rs70 pub const O_NDELAY: u32 = bindings::O_NDELAY; constant
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h95 #define O_NDELAY O_NONBLOCK macro