Searched defs:Code (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.h30 enum Code enum in struct:SVCHlpMsg
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.h34 UINT8 Code; member in struct:_ICMP6_ECHO_REQUEST_REPLY
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.c357 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 DDxeIpIoLib.c280 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 DEbcSupport.c375 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 DIp4.h137 UINT8 Code; member in struct:__anon12163
H A DIp6.h304 UINT8 Code; ///< The code of the ICMP message. member in struct:__anon12180
H A DPxeBaseCode.h2 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 Ddeflate.h77 #define Code fc.code macro
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c83 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 DLegacyBiosInterface.h225 // 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 DNetLib.h119 UINT8 Code; member in struct:__anon11041
137 UINT8 Code; member in struct:__anon11044
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c37 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 Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...

Completed in 580 milliseconds