| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/ |
| H A D | 0003-posixfcn-fcntl-gnulib-make-emulated.patch | 24 -# define F_GETFD 1 26 +# ifndef F_GETFD 27 +# define F_GETFD 1 66 /* Emulation of fcntl that supports only F_GETFD and F_SETLKW. */
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | inputthread.c | 427 flags = fcntl(inputThreadInfo->readPipe, F_GETFD); in InputThreadPreInit() 438 flags = fcntl(hotplugPipeRead, F_GETFD); in InputThreadPreInit()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 101 #define F_GETFD 1 /* get close_on_exec */ 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 | 101 #define F_GETFD 1 /* get close_on_exec */ 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 | 101 #define F_GETFD 1 /* get close_on_exec */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 100 #define F_GETFD 1 /* get close_on_exec */ macro
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | fcntl.c | 42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A D | sync.c | 185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_getfd_test.c | 212 ret = fcntl(fd, F_GETFD); in TEST_F()
|
| /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 | 168 #define F_GETFD 1 /* Get file descriptor flags. */ macro
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-shm.c | 58 flags = fcntl(fd, F_GETFD); in set_cloexec_or_close()
|
| /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 | 168 #define F_GETFD 1 /* Get file descriptor flags. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | openat2_test.c | 266 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lrz.c | 120 #if defined(F_GETFD) && defined(F_SETFD) && defined(O_SYNC) 742 #if defined(F_GETFD) && defined(F_SETFD) && defined(O_SYNC) in zmodem_rx() 1707 #if defined(F_GETFD) && defined(F_SETFD) && defined(O_SYNC) in procheader() 1711 oldflags = fcntl (fileno(fout), F_GETFD, 0); in procheader()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 344 case F_GETFD: in do_fcntl() 448 case F_GETFD: in check_fcntl_cmd()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | userfaultfd.c | 355 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 3492 TESTEQUAL(fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC), 0); in per_uid_read_timeouts_test() 4481 TESTSYSCALL(fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)); in sysfs_test() 4519 TESTSYSCALL(fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC)); in sysfs_test()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shm.c | 1252 int flags = fcntl(fd, F_GETFD); in shm_tmpfile()
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 208 int fd_flag = fcntl(fd, F_GETFD, NULL); in is_valid_dma_fd()
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0006-drm-Reconstructs-the-drm-display-driver.patch | 992 - if ((flags = fcntl(fd, F_GETFD)) < 0 ||
|
| /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/share/info/ |
| H A D | libc.info-17 | 236 * F_GETFD: (libc)Descriptor Flags. 3056 * F_GETFD: Control Operations. (line 35) 3057 * F_GETFD <1>: Descriptor Flags. (line 17)
|
| H A D | libc.info-6 | 236 * F_GETFD: (libc)Descriptor Flags. 4272 ‘F_GETFD’ 4460 -- Macro: int F_GETFD 4488 flags and error conditions are the same as for the ‘F_GETFD’ 4504 current flags with ‘F_GETFD’ and modify the value. Don’t assume that 4517 int oldflags = fcntl (desc, F_GETFD, 0);
|
| H A D | dir | 639 * F_GETFD: (libc)Descriptor Flags.
|
| /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/share/info/ |
| H A D | libc.info-17 | 236 * F_GETFD: (libc)Descriptor Flags. 3056 * F_GETFD: Control Operations. (line 35) 3057 * F_GETFD <1>: Descriptor Flags. (line 17)
|
| H A D | libc.info-6 | 236 * F_GETFD: (libc)Descriptor Flags. 4272 ‘F_GETFD’ 4460 -- Macro: int F_GETFD 4488 flags and error conditions are the same as for the ‘F_GETFD’ 4504 current flags with ‘F_GETFD’ and modify the value. Don’t assume that 4517 int oldflags = fcntl (desc, F_GETFD, 0);
|