/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | get_cgroup_id_user.c | 89 if (access("/sys/kernel/tracing/trace", F_OK) == 0) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/ |
H A D | clone3.c | 199 if (access("/proc/self/ns/time", F_OK) == 0) { in main()
|
/kernel/liteos_a/kernel/extended/liteipc/ |
H A D | hm_liteipc.h | 73 UINT32 access[LOSCFG_BASE_CORE_TSK_LIMIT]; member
|
/kernel/liteos_a/kernel/extended/blackbox/ |
H A D | los_blackbox_common.c | 168 ret = access(dirPath, 0); in CreateNewDir()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | siw-abi.h | 103 __aligned_u64 access; member
|
H A D | rdma_user_rxe.h | 86 __u32 access; member
|
/kernel/linux/linux-6.6/sound/pcmcia/vx/ |
H A D | vxp_mixer.c | 61 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | rdma_user_rxe.h | 71 __u32 access; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | siw-abi.h | 103 __aligned_u64 access; member
|
H A D | rdma_user_rxe.h | 86 __u32 access; member
|
/third_party/eudev/src/udev/ |
H A D | udevadm-settle.c | 141 if (exists && access(exists, F_OK) >= 0) { in adm_settle()
|
/third_party/eudev/src/shared/ |
H A D | smack-util.c | 40 cached_use = access("/sys/fs/smackfs/", F_OK) >= 0; in mac_smack_use()
|
/third_party/alsa-utils/alsaloop/ |
H A D | effect-sweep.c | 34 snd_pcm_access_t access, in effect_init() 32 effect_init(struct lookback *loopback, void *private_data, snd_pcm_access_t access, unsigned int channels, unsigned int rate, snd_pcm_format_t format) effect_init() argument
|
/third_party/gn/src/gn/ |
H A D | string_atom.cc | 213 #define s_local_cache (*__g_s_local_cache_impl.access())
|
/third_party/alsa-lib/include/ |
H A D | pcm_ioplug.h | 43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */ 118 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member
|
/third_party/libdrm/nouveau/ |
H A D | private.h | 90 uint32_t access; member
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns03.c | 145 if (access("/proc/self/setgroups", F_OK) == 0) { in run()
|
/third_party/ltp/lib/ |
H A D | tst_pid.c | 83 if (access(path, R_OK) != 0) { in read_session_pids_limit()
|
H A D | tst_kvercmp.c | 146 if (access(OSRELEASE_PATH, F_OK) != -1) { in tst_kvcmp_distname()
|
H A D | tst_kernel.c | 114 if (access(path, R_OK)) { in tst_search_driver_()
|
/third_party/ltp/testcases/kernel/sound/ |
H A D | snd_timer01.c | 65 if(access("/dev/snd/timer", F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access02.c | 12 * Test access(2) syscall 60 TST_EXP_PASS_SILENT(access(tc->pathname, tc->mode), in access_test() 61 "access(%s, %s) as %s", tc->pathname, tc->name, user); in access_test() 71 * access() behaviour is correct. in access_test() 85 * has read access, attempt to open the file with O_RDONLY, in access_test() 86 * if we get a valid fd, access() behaviour is correct. in access_test() 103 * has write access, attempt to open the file with O_WRONLY, in access_test() 104 * if we get a valid fd, access() behaviour is correct. in access_test() 121 * has execute access, attempt to execute the executable in access_test() 122 * file, if successful, access() behaviou in access_test() [all...] |
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages03.c | 52 if (access(PATH_KSM, F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap10.c | 95 if (access(PATH_KSM, F_OK) == -1) in main()
|
/third_party/ltp/testcases/kernel/mem/ksm/ |
H A D | ksm06.c | 96 if (access(PATH_KSM "max_page_sharing", F_OK) == 0) in test_ksm()
|