HomeSort by: relevance | last modified time | path
    Searched refs:Protocol (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
hand.c 30 // Find the first instance of this Protocol in the system and return it's interface
62 IN EFI_GUID *Protocol OPTIONAL,
90 Protocol,
142 // Get list of device handles that support the BLOCK_IO Protocol.
164 // the BLOCK_IO Protocol, then return.
175 // Loop through all the device handles that support the BLOCK_IO Protocol
447 EFI_GUID *Protocol;
461 // Install the protocol interfaces
471 // If protocol is NULL, then it's the end of the list
474 Protocol = va_arg(args, EFI_GUID *)
    [all...]
hw.c 27 IN EFI_GUID *Protocol,
35 Check to see if DevicePath exists for a given Protocol. Return Error if it
41 Protocol - to check the DevicePath against
55 // Check to see if this device path already has Protocol on it.
58 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle);
dpath.c 439 IN EFI_GUID *Protocol,
447 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &FilePath, &Device);
457 // It was a direct match, lookup the protocol interface
460 Status =uefi_call_wrapper(BS->HandleProtocol, 3, Device, Protocol, Interface);
775 CatPrintNetworkProtocol( Str , IP-> Protocol ) ;
833 CatPrintNetworkProtocol( Str, IP-> Protocol ) ;
994 CatPrint(Str, L"%g", &MediaProt->Protocol);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 483 IN EFI_GUID *Protocol,
494 IN EFI_GUID *Protocol,
510 IN EFI_GUID *Protocol,
533 IN EFI_GUID *Protocol OPTIONAL,
542 IN EFI_GUID *Protocol,
670 // Protocol handler functions
682 IN EFI_GUID *Protocol,
691 IN EFI_GUID *Protocol,
700 IN EFI_GUID *Protocol,
708 IN EFI_GUID *Protocol,
    [all...]
efinet.h 14 EFI Simple Network protocol
22 // Simple Network Protocol
108 // Number of frames destined for unsupported protocol.
299 IN UINT16 *Protocol OPTIONAL
314 OUT UINT16 *Protocol OPTIONAL
efidevp.h 285 UINT16 Protocol;
299 UINT16 Protocol;
411 EFI_GUID Protocol;
efiip.h 122 UINT8 Protocol;
149 UINT8 Protocol;
372 UINT8 Protocol;
efi_pxe.h 649 // Common StatCodes returned by all UNDI commands, UNDI protocol functions
650 // and BC protocol functions.
1420 // Number of frames destined for unsupported protocol.
1543 // Protocol type. This will be copied into the media header without
1544 // doing byte swapping. Protocol type numbers can be obtained from
1547 PXE_UINT16 Protocol;
1574 // Protocol type. This will be copied into the media header without
1575 // doing byte swapping. Protocol type numbers can be obtained from
1578 PXE_MEDIA_PROTOCOL Protocol;
1720 // Protocol type from media header
    [all...]
efilib.h 738 IN EFI_GUID *Protocol OPTIONAL,
891 IN EFI_GUID *Protocol,
1025 IN EFI_GUID *Protocol,
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 294 * Text output protocol
382 * Text input protocol
421 * Simple file system protocol
556 * Loaded image protocol
694 * Protocol handler functions
711 ACPI_EFI_GUID *Protocol,
719 ACPI_EFI_GUID *Protocol,
727 ACPI_EFI_GUID *Protocol,
734 ACPI_EFI_GUID *Protocol,
740 ACPI_EFI_GUID *Protocol,
    [all...]
  /src/sbin/efi/
devpath3.c 701 uint16_t Protocol;
714 proto = proto_name(p->Protocol);
727 DEVPATH_FMT(Protocol: 0x%04x(%s)\n)
736 p->Protocol, proto,
758 uint16_t Protocol;
770 proto = proto_name(p->Protocol);
783 DEVPATH_FMT(Protocol: 0x%04x(%s)\n)
792 p->Protocol, proto,
1071 protocol_name(uint16_t Protocol)
1074 return Protocol == 0 ? "TCP" : "RSVD"
    [all...]
  /src/sys/arch/i386/stand/pxeboot/
pxe.h 185 uint8_t Protocol;
238 uint16_t HwType; /* Type of protocol at the
337 uint8_t ProtType; /* Protocol type */
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 860 UINT8 Protocol;
actbl2.h 2026 * Conforms to "Management Component Transport Protocol (MCTP) Host
2035 UINT8 Protocol;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo2.c 854 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (ParkingVersion), "Parking Protocol Version", 0},
882 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (ParkingVersion), "Parking Protocol Version", 0},
911 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (ParkingVersion), "Parking Protocol Version", 0},
1190 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (Protocol), "Protocol", 0},
1191 {ACPI_DMT_UINT64, ACPI_MCHI_OFFSET (ProtocolData), "Protocol Data", 0},
  /src/sys/dev/ic/
mpt_mpilib.h 1920 U8 Protocol; /* 18h */

Completed in 39 milliseconds