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

  /src/sys/external/bsd/gnu-efi/dist/apps/
drv0.c 89 * Error looking up handles for proto: 14
101 GNU_EFI_APPS_DRV0_PROTOCOL Proto;
144 &InternalGnuEfiAppsDrv0ProtocolData.Proto,
160 InternalGnuEfiAppsDrv0ProtocolData.Proto.SayHello
162 InternalGnuEfiAppsDrv0ProtocolData.Proto.GetNumberOfHello
166 /* Grab handle to this image: we'll attach our proto instance to it */
176 /* Attach our proto to the current driver image */
179 &InternalGnuEfiAppsDrv0ProtocolData.Proto, NULL);
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 750 IN UINT16 Proto
753 if ( Proto == 6 ) {
755 } else if ( Proto == 17 ) {
758 CatPrint( Str , L"%d" , Proto ) ;

Completed in 13 milliseconds