Home
last modified time | relevance | path

Searched refs:access (Results 1176 - 1200 of 2575) sorted by relevance

1...<<41424344454647484950>>...103

/kernel/uniproton/src/fs/
H A Dfs.c165 int access(const char *path, int mode) in access() function
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_fwd_user.c163 if (access(filename, O_RDONLY) < 0) { in main()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpollndk.cpp64 int res = access("ppoll_function_file", F_OK); in Ppoll()
/third_party/cups-filters/cupsfilters/
H A Dcolormanager.c338 if (access(full_path, 0)) { in _get_ppd_icc_fallback()
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.h91 snd_pcm_access_t access; member
/third_party/alsa-lib/include/
H A Dtopology.h98 * Controls access can be specified using the "access" section. If no "access"
99 * section is defined then default RW access flags are set for normal and TLV
103 * access [
110 * The standard access flags are as follows :-
884 int access; /*!< Control access */ member
/third_party/libunwind/libunwind/doc/
H A Dunw_apply_reg_state.tex47 returned by the \Func{access\_mem}() call-back (see
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.h207 } access; member
/third_party/ltp/libs/libltpnuma/
H A Dtst_numa.c140 if (access(path, F_OK)) { in node_has_enough_memory()
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
H A Dfw_load.c191 if (access(fi->dir, X_OK) == -1) { in create_firmware()
/third_party/ltp/testcases/kernel/device-drivers/rtc/
H A Drtc01.c229 if (access(rtc_dev, F_OK) == -1) in main()
/third_party/ltp/lib/
H A Dtst_net.c232 if (!access("/proc/sys/user/max_user_namespaces", F_OK)) { in tst_setup_netns()
/third_party/musl/src/misc/
H A Dnftw.c47 if (access(path, R_OK) < 0) { in do_nftw()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dnftw.c37 if (access(path, R_OK) < 0) type = FTW_DNR; in do_nftw()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dsem_open.c79 if (flags == (O_CREAT|O_EXCL) && access(name, F_OK) == 0) { in sem_open()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify05.c197 if (access(SYSFS_MAX_EVENTS, F_OK) && errno == ENOENT) in setup()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise02.c102 if (access(KSM_SYS_DIR, F_OK) == 0) in tcases_filter()
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit01.c265 if (access("core", F_OK) == 0) { in test4()
269 tst_resm(TFAIL | TERRNO, "access failed unexpectedly"); in test4()
/third_party/ltp/testcases/kernel/tracing/pt_test/
H A Dpt_test.c159 if (access(INTEL_PT_PATH, F_OK)) { in setup()
/third_party/ltp/testcases/network/multicast/mc_member/
H A Dmc_member_test.c64 if (access(group_list, R_OK) != 0) { in main()
/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.h24 // Provides operations to lower all simplified memory access and allocation
113 Node* ComputeIndex(ElementAccess const& access, Node* node);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_compute.c116 image.shader_access = image.access = PIPE_IMAGE_ACCESS_WRITE; in util_compute_blit()
/third_party/pulseaudio/src/modules/
H A Dmodule-systemd-login.c182 if (access("/run/systemd/seats/", F_OK) < 0) in pa__init()
/third_party/skia/src/gpu/
H A DGrDrawingManager.h195 SkSurface::BackendSurfaceAccess access,
203 friend class GrDirectContext; // access to: flush & cleanup
204 friend class GrDirectContextPriv; // access to: flush
206 friend class GrRecordingContext; // access to: ctor
207 friend class SkImage; // for access to: flush
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupLayoutD3D12.cpp49 switch (bindingInfo.storageTexture.access) { in WGPUBindingInfoToDescriptorRangeType()

Completed in 17 milliseconds

1...<<41424344454647484950>>...103