Searched refs:opcode (Results 226 - 250 of 374) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dservconf.c366 ServerOpCodes opcode; member in struct:__anon3215
524 return keywords[i].opcode;
838 ServerOpCodes opcode; local
854 opcode = parse_token(arg, filename, linenum, &flags);
860 if (*activep && opcode != sMatch)
873 switch (opcode) {
1618 fatal("%s line %d: Missing handler for opcode %s (%d)",
1619 filename, linenum, arg, opcode);
1870 if (keywords[i].opcode == code)
/macosx-10.10.1/bind9-45.101/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;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-isa.c243 /* Set up the opcode name lookup table. */
250 isa->opname_lookup_table[n].u.opcode = n;
412 xtensa_opcode opcode;
418 for (opcode = 0; opcode < num_opcodes; opcode++)
420 num_uses = xtensa_opcode_num_funcUnit_uses (isa, opcode);
423 use = xtensa_opcode_funcUnit_use (isa, opcode, i);
651 strcpy (xtisa_error_msg, "invalid opcode specifier"); \
666 strcpy (xtisa_error_msg, "invalid opcode nam
410 xtensa_opcode opcode; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dip2k-opc.c1 /* Instruction opcode table for ip2k.
759 /* The macro instruction opcode table. */
884 This plugs the opcode entries and macro instructions into the cpu table. */
900 insns[i].opcode = &oc[i];
911 insns[i].opcode = &oc[i];
H A Dv850-dis.c24 #include "opcode/v850.h"
84 /* Find the opcode. */
87 if ((op->mask & insn) == op->opcode
373 /* First figure out how big the opcode is. */
/macosx-10.10.1/ntp-92/include/
H A Dntp.h300 #define clear_to_zero opcode
301 u_int32 opcode; /* last request opcode */ member in struct:peer
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq.c829 int opcode,
962 * Check opcode and sequence number for a match.
972 if (CTL_OP(rpkt.r_m_e_op) != opcode) {
975 "Received opcode %d, wanted %d (sequence number okay)\n",
976 CTL_OP(rpkt.r_m_e_op), opcode);
1214 int opcode,
1242 qpkt.r_m_e_op = (u_char)(opcode & CTL_OP_MASK);
1330 int opcode,
1358 res = sendrequest(opcode, associd, auth, qsize, qdata);
1365 res = getresponse(opcode, associ
828 getresponse( int opcode, int associd, u_short *rstatus, int *rsize, char **rdata, int timeo ) argument
1213 sendrequest( int opcode, int associd, int auth, int qsize, char *qdata ) argument
1329 doquery( int opcode, int associd, int auth, int qsize, char *qdata, u_short *rstatus, int *rsize, char **rdata ) argument
[all...]
/macosx-10.10.1/pdisk-9/
H A DDoSCSICommand.c310 scsiStatusCommand.scsi6.opcode = kScsiCmdRequestSense;
599 switch (cmdPtr->scsi6.opcode & 0xE0) {
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVFamily.h222 UInt8 opcode; member in struct:AVCCTSFrameStruct
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCLPool.cpp303 fLeader.opcode = kDCLNuDCLLeaderOp ;
H A DIOFWDCLProgram.cpp109 switch( dcl->opcode & ~kFWDCLOpFlagMask)
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCallLinkStatus.cpp105 OpcodeID op = vm.interpreter->getOpcodeID(instruction[0].u.opcode);
H A DCodeBlock.cpp264 switch (exec->interpreter()->getOpcodeID(it->u.opcode)) {
324 if (exec->interpreter()->getOpcodeID(instruction[0].u.opcode) == op_get_array_length)
457 for (size_t i = 0; i < instructions().size(); i += opcodeLengths[exec->interpreter()->getOpcodeID(instructions()[i].u.opcode)])
623 OpcodeID opcode = exec->interpreter()->getOpcodeID(it->u.opcode); local
624 switch (opcode) {
1195 printLocationAndOp(out, exec, location, it, opcode == op_call_varargs ? "call_varargs" : "construct_varargs");
1630 unsigned opLength = opcodeLength(pc[0].u.opcode);
1632 instructions[i] = vm()->interpreter->getOpcode(pc[0].u.opcode);
1638 switch (pc[0].u.opcode) {
[all...]
H A DUnlinkedCodeBlock.h249 UnlinkedInstruction(OpcodeID opcode) { u.opcode = opcode; } argument
252 OpcodeID opcode; member in union:JSC::UnlinkedInstruction::__anon2558
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCommonIdentifiers.h138 macro(opcode) \
/macosx-10.10.1/bind9-45.101/bind9/lib/export/samples/
H A Dsample-request.c93 message->opcode = dns_opcode_query;
/macosx-10.10.1/cxxfilt-11/cxxfilt/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.
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h239 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp527 Instruction::CastOps opcode = Instruction::BitCast; local
532 opcode = Instruction::IntToPtr;
535 opcode = Instruction::PtrToInt;
543 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy,
H A DInstCombineCalls.cpp1156 Instruction::CastOps opcode = CastInst::getCastOpcode(*AI, local
1158 Args.push_back(Builder->CreateCast(opcode, *AI, ParamTy));
1182 Instruction::CastOps opcode = local
1184 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
1225 Instruction::CastOps opcode = local
1227 NV = NC = CastInst::Create(opcode, NC, OldRetTy);
/macosx-10.10.1/tcpdump-61/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,
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.h167 O_LIMIT_PARENT, /* dyn_type, not an opcode. */
194 O_LAST_OPCODE /* not an opcode! */
225 enum ipfw_opcodes opcode:8; member in struct:_ipfw_insn
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_auto.c46 LOGCOPY_32(env, &argp->opcode, bp);
47 bp += sizeof(argp->opcode);
94 opcode, pgno, indx, nbytes, hdr,
100 u_int32_t opcode;
202 LOGCOPY_32(env, bp, &opcode);
203 bp += sizeof(opcode);
332 LOGCOPY_32(env, &argp->opcode, bp);
333 bp += sizeof(argp->opcode);
382 opcode, pgno, prev_pgno, next_pgno, dbt,
388 u_int32_t opcode;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DVectorElementize.cpp26 // In addition, initVectorInfo creates the following opcode->opcode map.
728 unsigned VectorElementize::getScalarVersion(unsigned opcode) { argument
729 if (opcode == NVPTX::PHI)
730 return opcode;
731 if (opcode == NVPTX::IMPLICIT_DEF)
732 return opcode;
733 switch(opcode) {

Completed in 389 milliseconds

1234567891011>>