/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | siutils.h | 152 /* "access" param defines for si_seci_access() below */ 372 extern uint32 si_seci_access(si_t *sih, uint32 val, int access); 684 /* To access per GCI bit registers */
|
/third_party/eudev/src/udev/ |
H A D | udevd.c | 311 * access. External processes holding an exclusive lock will in worker_spawn() 1311 if (access(UDEV_ROOT_RUN "/udev/rules.d", F_OK) < 0) { in main()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 974 * first change the access mode and only then hand out in chmod_and_chown() 975 * ownership to avoid a window where access is too open. */ in chmod_and_chown() 1527 saved = access("/etc/initrd-release", F_OK) >= 0 && in in_initrd()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | me_cmp.asm | 221 ; can simply call this 2x2x (and that's why we access rsp+gprsize
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_meter.c | 1017 spcm->access == SND_PCM_ACCESS_MMAP_NONINTERLEAVED) { in s16_enable()
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 70 /** PCM access types mask */ 109 /** PCM access type */ 111 /** mmap access with simple interleaved channels */ 113 /** mmap access with simple non interleaved channels */ 115 /** mmap access with complex placement */ 117 /** snd_pcm_readi/snd_pcm_writei access */ 119 /** snd_pcm_readn/snd_pcm_writen access */ 426 /** One or more linked PCM with exclusive access to selected 676 snd_pcm_access_t access,
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_sqtt_layer.c | 374 access(queue->device->thread_trace.trigger_file, W_OK) == 0) { in radv_handle_thread_trace()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 1833 if (access(file, R_OK | W_OK) == -1) { in parse_cmdline()
|
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 437 if (access(test_out_dir, W_OK | R_OK | X_OK) < 0) { in main()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sqtt.c | 717 access(sctx->thread_trace->trigger_file, W_OK) == 0) { in si_handle_thread_trace()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.c | 487 res->obj->access = 0; in kopper_acquire()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.h | 940 } access; member
|
H A D | shrpx_client_handler.cc | 1232 config->logging.access.format, in write_accesslog()
|
H A D | shrpx_http_downstream_connection.cc | 1037 if (loggingconf.access.write_early && downstream->accesslog_ready()) { in htp_hdrs_completecb()
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 952 fprintf(stderr, "%s: failed to access mountpoint %s: %s\n", in check_perm() 973 "%s: failed to access mountpoint %s: %s\n", in check_perm() 984 res = access(mnt, W_OK); in check_perm() 986 fprintf(stderr, "%s: user has no write access to mountpoint %s\n", in check_perm() 1001 "%s: failed to access mountpoint %s: %s\n", in check_perm() 1022 * places to which we have "write access" without being supposed to be in check_perm() 1028 fprintf(stderr, "%s: failed to access mountpoint %s: %s\n", in check_perm()
|
/third_party/libinput/src/ |
H A D | quirks.c | 933 /* Not using open_restricted here, if we can't access in parse_file()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nve4_compute.c | 311 if (view->access & PIPE_IMAGE_ACCESS_WRITE) in nve4_compute_validate_surfaces()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 261 ; upon unaligned access which crosses page boundary. "Better safe
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 1607 if (access(abspath, X_OK) == 0) { in uv__search_path()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 832 pub fn access(arg1: *const c_char, arg2: c_int) -> c_int; in access() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 645 pub fn access(path: *const c_char, amode: ::c_int) -> ::c_int; in access() functions
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_ext_autogen.h | 267 void *mapBuffer(BufferBinding targetPacked, GLenum access); \
|
H A D | State.h | 764 GLenum access, 1062 // The active textures cache gives ANGLE components access to a complete array of textures
|
H A D | validationES.h | 613 GLbitfield access);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.h | 379 GLbitfield access,
|