Home
last modified time | relevance | path

Searched refs:O_NDELAY (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dfcntl.h13 #define O_NDELAY 0x0004 macro
15 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dfcntl.h13 #define O_NDELAY 0x0004 macro
15 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h96 #ifndef O_NDELAY
97 #define O_NDELAY O_NONBLOCK macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dfcntl.h95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h67 #ifndef O_NDELAY
68 #define O_NDELAY O_NONBLOCK macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h81 #ifndef O_NDELAY
82 #define O_NDELAY O_NONBLOCK macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h81 #ifndef O_NDELAY
82 #define O_NDELAY O_NONBLOCK macro
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dfcntl.h36 #define O_NDELAY _FNDELAY macro
/kernel/linux/linux-5.10/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/kernel/linux/linux-6.6/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dopen_flags.c55 #elif O_NDELAY in open__scnprintf_flags()
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dopen_flags.c55 #elif O_NDELAY in open__scnprintf_flags()
/kernel/uniproton/src/fs/vfs/
H A Dvfs_operations.h29 #define PRT_FCNTL (O_NONBLOCK | O_NDELAY | O_APPEND | O_SYNC)
/kernel/linux/linux-5.10/fs/
H A Dfcntl.c33 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
53 if (O_NONBLOCK != O_NDELAY) in setfl()
54 if (arg & O_NDELAY) in setfl()
1044 * Exceptions: O_NONBLOCK is a two bit define on parisc; O_NDELAY in fcntl_init()
1049 (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) | in fcntl_init()
H A Dioctl.c556 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()
557 flag |= O_NDELAY; in ioctl_fionbio()
/kernel/linux/linux-6.6/fs/
H A Dfcntl.c35 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
55 if (O_NONBLOCK != O_NDELAY) in setfl()
56 if (arg & O_NDELAY) in setfl()
1027 * Exceptions: O_NONBLOCK is a two bit define on parisc; O_NDELAY in fcntl_init()
1032 (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) | in fcntl_init()
H A Dioctl.c353 if (O_NONBLOCK != O_NDELAY) in ioctl_fionbio()
354 flag |= O_NDELAY; in ioctl_fionbio()
/kernel/linux/linux-6.6/drivers/block/aoe/
H A Daoechr.c239 if (filp->f_flags & O_NDELAY) { in aoechr_read()
/kernel/linux/linux-5.10/drivers/block/aoe/
H A Daoechr.c231 if (filp->f_flags & O_NDELAY) { in aoechr_read()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtcp_mmap.c167 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtcp_mmap.c190 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dch.c628 file->f_flags & O_NDELAY); in ch_ioctl()
878 file->f_flags & O_NDELAY); in ch_ioctl_compat()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_printer.c484 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_read()
603 if (fd->f_flags & (O_NONBLOCK|O_NDELAY)) { in printer_write()

Completed in 15 milliseconds

12