/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | p16v.c | 737 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas2562.c | 522 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | SNDRV_CTL_ELEM_ACCESS_READWRITE,
|
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 789 if (!access(optarg, F_OK) == 0) { in main()
|
/kernel/linux/linux-6.6/sound/soc/sunxi/ |
H A D | sun4i-spdif.c | 484 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 730 unsigned int access; member
|
/third_party/eudev/src/libudev/ |
H A D | libudev-monitor.c | 148 if (access(UDEV_ROOT_RUN "/udev/control", F_OK) < 0) { in udev_monitor_new_from_netlink_fd()
|
/third_party/gn/src/gn/ |
H A D | innerapis_publicinfo_generator.cc | 40 if (access(path.c_str(), F_OK) == 0) {
in IsFileExists()
|
/third_party/alsa-utils/alsaloop/ |
H A D | alsaloop.c | 107 handle->access = SND_PCM_ACCESS_RW_INTERLEAVED; in create_loopback_handle()
|
/third_party/libsnd/programs/ |
H A D | sndfile-play.c | 185 { fprintf (stderr, "cannot set access type (%s)\n", snd_strerror (err)) ; in alsa_open() 493 CRITICAL_SECTION mutex ; /* to control access to BuffersInUSe */ 839 if (access ("/proc/asound/cards", R_OK) == 0) in main()
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 45 #define access _access macro
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
H A D | invocation.cpp | 114 if (var->data.access & ACCESS_NON_WRITEABLE) in clover_nir_lower_images()
|
/third_party/node/deps/npm/node_modules/read-package-json/lib/ |
H A D | read-json.js | 247 fs.access(path.join(dir, 'server.js'), (err) => { 444 * normalize-package-data if it had access to the file path.
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 578 .access = subdir_access,
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.h | 937 enum iris_domain access);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.hpp | 73 void* map(glw::GLenum access) const;
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.h | 193 GLbitfield access);
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 357 if (strstart(&TT.fmt, "access|")) { in print_flags() 473 SC(access, "s|access|"); in print_enter()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-udev-detect.c | 294 accessible = access(cd, R_OK|W_OK) >= 0; in verify_access()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_unix.c | 449 return access(fname, F_OK) == 0; in os_file_exists()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_unix.c | 460 return access(fname, F_OK) == 0; in os_file_exists()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 104 wr->access & IB_ACCESS_MW_BIND ? 1 : 0); in set_frmr_seg() 106 wr->access & IB_ACCESS_REMOTE_ATOMIC ? 1 : 0); in set_frmr_seg() 108 wr->access & IB_ACCESS_REMOTE_READ ? 1 : 0); in set_frmr_seg() 110 wr->access & IB_ACCESS_REMOTE_WRITE ? 1 : 0); in set_frmr_seg() 112 wr->access & IB_ACCESS_LOCAL_WRITE ? 1 : 0); in set_frmr_seg() 2751 /* Aligned to the hardware address access unit */ in set_mtpt_pbl() 2802 (mr->access & IB_ACCESS_MW_BIND ? 1 : 0)); in hns_roce_v2_write_mtpt() 2804 mr->access & IB_ACCESS_REMOTE_ATOMIC ? 1 : 0); in hns_roce_v2_write_mtpt() 2806 (mr->access & IB_ACCESS_REMOTE_READ ? 1 : 0)); in hns_roce_v2_write_mtpt() 2808 (mr->access in hns_roce_v2_write_mtpt() [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4xdr.c | 1188 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access() argument 1191 encode_uint32(xdr, access); in encode_access() 2125 encode_access(xdr, args->access, &hdr); in nfs4_xdr_enc_access() 2338 if (args->access) in nfs4_xdr_enc_open() 2339 encode_access(xdr, args->access, &hdr); in nfs4_xdr_enc_open() 2384 if (args->access) in nfs4_xdr_enc_open_noattr() 2385 encode_access(xdr, args->access, &hdr); in nfs4_xdr_enc_open_noattr() 4259 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access() argument 4274 *access = acc; in decode_access() 6099 status = decode_access(xdr, &res->supported, &res->access); in nfs4_xdr_dec_access() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4xdr.c | 1200 static void encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) in encode_access() argument 1203 encode_uint32(xdr, access); in encode_access() 2153 encode_access(xdr, args->access, &hdr); in nfs4_xdr_enc_access() 2366 if (args->access) in nfs4_xdr_enc_open() 2367 encode_access(xdr, args->access, &hdr); in nfs4_xdr_enc_open() 2412 if (args->access) in nfs4_xdr_enc_open_noattr() 2413 encode_access(xdr, args->access, &hdr); in nfs4_xdr_enc_open_noattr() 4327 static int decode_access(struct xdr_stream *xdr, u32 *supported, u32 *access) in decode_access() argument 4342 *access = acc; in decode_access() 6196 status = decode_access(xdr, &res->supported, &res->access); in nfs4_xdr_dec_access() [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | libGL_autogen.cpp | 2465 void *GL_APIENTRY glMapBuffer(GLenum target, GLenum access) in glMapBuffer() argument 2467 return GL_MapBuffer(target, access); in glMapBuffer() 3316 GLbitfield access) in glMapBufferRange() 3318 return GL_MapBufferRange(target, offset, length, access); in glMapBufferRange() 4904 GLenum access, in glBindImageTexture() 4907 return GL_BindImageTexture(unit, texture, level, layered, layer, access, format); in glBindImageTexture() 5974 void *GL_APIENTRY glMapNamedBuffer(GLuint buffer, GLenum access) in glMapNamedBuffer() argument 5976 return GL_MapNamedBuffer(buffer, access); in glMapNamedBuffer() 5982 GLbitfield access) in glMapNamedBufferRange() 5984 return GL_MapNamedBufferRange(buffer, offset, length, access); in glMapNamedBufferRange() 3313 glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) glMapBufferRange() argument 4899 glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) glBindImageTexture() argument 5979 glMapNamedBufferRange(GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) glMapNamedBufferRange() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.cc | 15 #include "src/compiler/access-builder.h" 16 #include "src/compiler/access-info.h" 29 #include "src/compiler/property-access-builder.h" 730 // Make sure that the access is still in bounds, since the callback could in SafeLoadElement() 2912 // might require access checks here; we also don't want to deal 3704 // need to perform access checks, even if the {receiver}'s map 3705 // has the "needs access check" bit set. 3729 // that the {function_template_info} accepts them without access 3730 // checks (even if "access check needed" is set for {receiver}). 3746 // the "access chec [all...] |