| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 13 #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 D | fcntl-linux.h | 64 #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 D | fcntl-linux.h | 64 #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 D | fcntl.h | 96 #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 D | fcntl.h | 96 #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 D | fcntl.h | 96 #ifndef O_NDELAY 97 #define O_NDELAY O_NONBLOCK macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 95 #ifndef O_NDELAY 96 #define O_NDELAY O_NONBLOCK macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/ |
| H A D | xf86_OSlib.h | 332 #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 D | bsd_init.c | 57 #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 D | key.c | 49 key_fd = open(KEY_NAME, O_RDWR | O_NOCTTY | O_NDELAY); in key_init()
|
| H A D | evdev.c | 124 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 D | fcntl.h | 11 O_APPEND | O_NDELAY | O_NONBLOCK | __O_SYNC | O_DSYNC | \
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_uarttest/ |
| H A D | uarttest.c | 59 fd = open(dev, O_RDWR | O_NONBLOCK| O_NOCTTY | O_NDELAY); in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | open_flags.c | 55 #elif O_NDELAY in open__scnprintf_flags()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | rbsb.c | 203 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 D | rk_pcba_test_led.h | 115 fd = open(path, O_RDWR|O_NOCTTY|O_NDELAY); in write_int()
|
| H A D | echo_rtc_test.c | 75 fd = open(MINOR_RTC_PATH, O_RDWR|O_NOCTTY|O_NDELAY); in set_system_time()
|
| H A D | echo_emmc_test.c | 56 int fd = open(path, O_RDONLY|O_NOCTTY|O_NDELAY, 0); in readFromFile()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 33 #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 D | ioctl.c | 556 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 D | emmc_test.c | 58 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 D | sun_init.c | 180 if (((xf86Info.consoleFd = open(consoleDev, O_RDWR | O_NDELAY, 0)) < 0)) in xf86OpenConsole()
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoechr.c | 231 if (filp->f_flags & O_NDELAY) { in aoechr_read()
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ChangeLog.ide-floppy.1996-2002 | 41 * Also, O_NDELAY on open will allow the device to be
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 207 if ((xf86Info.consoleFd = open(vtname, O_RDWR | O_NDELAY, 0)) >= 0) in xf86OpenConsole()
|