Home
last modified time | relevance | path

Searched refs:F_DUPFD_CLOEXEC (Results 1 – 25 of 67) sorted by relevance

123

/external/mesa3d/src/gallium/winsys/vc4/drm/
Dvc4_drm_winsys.c34 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/
Dwayland-os.h56 #ifndef F_DUPFD_CLOEXEC
57 #define F_DUPFD_CLOEXEC 1030 macro
Dwayland-os.c80 newfd = fcntl(fd, F_DUPFD_CLOEXEC, minfd); in wl_os_dupfd_cloexec()
/external/ltp/include/lapi/
Dfcntl.h41 #ifndef F_DUPFD_CLOEXEC
42 # define F_DUPFD_CLOEXEC 1030 macro
/external/strace/xlat/
Dfcntlcmds.h352 #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),
Dfcntlcmds.in94 F_DUPFD_CLOEXEC (1024 + 6)
/external/mesa3d/src/gallium/winsys/vc5/drm/
Dvc5_drm_winsys.c34 return vc5_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3)); in vc5_drm_screen_create()
/external/kernel-headers/original/uapi/linux/
Dfcntl.h17 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl29.c57 TEST(fcntl(test_fd, F_DUPFD_CLOEXEC, 0)); in main()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_drm.c51 if (fd < 0 || (new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3)) < 0) in vl_drm_screen_create()
/external/strace/tests-m32/
Dfcntl-common.c343 #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/
Dfcntl-common.c343 #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/
Dfcntl-common.c343 #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/
Dvmw_screen.c92 vws->ioctl.drm_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in vmw_winsys_create()
/external/honggfuzz/libhfcommon/
Dlog.c57 log_fd = fcntl(log_fd, F_DUPFD_CLOEXEC, 0); in log_init()
/external/syzkaller/sys/netbsd/
Dsys_amd64.const14 F_DUPFD_CLOEXEC = 12
/external/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau_drm_winsys.c95 dupfd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in nouveau_drm_screen_create()
/external/python/cpython3/Modules/
Dfcntlmodule.c474 #ifdef F_DUPFD_CLOEXEC in all_ins()
475 if (PyModule_AddIntMacro(m, F_DUPFD_CLOEXEC)) return -1; in all_ins()
/external/syzkaller/sys/freebsd/
Dsys_amd64.const12 F_DUPFD_CLOEXEC = 17
/external/minijail/linux-x86/
Dlibconstants.gen.c542 #ifdef F_DUPFD_CLOEXEC
543 { "F_DUPFD_CLOEXEC", (unsigned long) F_DUPFD_CLOEXEC },
/external/strace/
Dfcntl.c102 case F_DUPFD_CLOEXEC: in print_fcntl()
/external/wayland/tests/
Dos-wrappers-test.c92 if (fall_back && (cmd == F_DUPFD_CLOEXEC)) { in fcntl()
/external/python/cpython3/Python/
Dfileutils.c1698 #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/
Dsys_386.const141 F_DUPFD_CLOEXEC = 1030
Dsys_amd64.const141 F_DUPFD_CLOEXEC = 1030

123