/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vnops.c | 43 dtfs_node_lookup(struct puffs_usermount *pu, void *opc, in dtfs_node_lookup() 99 dtfs_node_access(struct puffs_usermount *pu, void *opc, int acc_mode, in dtfs_node_access() 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() 186 dtfs_node_remove(struct puffs_usermount *pu, void *opc, void *targ, in dtfs_node_remove() 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() 281 dtfs_node_poll(struct puffs_usermount *pu, void *opc, int *events) in dtfs_node_poll() 301 dtfs_node_mmap(struct puffs_usermount *pu, void *opc, vm_prot_t prot, in dtfs_node_mmap() [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | milenage.c | 36 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 D | nvme_test.c | 49 enum nvme_nvm_opcode opc; global() member 59 enum nvme_nvm_opcode opc; global() member [all...] |
H A D | nvme_qpair.c | 102 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 D | pt_decoder_function.c | 224 uint8_t opc, ext, ext2; in pt_df_fetch() local
|
H A D | pt_encoder.c | 223 uint8_t opc, ipc; in pt_encode_ip() local 325 uint8_t opc, stop; in pt_enc_next() local
|
H A D | pt_packet.c | 549 uint8_t opc, plc; in pt_pkt_read_ptw() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 46 unsigned opc, ///< opcode of the second cast constant expression in foldConstantCastPair() 123 static Constant *foldMaybeUndesirableCast(unsigned opc, Constant *V, in foldMaybeUndesirableCast() 130 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, in ConstantFoldCastInstruction()
|
H A D | Instruction.cpp | 1304 #define HANDLE_INST(num, opc, clas) \ in clone() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 725 int opc = MI.getOpcode(); in isIndirectControlFlowNotComingBack() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 697 uint32_t opc = Bits32(opcode, 31, 30); in EmulateLDPSTP() local 932 uint32_t opc = Bits32(opcode, 23, 22); in EmulateLDRSTRImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 548 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 in adjustFixupValue() local 563 unsigned opc = 0; in adjustFixupValue() local
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 254 uint8_t opc = (insn >> 22) & 3; in parseLdr() local 342 uint8_t size, opc; in writeImmediateLdr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 681 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 84 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() local
|
/freebsd/sys/dev/ice/ |
H A D | ice_switch.c | 257 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() argument 1014 u8 num_rules, enum ice_adminq_opc opc, struct ice_sq_cd *cd) in ice_aq_sw_rules() argument 1211 ice_fill_sw_rule(struct ice_hw * hw,struct ice_fltr_info * f_info,struct ice_sw_rule_lkup_rx_tx * s_rule,enum ice_adminq_opc opc) ice_fill_sw_rule() argument 1580 ice_update_vsi_list_rule(struct ice_hw * hw,u16 * vsi_handle_arr,u16 num_vsi,u16 vsi_list_id,bool remove,enum ice_adminq_opc opc,enum ice_sw_lkup_type lkup_type) ice_update_vsi_list_rule() argument [all...] |
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | AArch64ErrataFix.cpp | 258 uint32_t opc = (instr >> 22) & 0x3; in isV8NonStructureLoad() local
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hlr_auc_gw.c | 86 u8 opc[16]; member
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4763 Opcode opc, QualType ResTy, ExprValueKind VK, in BinaryOperator() 4780 Opcode opc, QualType ResTy, ExprValueKind VK, in BinaryOperator() 4805 Expr *rhs, Opcode opc, QualType ResTy, in Create() 4827 Opcode opc, QualType ResTy, ExprValueKind VK, in Create() 4847 UnaryOperator::UnaryOperator(const ASTContext &Ctx, Expr *input, Opcode opc, in UnaryOperator() 4862 Opcode opc, QualType type, in Create()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.cpp | 247 unsigned opc[2]; in insertBranch() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 855 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 D | SeparateConstOffsetFromGEP.cpp | 1346 unsigned opc = BO->getOpcode(); in isLegalToSwapOperand() local
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_cg.c | 783 uint_t opc; in dt_cg_compare_op() local
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_sim.c | 315 u8 opc[16], k[16]; in eap_sim_gsm_auth() local
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_nvme.c | 214 uint16_t opc; member 2143 pci_nvme_stats_write_read_update(struct pci_nvme_softc *sc, uint8_t opc, in pci_nvme_stats_write_read_update()
|