/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | conf.c | 277 if (access(fn, R_OK) == 0 && test_filename1(card, filename, fn)) in test_filename()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | expr.c | 415 has_pmem = access(path, F_OK) == 0; in has_pmem()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | kprobe_multi_test.c | 335 if (access("/sys/kernel/tracing/trace", F_OK) == 0) in get_syms()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | control_compat.c | 53 u32 access; member 104 /* id, type, access, count */ in snd_ctl_elem_info_compat() 377 /* id, type, access, count */ \ in snd_ctl_elem_add_compat()
|
/kernel/linux/linux-6.6/sound/pci/aw2/ |
H A D | aw2-alsa.c | 183 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ice1712.h | 393 * gpio access functions 422 * The access to gpio will be protected by mutex, so don't forget to 443 { .iface = xiface, .name = xname, .access = xaccess, .info = snd_ctl_boolean_mono_info, \ 474 /* route access functions */
|
H A D | psc724.c | 89 /* codec access low-level functions */ 343 cont.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; in psc724_add_controls()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas5805m.c | 281 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-audio.h | 358 unsigned int access; member 414 * setup_mutex against non stream domain races (kcontrol access for
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_kvp_daemon.c | 239 if (access(KVP_CONFIG_LOC, F_OK)) { in kvp_file_init()
|
/kernel/linux/linux-6.6/sound/usb/caiaq/ |
H A D | control.c | 153 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
|
/kernel/linux/linux-6.6/sound/soc/img/ |
H A D | img-spdif-out.c | 188 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | podhd.c | 356 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
|
H A D | pod.c | 357 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
|
/test/xts/acts/security_lite/permission_posix/pms/src/ |
H A D | ActsPMSLoadTest.cpp | 466 int fd = access(TEST_APP_PATH, F_OK);
in HWTEST_F()
|
/third_party/cups-filters/cupsfilters/ |
H A D | pdftoippprinter.c | 561 if (access(filter_path, X_OK) == 0) in filter_present()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 42 gain access to the machine-state and virtual memory of \emph{another}
|
H A D | unw_get_proc_info.tex | 106 returned by the \Func{access\_mem}() call-back (see
|
/third_party/libsnd/tests/ |
H A D | misc_test.c | 340 if (access (filename, F_OK) == 0) in permission_test()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_taskmesh_io_to_mem.c | 122 first_task = nir_build_load_global(b, 1, 32, addr, .access = ACCESS_NON_WRITEABLE | ACCESS_COHERENT); in ac_nir_apply_first_task_to_task_shader()
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_files.py | 190 is_executable = os.access(filepath, os.X_OK)
|
/third_party/ltp/lib/ |
H A D | tst_safe_macros.c | 28 rval = access(pathname, mode); in safe_access() 32 "access(%s,%d) failed", pathname, mode); in safe_access() 35 "Invalid access(%s,%d) return value %d", pathname, in safe_access()
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 674 if (access(fname, F_OK)) { in parse_file()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.h | 491 bool is_stencil, uint16_t access, uint32_t * restrict state);
|
H A D | si_shaderlib_nir.c | 265 .access = SI_COMPUTE_DST_CACHE_POLICY != L2_LRU ? ACCESS_STREAM_CACHE_POLICY : 0, in si_create_clear_buffer_rmw_cs()
|