Home
last modified time | relevance | path

Searched defs:opc (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c43 dtfs_node_lookup(struct puffs_usermount *pu, void *opc, in dtfs_node_lookup()
109 dtfs_node_setattr(struct puffs_usermount *pu, void *opc, in dtfs_node_setattr()
167 dtfs_node_create(struct puffs_usermount *pu, void *opc, in dtfs_node_create()
204 dtfs_node_mkdir(struct puffs_usermount *pu, void *opc, in dtfs_node_mkdir()
220 dtfs_node_rmdir(struct puffs_usermount *pu, void *opc, void *targ, in dtfs_node_rmdir()
236 dtfs_node_readdir(struct puffs_usermount *pu, void *opc, in dtfs_node_readdir()
372 dtfs_node_link(struct puffs_usermount *pu, void *opc, void *targ, in dtfs_node_link()
390 dtfs_node_symlink(struct puffs_usermount *pu, void *opc, in dtfs_node_symlink()
413 dtfs_node_readlink(struct puffs_usermount *pu, void *opc, in dtfs_node_readlink()
427 dtfs_node_mknod(struct puffs_usermount *pu, void *opc, in dtfs_node_mknod()
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dmilenage.c36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f1()
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345()
173 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, in milenage_generate()
208 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, in milenage_auts()
235 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) in gsm_milenage()
270 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, in milenage_check()
/freebsd/sys/dev/nvme/
H A Dnvme_test.c50 enum nvme_nvm_opcode opc; member
60 enum nvme_nvm_opcode opc; member
H A Dnvme_qpair.c102 get_opcode_string(const char *op[DEFAULT_INDEX + 1], uint16_t opc) in get_opcode_string()
110 get_admin_opcode_string(uint16_t opc) in get_admin_opcode_string()
116 get_io_opcode_string(uint16_t opc) in get_io_opcode_string()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_decoder_function.c224 uint8_t opc, ext, ext2; in pt_df_fetch() local
H A Dpt_encoder.c223 uint8_t opc, ipc; in pt_encode_ip() local
325 uint8_t opc, stop; in pt_enc_next() local
H A Dpt_packet.c549 uint8_t opc, plc; in pt_pkt_read_ptw() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h706 int opc = MI.getOpcode(); in isIndirectControlFlowNotComingBack() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp46 unsigned opc, ///< opcode of the second cast constant expression in foldConstantCastPair()
183 static Constant *foldMaybeUndesirableCast(unsigned opc, Constant *V, in foldMaybeUndesirableCast()
190 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction()
H A DConstantsContext.h223 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, in CompareConstantExpr()
H A DInstruction.cpp1203 #define HANDLE_INST(num, opc, clas) \ in clone() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp695 uint32_t opc = Bits32(opcode, 31, 30); in EmulateLDPSTP() local
930 uint32_t opc = Bits32(opcode, 23, 22); in EmulateLDRSTRImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp549 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local
564 unsigned opc = 0; in adjustFixupValue() local
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp256 uint8_t opc = (insn >> 22) & 3; in parseLdr() local
344 uint8_t size, opc; in writeImmediateLdr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp681 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp84 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local
/freebsd/sys/dev/ice/
H A Dice_switch.c257 enum ice_adminq_opc opc = ice_aqc_opc_alloc_res; in ice_alloc_sw() local
892 enum ice_adminq_opc opc) in ice_aq_alloc_free_vsi_list()
1014 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_sw_rules()
1219 enum ice_adminq_opc opc) in ice_fill_sw_rule()
1588 u16 vsi_list_id, bool remove, enum ice_adminq_opc opc, in ice_update_vsi_list_rule()
/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp258 uint32_t opc = (instr >> 22) & 0x3; in isV8NonStructureLoad() local
/freebsd/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c86 u8 opc[16]; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4672 Opcode opc, QualType ResTy, ExprValueKind VK, in BinaryOperator()
4689 Opcode opc, QualType ResTy, ExprValueKind VK, in BinaryOperator()
4714 Expr *rhs, Opcode opc, QualType ResTy, in Create()
4736 Opcode opc, QualType ResTy, ExprValueKind VK, in Create()
4756 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, in UnaryOperator()
4771 Opcode opc, QualType type, in Create()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp247 unsigned opc[2]; in insertBranch() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h855 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) in UnOpInit()
933 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : in BinOpInit()
1001 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs, in TernOpInit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1296 unsigned opc = BO->getOpcode(); in isLegalToSwapOperand() local
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_sim.c280 u8 opc[16], k[16]; in eap_sim_gsm_auth() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c783 uint_t opc; in dt_cg_compare_op() local

12