/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usernv04.c | 101 dmaobj->base.access = NV_MEM_ACCESS_RW; in nv04_dmaobj_new() 119 switch (dmaobj->base.access) { in nv04_dmaobj_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gm107.c | 93 .access = gf100_fifo_mmu_fault_access, 117 info.access = (type & 0x00000080) >> 7; in gm107_fifo_intr_mmu_fault_unit()
|
/kernel/linux/linux-6.6/tools/perf/arch/ |
H A D | common.c | 121 if (access(buf, F_OK) == 0) { in lookup_path() 164 if (access(buf, F_OK) == 0) in perf_env__lookup_binutils_path()
|
/kernel/liteos_a/kernel/extended/dynload/src/ |
H A D | los_exec_elf.c | 56 if (access(fileName, F_OK) < 0) {
in OsGetRealPath() 77 if (access(buf, F_OK) < 0) {
in OsGetRealPath()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | inotifyndk.cpp | 73 if (access(path, NO_ERRORS) != NO_ERRORS) {
in InotifyAddWatch() 97 if (access(path, NO_ERRORS) != NO_ERRORS) {
in InotifyRmWatch()
|
H A D | mountndk.cpp | 57 if (access(path, PARAM_0) != PARAM_0) {
in createTwoDir() 64 if (access(path2, PARAM_0) != PARAM_0) {
in createTwoDir()
|
/test/xts/hats/kernel/syscalls/fileio/attr/ |
H A D | AttrApiTest.cpp | 47 if (access(TEST_VALID_PATH, F_OK) == 0) { in SetUp() 57 if (access(TEST_VALID_PATH, F_OK) == 0) { in TearDown()
|
/test/xts/hats/kernel/syscalls/fileio/faccessat/ |
H A D | FaccessatApiTest.cpp | 62 * @tc.desc : faccessat checks the calling process can access the file in current directory successful. 73 if (access(TEST_FILE_PATH, F_OK) != 0) { in HWTEST_F() 79 if (access(TEST_FILE_NAME, F_OK) == -1) { in HWTEST_F()
|
/third_party/eudev/src/libudev/ |
H A D | libudev-queue.c | 36 * @short_description: access to currently active events 170 return access(UDEV_ROOT_RUN "/udev/control", F_OK) >= 0; in udev_queue_get_udev_is_active() 183 return access(UDEV_ROOT_RUN "/udev/queue", F_OK) < 0; in udev_queue_get_queue_is_empty()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_sysfs.c | 49 if (access(sysfs_test, F_OK)) { in sysfs_init() 52 if (access(sysfs_test, F_OK)) { in sysfs_init()
|
/third_party/ltp/lib/ |
H A D | tst_sys_conf.c | 64 if (access(conf->path, F_OK) != 0) { in tst_sys_conf_save() 75 if (access(conf->path, W_OK) != 0) { in tst_sys_conf_save()
|
H A D | tst_memutils.c | 149 if (access("/proc/self/oom_score_adj", F_OK) == -1) { in set_oom_score_adj() 158 if (access(score_path, F_OK) == -1) in set_oom_score_adj()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_lower_ubo_loads.c | 96 .access = nir_intrinsic_access(load), in lower_ubo_load_instr() 106 .access = nir_intrinsic_access(load), in lower_ubo_load_instr()
|
/third_party/ltp/testcases/kernel/syscalls/getxattr/ |
H A D | getxattr05.c | 152 if (access(SELF_USERNS, F_OK) != 0) { in setup() 154 } else if (!access(MAX_USERNS, F_OK)) { in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl_loop01.c | 67 ret = TST_RETRY_FN_EXP_BACKOFF(access(loop_partpath, F_OK), TST_RETVAL_EQ0, 30); in check_loop_value() 69 tst_res(TPASS, "access %s succeeds", loop_partpath); in check_loop_value() 71 tst_res(TFAIL, "access %s fails", loop_partpath); in check_loop_value() 73 ret = TST_RETRY_FN_EXP_BACKOFF(access(sys_loop_partpath, F_OK), TST_RETVAL_EQ0, 30); in check_loop_value() 75 tst_res(TPASS, "access %s succeeds", sys_loop_partpath); in check_loop_value() 77 tst_res(TFAIL, "access %s fails", sys_loop_partpath); in check_loop_value()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | BufferImpl.h | 60 virtual angle::Result map(const gl::Context *context, GLenum access, void **mapPtr) = 0; 64 GLbitfield access,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Buffer9.cpp | 113 angle::Result Buffer9::map(const gl::Context *context, GLenum access, void **mapPtr) in map() argument 122 GLbitfield access, in mapRange() 119 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | BufferNULL.cpp | 96 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() argument 105 GLbitfield access, in mapRange() 102 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContextPriv.h | 59 SkSurface::BackendSurfaceAccess access = SkSurface::BackendSurfaceAccess::kNoAccess, in flushSurface() 63 return this->flushSurfaces({&proxy, size}, access, info, newState);
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | storage_texture_type.cc | 26 ast::Access access, in StorageTexture() 28 : Base(dim), image_format_(format), access_(access), subtype_(subtype) {} in StorageTexture() 24 StorageTexture(ast::TextureDimension dim, ast::ImageFormat format, ast::Access access, sem::Type* subtype) StorageTexture() argument
|
/third_party/skia/build/fuchsia/ |
H A D | update_fuchsia_sdk | 94 if (not os.access(sdk_dir, os.W_OK)) or (not os.path.isdir(sdk_dir)): 96 if (not os.access(clang_dir, os.W_OK)) or (not os.path.isdir(clang_dir)):
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 348 # _real_access() - "callout" for access error exception # 360 # If access error exception: # 361 # - The system stack changed to contain access err exc stk frame # 382 # access error frame must be created and an exit made through # 390 # access these register files for things like data retrieval and <ea> # 864 # isp_iacc() - handle instruction access error exception # 865 # isp_dacc() - handle data access error exception # 889 # future access error; if -(a7), set mda7_flg in # 893 # future access error; if (a7)+, set mia7_flg in # 1045 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access erro [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 348 # _real_access() - "callout" for access error exception # 360 # If access error exception: # 361 # - The system stack changed to contain access err exc stk frame # 382 # access error frame must be created and an exit made through # 390 # access these register files for things like data retrieval and <ea> # 864 # isp_iacc() - handle instruction access error exception # 865 # isp_dacc() - handle data access error exception # 889 # future access error; if -(a7), set mda7_flg in # 893 # future access error; if (a7)+, set mia7_flg in # 1045 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access erro [all...] |
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emumixer.c | 480 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \ 541 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \ 609 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \ 657 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \ 786 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, 837 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, 888 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, 1044 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \ 1130 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, 1168 .access [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc.h | 74 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\ 82 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \ 94 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\ 113 .access = SNDRV_CTL_ELEM_ACCESS_READ | \ 132 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\ 141 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\ 151 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\ 160 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \ 172 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\ 181 .access [all...] |