Searched defs:Opcode (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Wrq.c352 UINT16 Opcode; local
403 Opcode = NTOHS (Packet->OpCode);
410 ((Opcode == EFI_MTFTP4_OPCODE_OACK) || (Opcode == EFI_MTFTP4_OPCODE_ERROR))) {
423 if (Opcode != EFI_MTFTP4_OPCODE_ERROR) {
436 switch (Opcode) {
H A DMtftp4Rrq.c630 UINT16 Opcode; local
690 Opcode = NTOHS (Packet->OpCode);
697 ((Opcode == EFI_MTFTP4_OPCODE_OACK) || (Opcode == EFI_MTFTP4_OPCODE_ERROR))) {
710 if (Opcode != EFI_MTFTP4_OPCODE_ERROR) {
723 switch (Opcode) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Wrq.c396 UINT16 Opcode; local
454 Opcode = NTOHS (Packet->OpCode);
461 (Opcode == EFI_MTFTP6_OPCODE_OACK || Opcode == EFI_MTFTP6_OPCODE_ERROR)
475 if (Opcode != EFI_MTFTP6_OPCODE_ERROR) {
500 switch (Opcode) {
H A DMtftp6Rrq.c650 UINT16 Opcode; local
732 Opcode = NTOHS (Packet->OpCode);
739 (Opcode == EFI_MTFTP6_OPCODE_OACK || Opcode == EFI_MTFTP6_OPCODE_ERROR)
753 if (Opcode != EFI_MTFTP6_OPCODE_ERROR) {
778 switch (Opcode) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Devntprov.h53 UCHAR Opcode; member in struct:_EVENT_DESCRIPTOR
H A Dwindns.h194 BYTE Opcode; member in struct:_DNS_HEADER
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenDepex.py79 Opcode = { variable in class:DependencyExpression
212 elif Token in self.Opcode[self.Phase]:
218 "Opcode=%s doesn't supported in %s stage " % (Token, self.Phase),
337 if Item in self.Opcode[self.Phase]:
338 Buffer.write(pack("B", self.Opcode[self.Phase][Item]))
341 "Opcode [%s] is not expected in %s phase" % (Item, self.Phase),
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c797 UINT16 Opcode; local
811 Opcode = HTONS ( *(UINT16 *)&pBuffer[0]);
812 Print ( L"TFTP Opcode: 0x%08x\r\n", Opcode );
819 switch ( Opcode ) {
823 Opcode ));
897 switch ( Opcode ) {
901 Opcode ));
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DArchRegisters.h28 UINT16 Opcode; member in struct:__anon12933
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_ir.h166 slang_ir_opcode Opcode; member in struct:slang_ir_node_
171 /** special fields depending on Opcode: */
172 const char *Field; /**< If Opcode == IR_FIELD */
173 GLuint Writemask; /**< If Opcode == IR_MOVE */
174 GLfloat Value[4]; /**< If Opcode == IR_FLOAT */
175 slang_variable *Var; /**< If Opcode == IR_VAR or IR_VAR_DECL */
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcExecute.c1554 UINT8 Opcode; local
1567 Opcode = GETOPCODE (VmPtr);
1568 OpcMasked = (UINT8) (Opcode & OPCODE_M_OPCODE);
1587 if ((Opcode & (OPCODE_M_IMMED_OP1 | OPCODE_M_IMMED_OP2)) != 0) {
1596 if ((Opcode & OPCODE_M_IMMED_OP1) != 0) {
1602 if ((Opcode & OPCODE_M_IMMED_OP2) != 0) {
1611 if ((Opcode & OPCODE_M_IMMED_OP1) != 0) {
1617 if ((Opcode & OPCODE_M_IMMED_OP2) != 0) {
1626 if ((Opcode & OPCODE_M_IMMED_OP1) != 0) {
1631 if ((Opcode
1952 UINT8 Opcode; local
2114 UINT8 Opcode; local
2174 UINT8 Opcode; local
2292 UINT8 Opcode; local
2394 UINT8 Opcode; local
2500 UINT8 Opcode; local
2593 UINT8 Opcode; local
2678 UINT8 Opcode; local
2737 UINT8 Opcode; local
2813 UINT8 Opcode; local
2872 UINT8 Opcode; local
2956 UINT8 Opcode; local
3137 UINT8 Opcode; local
3298 UINT8 Opcode; local
4128 UINT8 Opcode; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DArchRegisters.h28 UINT16 Opcode; member in struct:__anon12938
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DSmmCis.h325 UINT16 Opcode; member in struct:__anon10572
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/
H A Dprog_instruction.h330 gl_inst_opcode Opcode; member in struct:prog_instruction
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPal.h3084 UINT64 Opcode:1; member in struct:__anon11693
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h69 UINT16 Opcode; member in struct:__anon12038
163 UINT16 Opcode; member in struct:__anon12040
446 #define EXCEPT_EBC_INVALID_OPCODE 5 ///< Opcode out of range.
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h71 UINT16 Opcode; member in struct:__anon15605
165 UINT16 Opcode; member in struct:__anon15607
448 #define EXCEPT_EBC_INVALID_OPCODE 5 ///< Opcode out of range.
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwindns.h194 BYTE Opcode; member in struct:_DNS_HEADER
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h950 struct gl_list_instruction Opcode[MAX_DLIST_EXT_OPCODES]; member in struct:gl_list_extensions

Completed in 144 milliseconds