Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/
H A D0003-posixfcn-fcntl-gnulib-make-emulated.patch24 -# 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 Dinputthread.c427 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 Dfcntl.h101 #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 Dfcntl.h101 #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 Dfcntl.h101 #define F_GETFD 1 /* get close_on_exec */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h100 #define F_GETFD 1 /* get close_on_exec */ macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dfcntl.c42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/sync/
H A Dsync.c185 status = fcntl(fd, F_GETFD, 0); in sw_sync_timeline_is_valid()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c212 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 Dfcntl-linux.h168 #define F_GETFD 1 /* Get file descriptor flags. */ macro
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-shm.c58 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 Dfcntl-linux.h168 #define F_GETFD 1 /* Get file descriptor flags. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Dopenat2_test.c266 otherflags = fcntl(fd, F_GETFD); in test_openat2_flags()
/OK3568_Linux_fs/u-boot/common/
H A Dlrz.c120 #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 Dfcntl.c344 case F_GETFD: in do_fcntl()
448 case F_GETFD: in check_fcntl_cmd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c355 uffd_flags = fcntl(uffd, F_GETFD, NULL); in userfaultfd_open()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3492 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 Dshm.c1252 int flags = fcntl(fd, F_GETFD); in shm_tmpfile()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp208 int fd_flag = fcntl(fd, F_GETFD, NULL); in is_valid_dma_fd()
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0006-drm-Reconstructs-the-drm-display-driver.patch992 - 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 Dlibc.info-17236 * F_GETFD: (libc)Descriptor Flags.
3056 * F_GETFD: Control Operations. (line 35)
3057 * F_GETFD <1>: Descriptor Flags. (line 17)
H A Dlibc.info-6236 * F_GETFD: (libc)Descriptor Flags.
4272F_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 Ddir639 * 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 Dlibc.info-17236 * F_GETFD: (libc)Descriptor Flags.
3056 * F_GETFD: Control Operations. (line 35)
3057 * F_GETFD <1>: Descriptor Flags. (line 17)
H A Dlibc.info-6236 * F_GETFD: (libc)Descriptor Flags.
4272F_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);

123