/external/mesa3d/src/gallium/winsys/vc4/drm/ |
D | vc4_drm_winsys.c | 34 return vc4_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3), NULL); in vc4_drm_screen_create() 40 return vc4_screen_create(fcntl(ro->gpu_fd, F_DUPFD_CLOEXEC, 3), ro); in vc4_drm_screen_create_renderonly()
|
/external/wayland/src/ |
D | wayland-os.h | 56 #ifndef F_DUPFD_CLOEXEC 57 #define F_DUPFD_CLOEXEC 1030 macro
|
D | wayland-os.c | 80 newfd = fcntl(fd, F_DUPFD_CLOEXEC, minfd); in wl_os_dupfd_cloexec()
|
/external/ltp/include/lapi/ |
D | fcntl.h | 41 #ifndef F_DUPFD_CLOEXEC 42 # define F_DUPFD_CLOEXEC 1030 macro
|
/external/strace/xlat/ |
D | fcntlcmds.h | 352 #if defined(F_DUPFD_CLOEXEC) || (defined(HAVE_DECL_F_DUPFD_CLOEXEC) && HAVE_DECL_F_DUPFD_CLOEXEC) 354 static_assert((F_DUPFD_CLOEXEC) == ((1024 + 6)), "F_DUPFD_CLOEXEC != (1024 + 6)"); 357 # define F_DUPFD_CLOEXEC (1024 + 6) 491 XLAT(F_DUPFD_CLOEXEC),
|
D | fcntlcmds.in | 94 F_DUPFD_CLOEXEC (1024 + 6)
|
/external/mesa3d/src/gallium/winsys/vc5/drm/ |
D | vc5_drm_winsys.c | 34 return vc5_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3)); in vc5_drm_screen_create()
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 17 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl29.c | 57 TEST(fcntl(test_fd, F_DUPFD_CLOEXEC, 0)); in main()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_drm.c | 51 if (fd < 0 || (new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3)) < 0) in vl_drm_screen_create()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 343 #ifdef F_DUPFD_CLOEXEC in test_fcntl_others() 344 { 0, ARG_STR(F_DUPFD_CLOEXEC), ARG_STR(0) }, in test_fcntl_others()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 343 #ifdef F_DUPFD_CLOEXEC in test_fcntl_others() 344 { 0, ARG_STR(F_DUPFD_CLOEXEC), ARG_STR(0) }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 343 #ifdef F_DUPFD_CLOEXEC in test_fcntl_others() 344 { 0, ARG_STR(F_DUPFD_CLOEXEC), ARG_STR(0) }, in test_fcntl_others()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen.c | 92 vws->ioctl.drm_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in vmw_winsys_create()
|
/external/honggfuzz/libhfcommon/ |
D | log.c | 57 log_fd = fcntl(log_fd, F_DUPFD_CLOEXEC, 0); in log_init()
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 14 F_DUPFD_CLOEXEC = 12
|
/external/mesa3d/src/gallium/winsys/nouveau/drm/ |
D | nouveau_drm_winsys.c | 95 dupfd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in nouveau_drm_screen_create()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 474 #ifdef F_DUPFD_CLOEXEC in all_ins() 475 if (PyModule_AddIntMacro(m, F_DUPFD_CLOEXEC)) return -1; in all_ins()
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 12 F_DUPFD_CLOEXEC = 17
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 542 #ifdef F_DUPFD_CLOEXEC 543 { "F_DUPFD_CLOEXEC", (unsigned long) F_DUPFD_CLOEXEC },
|
/external/strace/ |
D | fcntl.c | 102 case F_DUPFD_CLOEXEC: in print_fcntl()
|
/external/wayland/tests/ |
D | os-wrappers-test.c | 92 if (fall_back && (cmd == F_DUPFD_CLOEXEC)) { in fcntl()
|
/external/python/cpython3/Python/ |
D | fileutils.c | 1698 #elif defined(HAVE_FCNTL_H) && defined(F_DUPFD_CLOEXEC) in _Py_dup() 1701 fd = fcntl(fd, F_DUPFD_CLOEXEC, 0); in _Py_dup()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 141 F_DUPFD_CLOEXEC = 1030
|
D | sys_amd64.const | 141 F_DUPFD_CLOEXEC = 1030
|