Home
last modified time | relevance | path

Searched refs:InternalGnuEfiAppsDrv0ProtocolData (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Ddrv0.c103 } InternalGnuEfiAppsDrv0ProtocolData; variable
117 InternalGnuEfiAppsDrv0ProtocolData.Counter ++; in Drv0SayHello()
132 *NumberOfHello = InternalGnuEfiAppsDrv0ProtocolData.Counter; in Drv0GetNumberOfHello()
144 &InternalGnuEfiAppsDrv0ProtocolData.Proto, in Drv0Unload()
160 InternalGnuEfiAppsDrv0ProtocolData.Proto.SayHello in efi_main()
162 InternalGnuEfiAppsDrv0ProtocolData.Proto.GetNumberOfHello in efi_main()
164 InternalGnuEfiAppsDrv0ProtocolData.Counter = 0; in efi_main()
179 &InternalGnuEfiAppsDrv0ProtocolData.Proto, NULL); in efi_main()