Home
last modified time | relevance | path

Searched defs:src_ctx (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ice/
Dice_common.c4415 ice_write_byte(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_write_byte()
4454 ice_write_word(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_write_word()
4497 ice_write_dword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_write_dword()
4548 ice_write_qword(u8 *src_ctx, u8 *dest_ctx, const struct ice_ctx_ele *ce_info) in ice_write_qword()
4600 ice_set_ctx(struct ice_hw *hw, u8 *src_ctx, u8 *dest_ctx, in ice_set_ctx()
4693 ice_read_byte(u8 *src_ctx, u8 *dest_ctx, struct ice_ctx_ele *ce_info) in ice_read_byte()
4729 ice_read_word(u8 *src_ctx, u8 *dest_ctx, struct ice_ctx_ele *ce_info) in ice_read_word()
4772 ice_read_dword(u8 *src_ctx, u8 *dest_ctx, struct ice_ctx_ele *ce_info) in ice_read_dword()
4823 ice_read_qword(u8 *src_ctx, u8 *dest_ctx, struct ice_ctx_ele *ce_info) in ice_read_qword()
4874 ice_get_ctx(u8 *src_ctx, u8 *dest_ctx, struct ice_ctx_ele *ce_info) in ice_get_ctx()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.h435 clang::ASTContext *src_ctx) { in GetDelegate()
DClangASTImporter.cpp237 clang::ASTContext *src_ctx) in CompleteTagDeclsScope()
331 clang::ASTContext *src_ctx = &decl->getASTContext(); in DeportDecl() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9806 void ScratchTypeSystemClang::ForgetSource(ASTContext *src_ctx, in ForgetSource()