/vbox/src/VBox/Main/src-server/win/ |
H A D | svchlp.h | 30 enum Code enum in struct:SVCHlpMsg
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/ |
H A D | Ping6.h | 34 UINT8 Code; member in struct:_ICMP6_ECHO_REQUEST_REPLY
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
H A D | Ip6Icmp.c | 357 if (Icmp.Head.Code == 0) { 558 @param[in] Code The additional level of the ICMPv6 message. 576 IN UINT8 Code, 663 IcmpHead->Head.Code = Code; 570 Ip6SendIcmpError( IN IP6_SERVICE *IpSb, IN NET_BUF *Packet, IN EFI_IPv6_ADDRESS *SourceAddress OPTIONAL, IN EFI_IPv6_ADDRESS *DestinationAddress, IN UINT8 Type, IN UINT8 Code, IN UINT32 *Pointer OPTIONAL ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/ |
H A D | DxeIpIoLib.c | 280 UINT8 Code; local 297 Code = IcmpHdr->Head.Code; 304 switch (Code) { 310 IcmpErr = (UINT8) (ICMP_ERR_UNREACH_NET + Code); 341 if (Code > 1) { 345 IcmpErr = (UINT8) (Code + ICMP_ERR_TIMXCEED_INTRANS); 350 if (Code > 1) { 359 if (Code != 0) { 409 UINT8 Code; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ipf/ |
H A D | EbcSupport.c | 375 UINT64 Code[3]; // Code in a bundle local 468 Code[0] = OPCODE_NOP; 473 Code[1] = RShiftU64 (Addr, 22) & 0x1ffffffffff; 506 Code[2] = LShiftU64 (BitImm7b, 13); 507 Code[2] = Code[2] | LShiftU64 (0x00, 20); // vc 508 Code[2] = Code[2] | LShiftU64 (BitIc, 21); 509 Code[ [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | Ip4.h | 137 UINT8 Code; member in struct:__anon12163
|
H A D | Ip6.h | 304 UINT8 Code; ///< The code of the ICMP message. member in struct:__anon12180
|
H A D | PxeBaseCode.h | 2 EFI PXE Base Code Protocol definitions, which is used to access PXE-compatible 22 /// PXE Base Code protocol. 47 UINT8 Code; member in struct:__anon12262 255 // PXE Base Code Mode structure 304 // PXE Base Code Interface Function definitions 308 Enables the use of the PXE Base Code Protocol functions. 310 This function enables the use of the PXE Base Code Protocol functions. If the 317 Base Code Protocol, then EFI_OUT_OF_RESOURCES will be returned. Otherwise, the 318 PXE Base Code Protocol will be started, and all of the fields of the EFI_PXE_BASE_CODE_MODE 352 MakeCallbacksSet to TRUE if the PXE Base Code Callbac [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | deflate.h | 77 #define Code fc.code macro
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
H A D | Ping.c | 83 UINT8 Code; member in struct:_ICMPX_ECHO_REQUEST_REPLY 474 if ((Reply->Type != ICMP_V6_ECHO_REPLY) || (Reply->Code != 0)) { 485 if ((Reply->Type != ICMP_V4_ECHO_REPLY) || (Reply->Code != 0)) { 599 Request->Code = 0;
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | LegacyBiosInterface.h | 225 // The address of Code is also the beginning of the relocated Thunk code 227 CHAR8 Code[4096]; // ? member in struct:__anon10426 231 // code unlike the member variable 'Code', which IS the address of the Thunk 298 // The address of Code is also the beginning of the relocated Thunk code 300 CHAR8 Code[4096]; // ? member in struct:__anon10427 343 // The address of Code is also the beginning of the relocated Thunk code 345 CHAR8 Code[4096]; // ? member in struct:__anon10428 349 // code unlike the member variable 'Code', which IS the address of the Thunk 583 // Code space below 1MB needed by thunker to transition to real mode. 1453 @param[out] ConfigUtilityCodeHeaderPointer of Configuration Utility Code Heade [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/ |
H A D | NetLib.h | 119 UINT8 Code; member in struct:__anon11041 137 UINT8 Code; member in struct:__anon11044
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Pci.c | 37 UINT8 Code; // Class, subclass or I/F code member in struct:PCI_CLASS_ENTRY_TAG 1266 @param[in] ClassCode Value representing the PCI "Class Code" register read from a 1268 bits 23:16 - Base Class Code 1269 bits 15:8 - Sub-Class Code 1283 UINT8 Code; local 1294 Code = (UINT8) (ClassCode >> 16); 1303 while (Code != CurrentClass[Index].Code) { 1323 Code = (UINT8) (ClassCode >> 8); 1332 while (Code ! [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | http.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ... |