Home
last modified time | relevance | path

Searched refs:O_NDELAY (Results 1 – 25 of 76) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h13 #define O_NDELAY 0x0004 macro
15 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h64 #ifndef O_NDELAY
65 # define O_NDELAY O_NONBLOCK macro
309 # define FNDELAY O_NDELAY
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h64 #ifndef O_NDELAY
65 # define O_NDELAY O_NONBLOCK macro
309 # define FNDELAY O_NDELAY
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h96 #ifndef O_NDELAY
97 #define O_NDELAY O_NONBLOCK macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h96 #ifndef O_NDELAY
97 #define O_NDELAY O_NONBLOCK macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h96 #ifndef O_NDELAY
97 #define O_NDELAY O_NONBLOCK macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dxf86_OSlib.h332 #if !defined(O_NDELAY) && defined(O_NONBLOCK)
333 #define O_NDELAY O_NONBLOCK macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dbsd_init.c57 #define PCCONS_CONSOLE_MODE O_RDWR|O_NDELAY
64 #define SYSCONS_CONSOLE_MODE O_RDWR|O_NDELAY
74 #define PCVT_CONSOLE_MODE O_RDWR|O_NDELAY
/OK3568_Linux_fs/app/lvgl_demo/hal/
H A Dkey.c49 key_fd = open(KEY_NAME, O_RDWR | O_NOCTTY | O_NDELAY); in key_init()
H A Devdev.c124 evdev_fd = open(tp_event, O_RDWR | O_NOCTTY | O_NDELAY); in evdev_init()
156 evdev_fd = open(dev_name, O_RDWR | O_NOCTTY | O_NDELAY); in evdev_set_file()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_uarttest/
H A Duarttest.c59 fd = open(dev, O_RDWR | O_NONBLOCK| O_NOCTTY | O_NDELAY); in main()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dopen_flags.c55 #elif O_NDELAY in open__scnprintf_flags()
/OK3568_Linux_fs/u-boot/common/
H A Drbsb.c203 if (-1==fcntl(fd, F_SETFL, savestat | O_NDELAY)) in rdchk()
221 fcntl(fd, F_SETFL, savestat | O_NDELAY); in rdchk()
/OK3568_Linux_fs/external/rk_pcba_test/
H A Drk_pcba_test_led.h115 fd = open(path, O_RDWR|O_NOCTTY|O_NDELAY); in write_int()
H A Decho_rtc_test.c75 fd = open(MINOR_RTC_PATH, O_RDWR|O_NOCTTY|O_NDELAY); in set_system_time()
H A Decho_emmc_test.c56 int fd = open(path, O_RDONLY|O_NOCTTY|O_NDELAY, 0); in readFromFile()
/OK3568_Linux_fs/kernel/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()
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()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Demmc_test.c58 int fd = open(path, O_RDONLY|O_NOCTTY|O_NDELAY, 0); in readFromFile()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_init.c180 if (((xf86Info.consoleFd = open(consoleDev, O_RDWR | O_NDELAY, 0)) < 0)) in xf86OpenConsole()
/OK3568_Linux_fs/kernel/drivers/block/aoe/
H A Daoechr.c231 if (filp->f_flags & O_NDELAY) { in aoechr_read()
/OK3568_Linux_fs/kernel/Documentation/ide/
H A DChangeLog.ide-floppy.1996-200241 * Also, O_NDELAY on open will allow the device to be
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_init.c207 if ((xf86Info.consoleFd = open(vtname, O_RDWR | O_NDELAY, 0)) >= 0) in xf86OpenConsole()

1234