Searched defs:opcode (Results 26 - 50 of 271) sorted by relevance

1234567891011

/freebsd-current/contrib/ntp/sntp/
H A Dnetworking.h67 u_int32 opcode; /* last request opcode */ member in struct:speer
/freebsd-current/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c336 opcode(int code) function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h109 void setOpcode(unsigned opcode) { Opcode = opcode; } argument
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_tftp_pxy.c407 u_short opcode; local
453 u_short opcode; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp136 EmulateInstructionPPC64::GetOpcodeForInstruction(uint32_t opcode) { argument
160 const uint32_t opcode = m_opcode.GetOpcode32(); local
203 bool EmulateInstructionPPC64::EmulateMFSPR(uint32_t opcode) { argument
228 EmulateLD(uint32_t opcode) argument
258 EmulateSTD(uint32_t opcode) argument
326 EmulateOR(uint32_t opcode) argument
359 EmulateADDI(uint32_t opcode) argument
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-zephyr.c51 const char *opcode; member in struct:z_packet
[all...]
H A Dprint-mpcp.c30 nd_uint16_t opcode; member in struct:mpcp_common_header_t
130 uint16_t opcode; local
/freebsd-current/lib/libbluetooth/
H A Dbluetooth.h144 uint16_t opcode; member in struct:bt_devreq
/freebsd-current/sys/dev/ixl/
H A Di40e_adminq.c1046 i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, u16 opcode) argument
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c205 static int modify_qp_mbox_alloc(struct mlx5_core_dev *dev, u16 opcode, int qpn, argument
290 mlx5_core_qp_modify(struct mlx5_core_dev *dev, u16 opcode, u32 opt_param_mask, void *qpc, struct mlx5_core_qp *qp) argument
[all...]
/freebsd-current/sys/dev/tws/
H A Dtws_hdm.c240 tws_send_generic_cmd(struct tws_softc *sc, u_int8_t opcode) argument
/freebsd-current/sys/dev/qlxgbe/
H A Dql_isr.c360 uint32_t opcode; local
468 uint32_t comp_idx, c_idx = 0, desc_count = 0, opcode; local
[all...]
H A Dql_tmplt.h48 uint16_t opcode; member in struct:_q8_ce_hdr
/freebsd-current/sys/dev/ath/
H A Dif_ath_btcoex_mci.c260 ath_btcoex_mci_cal_msg(struct ath_softc *sc, uint8_t opcode, argument
369 ath_btcoex_mci_coex_msg(struct ath_softc *sc, uint8_t opcode, argument
432 uint32_t offset, subtype, opcode; local
/freebsd-current/sys/dev/iavf/
H A Diavf_adminq.c875 iavf_fill_default_direct_cmd_desc(struct iavf_aq_desc *desc, u16 opcode) argument
/freebsd-current/sys/dev/ppbus/
H A Dppb_msq.c59 mode2xfer(device_t bus, struct ppb_device *ppbdev, int opcode) argument
119 ppb_MS_init(device_t bus, device_t dev, struct ppb_microseq *loop, int opcode) argument
137 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, argument
[all...]
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_drive.c660 uint32_t opcode; local
723 uint32_t opcode; local
[all...]
H A Dmfi_cmd.c265 mfi_dcmd_command(int fd, uint32_t opcode, void *buf, size_t bufsize, argument
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_response.c48 uint8_t opcode = 0xFF; local
151 uint8_t opcode = rcb->cdbp ? rcb->cdbp[0] : 0xFF; local
167 uint8_t opcode = rcb->cdbp ? rcb->cdbp[0] : 0xFF; local
225 uint8_t opcode = rcb->cdbp ? rcb->cdbp[0] : 0xFF; local
[all...]
/freebsd-current/sbin/nvmecontrol/
H A Dpassthru.c45 uint8_t opcode; member in struct:options
/freebsd-current/sbin/fsck_ffs/
H A Dpass5.c491 check_maps( u_char *map1, u_char *map2, int mapsize, ufs2_daddr_t startvalue, const char *name, int *opcode, int skip, int limit, int usesysctl) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h55 static inline uint32_t DecodeImmShiftThumb(const uint32_t opcode, argument
64 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, argument
280 static inline uint32_t ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, argument
295 ARMExpandImm(uint32_t opcode) argument
304 ThumbExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) argument
342 ThumbExpandImm(uint32_t opcode) argument
351 ThumbImm12(uint32_t opcode) argument
360 ThumbImm7Scaled(uint32_t opcode) argument
366 ThumbImm8Scaled(uint32_t opcode) argument
[all...]
/freebsd-current/sys/kern/
H A Dsys_socket.c759 int opcode; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp333 unsigned opcode; local
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp394 uint8_t opcode = addressSpace.get8(p++); local

Completed in 245 milliseconds

1234567891011