/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/ |
D | ecc_platform_specific.c | 69 #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/ |
D | platform-specific.inc | 39 #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/ |
D | eventfd.h | 14 #define EFD_CLOEXEC O_CLOEXEC
|
D | timerfd.h | 12 #define TFD_CLOEXEC O_CLOEXEC
|
D | inotify.h | 17 #define IN_CLOEXEC O_CLOEXEC
|
D | epoll.h | 16 #define EPOLL_CLOEXEC O_CLOEXEC
|
D | signalfd.h | 15 #define SFD_CLOEXEC O_CLOEXEC
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
D | vpu.c | 159 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/ |
D | fcntl.h | 12 #define O_CLOEXEC 02000000 macro
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
D | mali_kbase_sync_file.c | 46 *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()
|
D | mali_kbase_sync_android.c | 182 *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/ |
D | mali_kbase_sync_file.c | 53 *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()
|
D | mali_kbase_sync_android.c | 189 *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/ |
D | mali_kbase_sync_file.c | 54 O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create() 95 fd = get_unused_fd_flags(O_CLOEXEC); in kbase_sync_fence_out_create()
|
D | mali_kbase_sync_android.c | 179 *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/ |
D | mali_kbase_sync_file.c | 50 O_RDONLY | O_CLOEXEC); in kbase_sync_fence_stream_create() 88 fd = get_unused_fd_flags(O_CLOEXEC); in kbase_sync_fence_out_create()
|
D | mali_kbase_sync_android.c | 184 *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/ |
D | rga_fence.c | 70 fence_fd = get_unused_fd_flags(O_CLOEXEC); in rga_out_fence_get_fd()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/ |
D | mali_kbase_timeline.c | 195 … 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/ |
D | drm_lease.c | 520 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/ |
D | common.c | 47 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkcif_alloc_buffer()
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/ |
D | common.c | 47 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkcif_alloc_buffer()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
D | common.c | 47 buf->dma_fd = dma_buf_fd(buf->dbuf, O_CLOEXEC); in rkcif_alloc_buffer()
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/ |
D | rkisp_tb_helper.c | 242 fd = dma_buf_fd(dmabuf, O_CLOEXEC); in rkisp_tb_shm_ioctl()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
D | mali_kbase_timeline.c | 211 O_RDONLY | O_CLOEXEC); in kbase_timeline_io_acquire()
|