Searched refs:opcode (Results 176 - 200 of 375) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi.c127 static int mfi_config_lock(struct mfi_softc *sc, uint32_t opcode);
912 uint32_t opcode, void **bufp, size_t bufsize)
950 dcmd->opcode = opcode;
1132 if (cm->cm_frame->dcmd.opcode == 0) {
1808 dcmd->opcode = MFI_DCMD_CTRL_EVENT_GET;
2075 scsi_cmd->opcode = readop ? READ_6 : WRITE_6;
2085 scsi_cmd->opcode = readop ? READ_10 : WRITE_10;
2098 scsi_cmd->opcode = readop ? READ_12 : WRITE_12;
2113 scsi_cmd->opcode
911 mfi_dcmd_command(struct mfi_softc *sc, struct mfi_command **cmp, uint32_t opcode, void **bufp, size_t bufsize) argument
2731 mfi_config_lock(struct mfi_softc *sc, uint32_t opcode) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp761 /// opcode for captured block variables layout 'instructions'.
763 /// (field following the opcode).
815 enum BLOCK_LAYOUT_OPCODE opcode; member in class:__anon3102::CGObjCCommonMac::RUN_SKIP
821 : opcode(Opcode), block_var_bytepos(BytePos), block_var_size(Size) {}
2137 RUN_SKIP(RunSkipBlockVars[i].opcode,
2226 enum BLOCK_LAYOUT_OPCODE opcode ; local
2230 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
2231 if (opcode == BLOCK_LAYOUT_STRONG)
2236 opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4);
2237 if (opcode
2331 enum BLOCK_LAYOUT_OPCODE opcode = RunSkipBlockVars[i].opcode; local
2382 enum BLOCK_LAYOUT_OPCODE opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); local
2422 enum BLOCK_LAYOUT_OPCODE opcode = (enum BLOCK_LAYOUT_OPCODE) (inst >> 4); local
[all...]
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dpass5.c452 int *opcode, /* sysctl opcode to free resource */
529 if (sysctl(opcode, MIBSIZE, 0, 0,
575 if (sysctl(opcode, MIBSIZE, 0, 0, &cmd,
446 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-9.3-release/sys/netinet/libalias/
H A Dalias_nbt.c214 u_short dir: 1, opcode:4, nmflags:7, rcode:4; member in struct:__anon9965
595 u_short opcode:4, flags:8, resv:4; member in struct:__anon9970
802 nsh->opcode,
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwres_gabn.c24 There are four main functions for the getaddrbyname opcode. One render
87 The getaddrbyname opcode functions lwres_gabnrequest_render(),
150 pkt->opcode = LWRES_OPCODE_GETADDRSBYNAME;
231 pkt->opcode = LWRES_OPCODE_GETADDRSBYNAME;
H A Dlwres_grbn.c69 pkt->opcode = LWRES_OPCODE_GETRDATABYNAME;
147 pkt->opcode = LWRES_OPCODE_GETRDATABYNAME;
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_mtl_regular_qp.c361 sr.opcode = VAPI_SEND;
397 rr.opcode = VAPI_RECEIVE;
/freebsd-9.3-release/crypto/openssh/
H A Dservconf.c406 ServerOpCodes opcode; member in struct:__anon4726
555 return keywords[i].opcode;
884 ServerOpCodes opcode; local
900 opcode = parse_token(arg, filename, linenum, &flags);
906 if (*activep && opcode != sMatch)
919 switch (opcode) {
1707 fatal("%s line %d: Missing handler for opcode %s (%d)",
1708 filename, linenum, arg, opcode);
1959 if (keywords[i].opcode == code)
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_user_verbs.h294 __u32 opcode; member in struct:ib_uverbs_wc
537 __u32 opcode; member in struct:ib_uverbs_send_wr
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c269 switch (wc.opcode) {
378 cb->sq_wr.opcode = IB_WR_SEND;
667 cb->rdma_sq_wr.opcode = IB_WR_RDMA_READ;
712 cb->rdma_sq_wr.opcode = IB_WR_RDMA_WRITE;
760 cb->rdma_sq_wr.opcode = IB_WR_RDMA_READ;
905 cb->rdma_sq_wr.opcode = IB_WR_RDMA_WRITE;
1020 cb->rdma_sq_wr.opcode = IB_WR_RDMA_WRITE;
1413 cb->rdma_sq_wr.opcode = IB_WR_RDMA_WRITE;
/freebsd-9.3-release/sys/dev/buslogic/
H A Dbtreg.h550 u_int8_t opcode; member in struct:bt_hccb
689 int bt_cmd(struct bt_softc *bt, bt_op_t opcode,
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas.c69 static void mrsas_shutdown_ctlr(struct mrsas_softc *sc, u_int32_t opcode);
549 dcmd->opcode = MR_DCMD_CTRL_EVENT_GET_INFO;
658 dcmd->opcode = MR_DCMD_CTRL_EVENT_WAIT;
2449 if (mfi_cmd->frame->dcmd.opcode ==
2457 "Re-fire command DCMD opcode 0x%x index %d\n ",
2458 mfi_cmd->frame->dcmd.opcode, j);
2619 dcmd->opcode = MR_DCMD_CTRL_GET_INFO;
2944 if ((cmd->frame->dcmd.opcode == MR_DCMD_LD_MAP_GET_INFO) &&
2969 if (cmd->frame->dcmd.opcode == MR_DCMD_CTRL_EVENT_GET_INFO ||
2970 cmd->frame->dcmd.opcode
3023 mrsas_shutdown_ctlr(struct mrsas_softc *sc, u_int32_t opcode) argument
[all...]
H A Dmrsas_ioctl.c89 device_printf(sc->mrsas_dev, "dcmd->opcode: 0x%08x\n", dcmd->opcode);
174 if (in_cmd->dcmd.opcode == 0) {
/freebsd-9.3-release/sys/dev/twe/
H A Dtwe.c439 cmd->io.opcode = TWE_OP_READ;
442 cmd->io.opcode = TWE_OP_WRITE;
495 cmd->io.opcode = TWE_OP_WRITE;
790 cmd->param.opcode = TWE_OP_GET_PARAM;
885 cmd->param.opcode = TWE_OP_SET_PARAM;
933 cmd->initconnection.opcode = TWE_OP_INIT_CONNECTION;
1930 twe_printf(sc, "CMD: request_id %d opcode <%s> size %d unit %d host_id %d\n",
1931 cmd->generic.request_id, twe_describe_code(twe_table_opcode, cmd->generic.opcode), cmd->generic.size,
1936 switch(cmd->generic.opcode) { /* XXX add more opcodes? */
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c140 tx_wr.opcode = IB_WR_SEND;
401 wr.opcode = IB_WR_RDMA_WRITE;
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-request.c96 message->opcode = dns_opcode_query;
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dpn.h23 unsigned long opcode; member in struct:gld_opcode
29 /* We store four bytes of opcode for all opcodes because that
32 instruction is based on the opcode.
35 particular opcode in order for an instruction to be an instance
36 of that opcode.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dscm-lang.c208 enum exp_opcode op = exp->elts[*pos].opcode;
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h246 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h137 // Helper functions that check the opcode for status information
154 virtual bool isMov(unsigned opcode) const = 0;
198 /// equivalent opcode that writes \p Channels Channels.
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp514 Instruction::CastOps opcode = Instruction::BitCast; local
519 opcode = Instruction::IntToPtr;
522 opcode = Instruction::PtrToInt;
530 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Drping.c290 switch (wc.opcode) {
379 cb->sq_wr.opcode = IBV_WR_SEND;
646 cb->rdma_sq_wr.opcode = IBV_WR_RDMA_READ;
691 cb->rdma_sq_wr.opcode = IBV_WR_RDMA_WRITE;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-smb.c1093 int name_trn_id, response, opcode, nm_flags, rcode; local
1102 opcode = (data[2] >> 3) & 0xF;
1119 switch (opcode) {
1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_mkquery.c96 int op, /*!< opcode of query */
125 hp->opcode = op;
135 * perform opcode specific processing
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_mci.c388 cmdr = cmd->opcode;
403 if (cmd->opcode == MMC_STOP_TRANSMISSION)
624 if ((sr & MCI_SR_RCRCE) && (cmd->opcode == MMC_SEND_OP_COND ||
625 cmd->opcode == ACMD_SD_SEND_OP_COND))

Completed in 439 milliseconds

1234567891011>>