Searched defs:opcode (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dopcodes.py48 print >> sys.stderr, "gets an opcode assigned to it. Fortunately for you, we have"
49 print >> sys.stderr, "an ``extend'' opcode. Please mark the function as"
50 print >> sys.stderr, "'extpack' in APIspec so as to keep the main opcode pool"
58 # count up number of extended opcode commands
87 opcode = -1 variable
95 opcode = num_auto_codes + chrelopcode variable
97 opcode = opcode_index variable
101 print "\t%s = %d," % (opcodeName, opcode )
103 print "\t%s = %d" % (opcodeName, opcode )
H A Dpack_buffer.c166 * Each opcode has at least a 1-word payload, so opcodes can occupy at most
202 * either run out of opcode space or operand space.
428 * with space for the single opcode plus the payload &
434 /* skip the header & opcode space */
453 * | CR opcode | <- Set in packspuHuge()
488 void crHugePacket( CR_PACKER_CONTEXT_ARGDECL CROpcode opcode, void *packet ) argument
497 WRITE_OPCODE( pc, opcode );
499 pc->SendHuge( opcode, packet );
515 * opcode (4 bytes because of the alignment requirement) or the
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/
H A DipcLockProtocol.h47 // | opcode : 4 bits |
68 PRUint8 opcode; member in struct:ipcLockMsg
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_net.c193 void packspuHuge( CROpcode opcode, void *buf ) argument
203 includes an additional word for the opcode (with alignment) and
213 /* write the opcode in just before the length */
214 ((unsigned char *) buf)[-5] = (unsigned char) opcode;
216 /* fix up the pointer to the packet to include the length & opcode
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_call.c63 * @v opcode Opcode
66 static struct pxe_api_call * find_pxe_api_call ( uint16_t opcode ) {
70 if ( call->opcode == opcode )
79 * @v bx PXE opcode
84 uint16_t opcode = ix86->regs.bx; local
91 call = find_pxe_api_call ( opcode );
93 DBGC ( &pxe_netdev, "PXENV_UNKNOWN_%04x\n", opcode );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtftp.h18 #define TFTP_RRQ 1 /**< Read request opcode */
19 #define TFTP_WRQ 2 /**< Write request opcode */
20 #define TFTP_DATA 3 /**< Data block opcode */
21 #define TFTP_ACK 4 /**< Data block acknowledgement opcode */
22 #define TFTP_ERROR 5 /**< Error opcode */
23 #define TFTP_OACK 6 /**< Options acknowledgement opcode */
38 uint16_t opcode; member in struct:tftp_rrq
44 uint16_t opcode; member in struct:tftp_data
51 uint16_t opcode; member in struct:tftp_ack
57 uint16_t opcode; member in struct:tftp_error
64 uint16_t opcode; member in struct:tftp_oack
70 uint16_t opcode; member in struct:tftp_common
[all...]
H A Dib_packet.h110 uint8_t opcode; member in struct:ib_base_transport_header
121 /** An Infiniband BTH opcode */
H A Dscsi.h54 uint8_t opcode; member in struct:scsi_cdb_read_10
76 uint8_t opcode; member in struct:scsi_cdb_read_16
98 uint8_t opcode; member in struct:scsi_cdb_write_10
120 uint8_t opcode; member in struct:scsi_cdb_write_16
142 uint8_t opcode; member in struct:scsi_cdb_read_capacity_10
167 uint8_t opcode; member in struct:scsi_cdb_read_capacity_16
199 uint8_t opcode; member in struct:scsi_cdb_test_unit_ready
/vbox/src/VBox/RDP/client-1.8.3/
H A Dmcs.c172 uint8 opcode, result; local
179 in_uint8(s, opcode);
180 if ((opcode >> 2) != MCS_AUCF)
182 error("expected AUcf, got %d\n", opcode);
193 if (opcode & 2)
221 uint8 opcode, result; local
228 in_uint8(s, opcode);
229 if ((opcode >> 2) != MCS_CJCF)
231 error("expected CJcf, got %d\n", opcode);
243 if (opcode
291 uint8 opcode, appid, length; local
[all...]
H A Dbitmap.c80 int opcode, count, offset, isfillormix, x = width; local
92 opcode = code >> 4;
93 /* Handle different opcode forms */
94 switch (opcode)
99 opcode -= 6;
104 opcode = code & 0xf;
105 if (opcode < 9)
112 count = (opcode < 0xb) ? 8 : 1;
117 opcode >>= 1;
125 isfillormix = ((opcode
278 int opcode, count, offset, isfillormix, x = width; local
477 int opcode, count, offset, isfillormix, x = width; local
[all...]
H A Drdpsnd.c481 rdpsnd_process_packet(uint8 opcode, STREAM s) argument
487 switch (opcode)
600 unimpl("RDPSND packet type %x\n", opcode);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c423 void STATE_APIENTRY crStateLogicOp (GLenum opcode) argument
438 switch (opcode)
458 crStateError(__LINE__, __FILE__, GL_INVALID_ENUM, "glLogicOp called with bogus opcode: %d", opcode);
462 b->logicOpMode = opcode;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dis.c338 { "(illegal opcode)", dt_dis_str },
432 dif_instr_t opcode = DIF_INSTR_OP(instr); local
434 if (opcode >= sizeof (optab) / sizeof (optab[0]))
435 opcode = 0; /* force invalid opcode message */
437 op = &optab[opcode];
/vbox/src/VBox/VMM/VMMAll/
H A DPATMAll.cpp453 * @param pOpcode Original instruction opcode (out, optional)
467 if (pOpcode) *pOpcode = pRec->patch.opcode;
620 * @param opcode DIS instruction opcode
623 const char *patmGetInstructionString(uint32_t opcode, uint32_t fPatchFlags) argument
627 switch (opcode)
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/
H A DipcLockModule.cpp54 ipcLockModule_Send(PRUint32 cid, const char *key, PRUint8 opcode) argument
56 ipcLockMsg msg = { opcode, 0, key };
288 switch (msg.opcode) {
296 PR_NOT_REACHED("invalid opcode");
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c40 unsigned opcode:4; member in struct:dnsmsg_header::__anon14943
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe.h22 * structure until we interpret the opcode. Also, Status is available
23 * in the same location for any opcode, and it's convenient to have
90 uint16_t opcode; member in struct:pxe_api_call
115 .opcode = _opcode, \
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/phantom/
H A Dphantom_hw.h55 pseudo_bit_t opcode[6]; /**< Opcode */ member in struct:phantom_sds_pb
75 pseudo_bit_t opcode[6]; /**< Opcode */ member in struct:phantom_tx_cds_pb
119 pseudo_bit_t opcode[8]; /**< Opcode */ member in struct:phantom_nic_request_body_mac_request_pb
141 pseudo_bit_t opcode[6]; member in struct:phantom_nic_request_cds_pb::__anon15206
151 pseudo_bit_t opcode[8]; member in struct:phantom_nic_request_cds_pb::__anon15207
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/
H A Dnameser_compat.h104 unsigned opcode: 4; /*%< purpose of message */ member in struct:__anon12990
120 unsigned opcode :4; /*%< purpose of message */ member in struct:__anon12990
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm4.c108 enum wined3d_sm4_opcode opcode; member in struct:wined3d_sm4_opcode_info
173 static const struct wined3d_sm4_opcode_info *get_opcode_info(enum wined3d_sm4_opcode opcode) argument
179 if (opcode == opcode_table[i].opcode) return &opcode_table[i];
291 DWORD opcode = token & WINED3D_SM4_OPCODE_MASK; local
295 opcode_info = get_opcode_info(opcode);
298 FIXME("Unrecognized opcode %#x, token 0x%08x\n", opcode, token);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Detharp.c763 && hdr->opcode == PP_HTONS(ARP_REQUEST)
784 switch (hdr->opcode) {
805 hdr->opcode = htons(ARP_REPLY);
855 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_arp_input: ARP unknown opcode type %"S16_F"\n", htons(hdr->opcode)));
1182 * Send a raw ARP packet (opcode and all addresses can be modified)
1191 * @param opcode the type of the ARP packet
1204 const u16_t opcode)
1231 hdr->opcode = htons(opcode);
1200 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr, const struct eth_addr *ethdst_addr, const struct eth_addr *hwsrc_addr, const ip_addr_t *ipsrc_addr, const struct eth_addr *hwdst_addr, const ip_addr_t *ipdst_addr, const u16_t opcode) argument
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c207 tftpd_error(addr, port, TFTP_ENOSYS, "Bad opcode %d", op);
232 /* skip opcode */
364 tftp_error(xfer, TFTP_ENOSYS, "Unexpected opcode %d", op);
940 u16_t opcode; /* TFTP_ERROR */ member in struct:tftp_error
955 errpkt->opcode = PP_HTONS(TFTP_ERROR);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm4.c108 enum wined3d_sm4_opcode opcode; member in struct:wined3d_sm4_opcode_info
173 static const struct wined3d_sm4_opcode_info *get_opcode_info(enum wined3d_sm4_opcode opcode) argument
179 if (opcode == opcode_table[i].opcode) return &opcode_table[i];
291 DWORD opcode = token & WINED3D_SM4_OPCODE_MASK; local
295 opcode_info = get_opcode_info(opcode);
298 FIXME("Unrecognized opcode %#x, token 0x%08x\n", opcode, token);
/vbox/src/VBox/VMM/VMMR3/
H A DPATMPatch.cpp131 int patmPatchAddJump(PVM pVM, PPATCHINFO pPatch, uint8_t *pJumpHC, uint32_t offset, RTRCPTR pTargetGC, uint32_t opcode) argument
142 pRec->opcode = opcode;
575 int patmPatchGenLoop(PVM pVM, PPATCHINFO pPatch, RCPTRTYPE(uint8_t *) pTargetGC, uint32_t opcode, bool fSizeOverride) argument
579 switch (opcode)
594 AssertMsgFailed(("PatchGenLoop: invalid opcode %d\n", opcode));
600 Log(("PatchGenLoop %d jump %d to %08x offrel=%d\n", opcode, pPatch->nrJumpRecs, pTargetGC, pPatchAsmRec->offRelJump));
612 patmPatchAddJump(pVM, pPatch, &pPB[pPatchAsmRec->offRelJump - 1], 1, pTargetGC, opcode);
618 int patmPatchGenRelJump(PVM pVM, PPATCHINFO pPatch, RCPTRTYPE(uint8_t *) pTargetGC, uint32_t opcode, boo argument
[all...]
H A DPATMSSM.cpp65 uint32_t opcode; //opcode for priv instr (OP_*) member in struct:PATCHINFOSSM
123 /* First opcode byte, that's overwritten when a patch is marked dirty. */
395 SSMFIELD_ENTRY( PATMPATCHRECSSM, patch.opcode),
595 pPatch->patch.opcode = pPatchSSM->patch.opcode;
639 pPatchSSM->patch.opcode = pPatch->patch.opcode;
1452 pJumpOffGC = pPatch->pPrivInstrGC + 2; //two byte opcode
1461 pJumpOffGC = pPatch->pPrivInstrGC + 1; //one byte opcode
[all...]

Completed in 165 milliseconds

123