Home
last modified time | relevance | path

Searched refs:O_CLOEXEC (Results 1 – 25 of 69) sorted by relevance

123

/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/
Decc_platform_specific.c69 #ifndef O_CLOEXEC
70 #define O_CLOEXEC 0 macro
80 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
82 fd = open("/dev/random", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Dplatform-specific.inc39 #ifndef O_CLOEXEC
40 #define O_CLOEXEC 0
44 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC);
46 fd = open("/dev/random", O_RDONLY | O_CLOEXEC);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
Deventfd.h14 #define EFD_CLOEXEC O_CLOEXEC
Dtimerfd.h12 #define TFD_CLOEXEC O_CLOEXEC
Dinotify.h17 #define IN_CLOEXEC O_CLOEXEC
Depoll.h16 #define EPOLL_CLOEXEC O_CLOEXEC
Dsignalfd.h15 #define SFD_CLOEXEC O_CLOEXEC
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Dvpu.c159 fd = open(path, O_RDWR | O_CLOEXEC); in VPUClientInit()
337 fd = open("/dev/vpu_service", O_RDWR | O_CLOEXEC); in VPUCheckSupportWidth()
339 fd = open("/dev/vpu-service", O_RDWR | O_CLOEXEC); in VPUCheckSupportWidth()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
Dfcntl.h12 #define O_CLOEXEC 02000000 macro
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_sync_file.c46 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create()
86 fd = get_unused_fd_flags(O_CLOEXEC); in kbase_sync_fence_out_create()
Dmali_kbase_sync_android.c182 *out_fd = anon_inode_getfd(name, &stream_fops, tl, O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create()
257 fd = get_unused_fd_flags(O_RDWR | O_CLOEXEC); in kbase_sync_fence_out_create()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_sync_file.c53 *out_fd = anon_inode_getfd(name, &stream_fops, NULL, O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create()
96 fd = get_unused_fd_flags(O_CLOEXEC); in kbase_sync_fence_out_create()
Dmali_kbase_sync_android.c189 *out_fd = anon_inode_getfd(name, &stream_fops, tl, O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create()
264 fd = get_unused_fd_flags(O_RDWR | O_CLOEXEC); in kbase_sync_fence_out_create()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_sync_file.c54 O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create()
95 fd = get_unused_fd_flags(O_CLOEXEC); in kbase_sync_fence_out_create()
Dmali_kbase_sync_android.c179 *out_fd = anon_inode_getfd(name, &stream_fops, tl, O_RDONLY|O_CLOEXEC); in kbase_sync_fence_stream_create()
249 fd = get_unused_fd_flags(O_RDWR | O_CLOEXEC); in kbase_sync_fence_out_create()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_sync_file.c50 O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create()
88 fd = get_unused_fd_flags(O_CLOEXEC); in kbase_sync_fence_out_create()
Dmali_kbase_sync_android.c184 *out_fd = anon_inode_getfd(name, &stream_fops, tl, O_RDONLY|O_CLOEXEC); in kbase_sync_fence_stream_create()
258 fd = get_unused_fd_flags(O_RDWR | O_CLOEXEC); in kbase_sync_fence_out_create()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
Drga_fence.c70 fence_fd = get_unused_fd_flags(O_CLOEXEC); in rga_out_fence_get_fd()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
Dmali_kbase_timeline.c195 … ret = anon_inode_getfd("[mali_tlstream]", &kbasep_tlstream_fops, timeline, O_RDONLY | O_CLOEXEC); in kbase_timeline_io_acquire()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_lease.c520 if (cl->flags && (cl->flags & ~(O_CLOEXEC | O_NONBLOCK))) { in drm_mode_create_lease_ioctl()
544 fd = get_unused_fd_flags(cl->flags & (O_CLOEXEC | O_NONBLOCK)); in drm_mode_create_lease_ioctl()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
Dcommon.c47 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkcif_alloc_buffer()
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/
Dcommon.c47 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkcif_alloc_buffer()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
Dcommon.c47 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkcif_alloc_buffer()
/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/
Drkisp_tb_helper.c242 fd = dma_buf_fd(dmabuf, O_CLOEXEC); in rkisp_tb_shm_ioctl()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
Dmali_kbase_timeline.c211 O_RDONLY | O_CLOEXEC); in kbase_timeline_io_acquire()

123