Home
last modified time | relevance | path

Searched refs:access (Results 426 - 450 of 2279) sorted by relevance

1...<<11121314151617181920>>...92

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c101 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 Dgm107.c93 .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 Dcommon.c121 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 Dlos_exec_elf.c56 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 Dinotifyndk.cpp73 if (access(path, NO_ERRORS) != NO_ERRORS) { in InotifyAddWatch()
97 if (access(path, NO_ERRORS) != NO_ERRORS) { in InotifyRmWatch()
H A Dmountndk.cpp57 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 DAttrApiTest.cpp47 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 DFaccessatApiTest.cpp62 * @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 Dlibudev-queue.c36 * @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 Dinit_sysfs.c49 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 Dtst_sys_conf.c64 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 Dtst_memutils.c149 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 Danv_nir_lower_ubo_loads.c96 .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 Dgetxattr05.c152 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 Dioctl_loop01.c67 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 DBufferImpl.h60 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 DBuffer9.cpp113 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 DBufferNULL.cpp96 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 DGrDirectContextPriv.h59 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 Dstorage_texture_type.cc26 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 Dupdate_fuchsia_sdk94 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 Disp.S348 # _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 Disp.S348 # _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 Demumixer.c480 .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 Dsoc.h74 .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...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...92