Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_sdk.c196 void *buf, enum mlx5_fpga_access_type access_type) in mlx5_fpga_mem_read() argument
200 if (access_type == MLX5_FPGA_ACCESS_TYPE_DONTCARE) in mlx5_fpga_mem_read()
201 access_type = fdev->shell_conn ? MLX5_FPGA_ACCESS_TYPE_RDMA : in mlx5_fpga_mem_read()
205 size, (uintmax_t)addr, access_type ? "RDMA" : "I2C"); in mlx5_fpga_mem_read()
207 switch (access_type) { in mlx5_fpga_mem_read()
220 access_type); in mlx5_fpga_mem_read()
229 void *buf, enum mlx5_fpga_access_type access_type) in mlx5_fpga_mem_write() argument
233 if (access_type == MLX5_FPGA_ACCESS_TYPE_DONTCARE) in mlx5_fpga_mem_write()
238 size, (uintmax_t)addr, access_type ? "RDMA" : "I2C"); in mlx5_fpga_mem_write()
240 switch (access_type) { in mlx5_fpga_mem_write()
[all …]
H A Dsdk.h261 void *buf, enum mlx5_fpga_access_type access_type);
279 void *buf, enum mlx5_fpga_access_type access_type);
/freebsd-13.1/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c45 enum mlx5_fpga_access_type access_type; member
62 context->access_type = MLX5_FPGA_ACCESS_TYPE_DONTCARE; in tools_char_open()
69 u64 address, enum mlx5_fpga_access_type access_type, size_t *retcnt) in mem_read() argument
76 ret = mlx5_fpga_mem_read(tdev->fdev, count, address, buf, access_type); in mem_read()
90 u64 address, enum mlx5_fpga_access_type access_type, size_t *retcnt) in mem_write() argument
97 ret = mlx5_fpga_mem_write(tdev->fdev, count, address, buf, access_type); in mem_write()
153 context->access_type, &len1); in tools_char_read()
188 context->access_type, &len1); in tools_char_write()
224 context->access_type = arg; in tools_char_ioctl()
H A Dtools.h60 enum mlx5_fpga_access_type access_type);
63 enum mlx5_fpga_access_type access_type);
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dserver.h47 enum access_type { NO_ACCESS, READ_ACCESS, WRITE_ACCESS }; enum
73 enum access_type auth_access; /* access granted to authenticated users */
74 enum access_type anon_access; /* access granted to annonymous users */
231 enum access_type required,
H A Dcyrus_auth.c259 enum access_type required, in cyrus_auth_request()
H A Dserve.c538 static enum access_type
544 enum access_type result; in get_access()
570 static enum access_type
581 server_baton_t *b, enum access_type required, in send_mechs()
652 server_baton_t *b, enum access_type required, in auth()
695 server_baton_t *b, enum access_type required, in internal_auth_request()
728 server_baton_t *b, enum access_type required, in auth_request()
766 enum access_type req = (required & svn_authz_write) ? in lookup_access()
814 enum access_type req = (required & svn_authz_write) ? in must_have_access()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp108 descr->access_type = kAccessTypeLeft; in GetAccessToHeapChunkInformation()
110 descr->access_type = kAccessTypeRight; in GetAccessToHeapChunkInformation()
116 descr->access_type = kAccessTypeInside; in GetAccessToHeapChunkInformation()
118 descr->access_type = kAccessTypeUnknown; in GetAccessToHeapChunkInformation()
130 switch (descr.access_type) { in PrintHeapChunkAccess()
H A Dasan_descriptions.h116 u32 access_type : 2; member
H A Dasan_report.cpp395 hdesc1.chunk_access.access_type == kAccessTypeInside) in IsInvalidPointerPair()
397 hdesc2.chunk_access.access_type != kAccessTypeInside || in IsInvalidPointerPair()
/freebsd-13.1/sys/mips/mips/
H A Dtrap.c520 int access_type; in trap() local
765 access_type = emulate_unaligned_access(trapframe, mode); in trap()
766 if (access_type != 0) in trap()
1055 access_type = emulate_unaligned_access(trapframe, mode); in trap()
1056 if (access_type != 0) in trap()
1656 int access_type = 0; in emulate_unaligned_access() local
1674 access_type = mips_unaligned_load_store(frame, in emulate_unaligned_access()
1677 if (access_type) { in emulate_unaligned_access()
1690 access_name[access_type - 1], in emulate_unaligned_access()
1699 return access_type; in emulate_unaligned_access()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp164 addr_t access_type = in RetrieveReportData() local
186 dict->AddIntegerItem("access_type", access_type); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp207 const char *access_type = in ReportDeadlySignalImpl() local
211 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignalImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp82 lldb::AccessType access_type = TranslateMemberAccess(access); in AddMethod() local
87 m_ast_builder.ToCompilerType(method_qt), access_type, attrs.isVirtual(), in AddMethod()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h154 uint32_t access_type; member
H A Dqlnx_ioctl.c438 if (reg_rd_wr->access_type == QLNX_REG_ACCESS_DIRECT) { in qlnx_reg_rd_wr()
445 if (reg_rd_wr->access_type == QLNX_REG_ACCESS_DIRECT) { in qlnx_reg_rd_wr()
/freebsd-13.1/sys/fs/udf/
H A Decma167-udf.h282 uint32_t access_type; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h314 lldb::AccessType access_type,
351 lldb::AccessType access_type, const char *class_name,
1003 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind,
H A DTypeSystemClang.cpp1286 AccessType access_type, llvm::StringRef name, int kind, in CreateRecordType() argument
1348 if (access_type != eAccessNone) in CreateRecordType()
1349 decl->setAccess(ConvertAccessTypeToAccessSpecifier(access_type)); in CreateRecordType()
1563 lldb::AccessType access_type, const char *class_name, int kind, in CreateClassTemplateDecl() argument
1623 if (access_type != eAccessNone) in CreateClassTemplateDecl()
1625 ConvertAccessTypeToAccessSpecifier(access_type)); in CreateClassTemplateDecl()
9220 lldb::AccessType access_type, const char *parent_name, int tag_decl_kind, in ParseClassTemplateDecl() argument
9226 return CreateClassTemplateDecl(decl_ctx, owning_module, access_type, in ParseClassTemplateDecl()
/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmx.c2205 int access_type, offset, allowed; in vmx_handle_apic_access() local
2211 access_type = APIC_ACCESS_TYPE(qual); in vmx_handle_apic_access()
2215 if (access_type == 0) { in vmx_handle_apic_access()
2230 } else if (access_type == 1) { in vmx_handle_apic_access()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c870 uint16_t access_type, uint64_t fuid, uint16_t entry_type) in zfs_set_ace() argument
875 aclp->z_ops->ace_type_set(acep, access_type); in zfs_set_ace()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c868 uint16_t access_type, uint64_t fuid, uint16_t entry_type) in zfs_set_ace() argument
873 aclp->z_ops->ace_type_set(acep, access_type); in zfs_set_ace()
/freebsd-13.1/sys/dev/ixl/
H A Di40e_adminq_cmd.h408 __le16 access_type; member
/freebsd-13.1/sys/dev/ice/
H A Dice_adminq_cmd.h100 __le16 access_type; member
H A Dice_common.c1877 cmd_resp->access_type = CPU_TO_LE16(access); in ice_aq_req_res()

12