Home
last modified time | relevance | path

Searched refs:access (Results 1926 - 1950 of 2536) sorted by relevance

1...<<71727374757677787980>>...102

/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Dp16v.c737 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas2562.c522 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | SNDRV_CTL_ELEM_ACCESS_READWRITE,
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c789 if (!access(optarg, F_OK) == 0) { in main()
/kernel/linux/linux-6.6/sound/soc/sunxi/
H A Dsun4i-spdif.c484 .access = SNDRV_CTL_ELEM_ACCESS_READ,
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h730 unsigned int access; member
/third_party/eudev/src/libudev/
H A Dlibudev-monitor.c148 if (access(UDEV_ROOT_RUN "/udev/control", F_OK) < 0) { in udev_monitor_new_from_netlink_fd()
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc40 if (access(path.c_str(), F_OK) == 0) { in IsFileExists()
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.c107 handle->access = SND_PCM_ACCESS_RW_INTERLEAVED; in create_loopback_handle()
/third_party/libsnd/programs/
H A Dsndfile-play.c185 { 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 Doscore-interop-server.c45 #define access _access macro
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp114 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 Dread-json.js247 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 Dsubdir.c578 .access = subdir_access,
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h937 enum iris_domain access);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp73 void* map(glw::GLenum access) const;
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.h193 GLbitfield access);
/third_party/toybox/toys/pending/
H A Dstrace.c357 if (strstart(&TT.fmt, "access|")) { in print_flags()
473 SC(access, "s|access|"); in print_enter()
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c294 accessible = access(cd, R_OK|W_OK) >= 0; in verify_access()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_unix.c449 return access(fname, F_OK) == 0; in os_file_exists()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_unix.c460 return access(fname, F_OK) == 0; in os_file_exists()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c104 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 Dnfs4xdr.c1188 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 Dnfs4xdr.c1200 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 DlibGL_autogen.cpp2465 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 Djs-call-reducer.cc15 #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...]

Completed in 64 milliseconds

1...<<71727374757677787980>>...102