/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...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 2380 # _real_access() - "callout" for access error exception # 2391 # If access error: # 2392 # - The system stack is changed to an access error stack frame # 2444 # "callout" returns a failing result indicating an access error, then # 2445 # we must create an access error stack frame from the current stack # 3076 # facc_out_{b,w,l}() - store to memory took access error (opcl 3) # 3083 # No access error: # 3100 # which creates an access error stack frame from the current operr # 3273 # No access error: # 3290 # which creates an access erro [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 2380 # _real_access() - "callout" for access error exception # 2391 # If access error: # 2392 # - The system stack is changed to an access error stack frame # 2444 # "callout" returns a failing result indicating an access error, then # 2445 # we must create an access error stack frame from the current stack # 3076 # facc_out_{b,w,l}() - store to memory took access error (opcl 3) # 3083 # No access error: # 3100 # which creates an access error stack frame from the current operr # 3273 # No access error: # 3290 # which creates an access erro [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 1556 if (images[i].access & PIPE_IMAGE_ACCESS_WRITE) { in tc_set_shader_images() 1979 unsigned access; member 1989 pipe->make_image_handle_resident(pipe, p->handle, p->access, p->resident); in tc_call_make_image_handle_resident() 1995 unsigned access, bool resident) in tc_make_image_handle_resident() 2003 p->access = access; in tc_make_image_handle_resident() 1994 tc_make_image_handle_resident(struct pipe_context *_pipe, uint64_t handle, unsigned access, bool resident) tc_make_image_handle_resident() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 163 // Sequential access enums 210 DE_FATAL("Unknown access flags"); in accessFlagToAccess() 1336 log << TestLog::Message << commandIndex << ": Host memory access:" << (m_read ? " read" : "") << (m_write ? " write" : "") << ", seed: " << m_seed << TestLog::EndMessage; 1398 DE_FATAL("Host memory access without read or write."); 1466 DE_FATAL("Host memory access without read or write."); 7368 bool isWriteAccess (vk::VkAccessFlagBits access) 7370 return (getWriteAccessFlags() & access) != 0; 7379 vk::VkAccessFlagBits access) const; 7382 vk::VkAccessFlagBits access); 7475 vk::VkAccessFlagBits access) cons [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 163 // Sequential access enums 210 DE_FATAL("Unknown access flags"); in accessFlagToAccess() 1336 log << TestLog::Message << commandIndex << ": Host memory access:" << (m_read ? " read" : "") << (m_write ? " write" : "") << ", seed: " << m_seed << TestLog::EndMessage; 1398 DE_FATAL("Host memory access without read or write."); 1466 DE_FATAL("Host memory access without read or write."); 7368 bool isWriteAccess (vk::VkAccessFlagBits access) 7370 return (getWriteAccessFlags() & access) != 0; 7379 vk::VkAccessFlagBits access) const; 7382 vk::VkAccessFlagBits access); 7475 vk::VkAccessFlagBits access) cons [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 234 * @access: the time (ms) needed to access the Firmware Mailbox 239 int access, int execute) in t4_record_mbox() 255 entry->access = access; in t4_record_mbox() 290 u16 access = 0; in t4_wr_mbox_meat_timeout() local 317 /* Queue ourselves onto the mailbox access list. When our entry is at in t4_wr_mbox_meat_timeout() 318 * the front of the list, we have rights to access the mailbox. So we in t4_wr_mbox_meat_timeout() 332 * mailbox access list but this is a start. We very rarely in t4_wr_mbox_meat_timeout() 333 * contend on access t in t4_wr_mbox_meat_timeout() 237 t4_record_mbox(struct adapter *adapter, const __be64 *cmd, unsigned int size, int access, int execute) t4_record_mbox() argument [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 67 * this value for fast access. The ->eo_set_last_eb_blk() and 68 * ->eo_get_last_eb_blk() operations access this value. They are 433 ocfs2_journal_access_func access, in __ocfs2_init_extent_tree() 440 et->et_root_journal_access = access; in __ocfs2_init_extent_tree() 684 ocfs2_journal_access_func access) in ocfs2_new_path() 696 path_root_access(path) = access; in ocfs2_new_path() 726 ocfs2_journal_access_func access = path_root_access(path); in ocfs2_path_bh_journal_access() local 728 if (!access) in ocfs2_path_bh_journal_access() 729 access = ocfs2_journal_access; in ocfs2_path_bh_journal_access() 732 access in ocfs2_path_bh_journal_access() 430 __ocfs2_init_extent_tree(struct ocfs2_extent_tree *et, struct ocfs2_caching_info *ci, struct buffer_head *bh, ocfs2_journal_access_func access, void *obj, const struct ocfs2_extent_tree_operations *ops) __ocfs2_init_extent_tree() argument 682 ocfs2_new_path(struct buffer_head *root_bh, struct ocfs2_extent_list *root_el, ocfs2_journal_access_func access) ocfs2_new_path() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 234 * @access: the time (ms) needed to access the Firmware Mailbox 239 int access, int execute) in t4_record_mbox() 255 entry->access = access; in t4_record_mbox() 290 u16 access = 0; in t4_wr_mbox_meat_timeout() local 317 /* Queue ourselves onto the mailbox access list. When our entry is at in t4_wr_mbox_meat_timeout() 318 * the front of the list, we have rights to access the mailbox. So we in t4_wr_mbox_meat_timeout() 332 * mailbox access list but this is a start. We very rarely in t4_wr_mbox_meat_timeout() 333 * contend on access t in t4_wr_mbox_meat_timeout() 237 t4_record_mbox(struct adapter *adapter, const __be64 *cmd, unsigned int size, int access, int execute) t4_record_mbox() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 65 * this value for fast access. The ->eo_set_last_eb_blk() and 66 * ->eo_get_last_eb_blk() operations access this value. They are 431 ocfs2_journal_access_func access, in __ocfs2_init_extent_tree() 438 et->et_root_journal_access = access; in __ocfs2_init_extent_tree() 682 ocfs2_journal_access_func access) in ocfs2_new_path() 694 path_root_access(path) = access; in ocfs2_new_path() 724 ocfs2_journal_access_func access = path_root_access(path); in ocfs2_path_bh_journal_access() local 726 if (!access) in ocfs2_path_bh_journal_access() 727 access = ocfs2_journal_access; in ocfs2_path_bh_journal_access() 730 access in ocfs2_path_bh_journal_access() 428 __ocfs2_init_extent_tree(struct ocfs2_extent_tree *et, struct ocfs2_caching_info *ci, struct buffer_head *bh, ocfs2_journal_access_func access, void *obj, const struct ocfs2_extent_tree_operations *ops) __ocfs2_init_extent_tree() argument 680 ocfs2_new_path(struct buffer_head *root_bh, struct ocfs2_extent_list *root_el, ocfs2_journal_access_func access) ocfs2_new_path() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.cpp | 5067 GLbitfield access) in ValidateMapBufferRangeBase() 5116 if ((access & ~kBufferStorageAccessBits) != 0) in ValidateMapBufferRangeBase() 5122 // It is invalid if any of bufferStorageMatchedAccessBits bits are included in access, in ValidateMapBufferRangeBase() 5127 GLbitfield accessFlags = access & kBufferStorageMatchedAccessBits; in ValidateMapBufferRangeBase() 5134 else if ((access & ~kAllAccessBits) != 0) in ValidateMapBufferRangeBase() 5153 if ((access & (GL_MAP_READ_BIT | GL_MAP_WRITE_BIT)) == 0) in ValidateMapBufferRangeBase() 5162 if ((access & GL_MAP_READ_BIT) != 0 && (access & writeOnlyBits) != 0) in ValidateMapBufferRangeBase() 5168 if ((access & GL_MAP_WRITE_BIT) == 0 && (access in ValidateMapBufferRangeBase() 5062 ValidateMapBufferRangeBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length, GLbitfield access) ValidateMapBufferRangeBase() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 291 rwr.access = (IB_ACCESS_LOCAL_WRITE | in rdma_write_sg() 412 rwr.access = (IB_ACCESS_LOCAL_WRITE | in send_io_resp_imm() 851 rwr[mri].access = (IB_ACCESS_LOCAL_WRITE | in process_info_req()
|
/third_party/libcoap/examples/ |
H A D | coap-server.c | 44 #define access _access macro 101 static char *pkcs11_pin = NULL; /* PKCS11 pin to unlock access to token */ 2270 "\t-J pkcs11_pin\tThe user pin to unlock access to the PKCS11 token\n" in usage() 2665 if (access(valid_pki_snis.pki_sni_list[valid_pki_snis.count].new_cert, in cmdline_read_pki_sni_check() 2667 coap_log_err("SNI file: Cert File: %s: Unable to access\n", in cmdline_read_pki_sni_check() 2671 if (access(valid_pki_snis.pki_sni_list[valid_pki_snis.count].new_ca, in cmdline_read_pki_sni_check() 2673 coap_log_err("SNI file: CA File: %s: Unable to access\n", in cmdline_read_pki_sni_check()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 2716 enum gl_access_qualifier access = nir_intrinsic_access(intrin); in nir_rewrite_image_intrinsic() local 2768 nir_intrinsic_set_access(intrin, access | var->data.access); in nir_rewrite_image_intrinsic() 2916 * because the access mask might be different and we can't get it reliably. in nir_get_binding_variable()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir.c | 272 enum gl_access_qualifier access = nir_intrinsic_access(intr); in lower_load_ssbo() local 296 .access = access); in lower_load_ssbo()
|
/third_party/mksh/ |
H A D | funcs.c | 274 /* LINTED use of access */ in c_pwd() 275 if (p && access(p, R_OK) < 0) in c_pwd() 2768 #define test_access(name,mode) access_ex(access, (name), (mode)) 2772 #define test_access(name,mode) access((name), (mode)) 2867 /* LINTED use of access */ in test_eval() 2872 /* LINTED use of access */ in test_eval()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 238 const bool access = !unusedOk || (rnd.getFloat() < accessWeight); in generateBufferVar() local 239 const bool read = access ? (rnd.getFloat() < readWeight) : false; in generateBufferVar() 240 const bool write = access ? (!read || (rnd.getFloat() < writeWeight)) : false; in generateBufferVar() 517 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); in BlockSingleStructArrayCase() 555 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in BlockSingleNestedStructCase() 593 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in BlockSingleNestedStructArrayCase() 626 block.addMember(BufferVar("u", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in BlockUnsizedStructArrayCase() 667 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); in Block2LevelUnsizedStructArrayCase() 715 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in BlockUnsizedNestedStructArrayCase() 754 blockA.addMember(BufferVar("b", VarType(glu::TYPE_UINT_VEC3, glu::PRECISION_LOWP), 0 /* no access */)); in BlockMultiBasicTypesCase() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 238 const bool access = !unusedOk || (rnd.getFloat() < accessWeight); in generateBufferVar() local 239 const bool read = access ? (rnd.getFloat() < readWeight) : false; in generateBufferVar() 240 const bool write = access ? (!read || (rnd.getFloat() < writeWeight)) : false; in generateBufferVar() 517 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); in BlockSingleStructArrayCase() 555 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in BlockSingleNestedStructCase() 593 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in BlockSingleNestedStructArrayCase() 626 block.addMember(BufferVar("u", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in BlockUnsizedStructArrayCase() 667 block.addMember(BufferVar("u", VarType(glu::TYPE_UINT, glu::PRECISION_LOWP), 0 /* no access */)); in Block2LevelUnsizedStructArrayCase() 715 block.addMember(BufferVar("v", VarType(glu::TYPE_FLOAT_VEC2, glu::PRECISION_LOWP), 0 /* no access */)); in BlockUnsizedNestedStructArrayCase() 754 blockA.addMember(BufferVar("b", VarType(glu::TYPE_UINT_VEC3, glu::PRECISION_LOWP), 0 /* no access */)); in BlockMultiBasicTypesCase() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 257 * @handler: function that handles access to the entries into the section type 687 * @access: access type (read or write) 690 * or writing of the package. When attempting to obtain write access, the 702 enum ice_aq_res_access_type access) in ice_acquire_global_cfg_lock() 706 status = ice_acquire_res(hw, ICE_GLOBAL_CFG_LOCK_RES_ID, access, in ice_acquire_global_cfg_lock() 733 * @access: access type (read or write) 738 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access) in ice_acquire_change_lock() argument 740 return ice_acquire_res(hw, ICE_CHANGE_LOCK_RES_ID, access, in ice_acquire_change_lock() 701 ice_acquire_global_cfg_lock(struct ice_hw *hw, enum ice_aq_res_access_type access) ice_acquire_global_cfg_lock() argument [all...] |