Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c129 ConInstance *Stream; in da_ConSeek() local
133 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConSeek()
135 if(Stream->Cookie != CON_COOKIE) { // Cookie == 'IoAb' in da_ConSeek()
139 if(Stream->InstanceNum == STDIN_FILENO) { in da_ConSeek()
145 Proto = (EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *)Stream->Dev; in da_ConSeek()
183 ConInstance *Stream; in da_ConWrite() local
188 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction); in da_ConWrite()
190 if(Stream->Cookie != CON_COOKIE) { // Cookie == 'IoAb' in da_ConWrite()
194 if(Stream->InstanceNum == STDIN_FILENO) { in da_ConWrite()
200 Proto = (EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *)Stream->Dev; in da_ConWrite()
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h1006 int vfprintf(FILE * __restrict Stream, const char * __restrict Format, va_list Args);
1069 int fgetc (FILE *Stream);
1090 char *fgets (char * __restrict Buff, int Limit, FILE * __restrict Stream);
1108 int fputc (int C, FILE *Stream);
1121 int fputs (const char * __restrict String, FILE * __restrict Stream);
1183 int putc (int C, FILE *Stream);
1241 int ungetc (int C, FILE *Stream);
1270 FILE * __restrict Stream
1297 FILE * __restrict Stream
1317 int fgetpos (FILE * __restrict Stream, fpos_t * __restrict Pos);
[all …]
Dwchar.h737 int vfwprintf(FILE * __restrict Stream, const wchar_t * __restrict Format, va_list Args);
760 int vfwscanf(FILE * __restrict Stream, const wchar_t * __restrict Format, va_list Args);
902 wint_t fgetwc(FILE *Stream);
925 wchar_t *fgetws(wchar_t * __restrict S, int Limit, FILE * __restrict Stream);
942 wint_t fputwc(wchar_t C, FILE *Stream);
955 int fputws(const wchar_t * __restrict S, FILE * __restrict Stream);
971 int fwide(FILE *Stream, int Mode);
984 wint_t getwc(FILE *Stream);
1006 wint_t putwc(wchar_t C, FILE *Stream);
1049 wint_t ungetwc(wint_t C, FILE *Stream);
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c802 GenericInstance *Stream; in __ctor_DevShell() local
806 Stream = (GenericInstance *)AllocateZeroPool(sizeof(GenericInstance)); in __ctor_DevShell()
807 if(Stream == NULL) { in __ctor_DevShell()
811 Stream->Cookie = CON_COOKIE; in __ctor_DevShell()
812 Stream->InstanceNum = 1; in __ctor_DevShell()
813 Stream->Dev = NULL; in __ctor_DevShell()
814 Stream->Abstraction.fo_close = &da_ShellClose; in __ctor_DevShell()
815 Stream->Abstraction.fo_read = &da_ShellRead; in __ctor_DevShell()
816 Stream->Abstraction.fo_write = &da_ShellWrite; in __ctor_DevShell()
817 Stream->Abstraction.fo_fcntl = &fnullop_fcntl; in __ctor_DevShell()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
DEfiFileLib.h180 IN EFI_OPEN_FILE *Stream
196 IN EFI_OPEN_FILE *Stream,
224 IN EFI_OPEN_FILE *Stream,
248 IN EFI_OPEN_FILE *Stream,
275 IN EFI_OPEN_FILE *Stream,
298 IN EFI_OPEN_FILE *Stream,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
DSectionExtraction.c456 IN FRAMEWORK_SECTION_STREAM_NODE *Stream, in ChildIsType() argument
473 GuidedSection = (EFI_GUID_DEFINED_SECTION * )(Stream->StreamBuffer + Child->OffsetInStream); in ChildIsType()
722 IN FRAMEWORK_SECTION_STREAM_NODE *Stream, in CreateChildNode() argument
746 SectionHeader = (EFI_COMMON_SECTION_HEADER *) (Stream->StreamBuffer + ChildOffset); in CreateChildNode()
874 Stream->AuthenticationStatus, in CreateChildNode()
918 AuthenticationStatus |= Stream->AuthenticationStatus & EFI_AGGREGATE_AUTH_STATUS_ALL; in CreateChildNode()
924 AuthenticationStatus = Stream->AuthenticationStatus; in CreateChildNode()
949 CreateGuidedExtractionRpnEvent (Stream, Node); in CreateChildNode()
954 AuthenticationStatus = Stream->AuthenticationStatus; in CreateChildNode()
1005 CreateGuidedExtractionRpnEvent (Stream, Node); in CreateChildNode()
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOutilities.c45 ConInstance *Stream; in IIO_GetDeviceProto() local
51 Stream = BASE_CR(pfil->f_ops, ConInstance, Abstraction); in IIO_GetDeviceProto()
52 Proto = (void *)Stream->Dev; in IIO_GetDeviceProto()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
DCoreSectionExtraction.c468 IN CORE_SECTION_STREAM_NODE *Stream, in ChildIsType() argument
485 GuidedSection = (EFI_GUID_DEFINED_SECTION * )(Stream->StreamBuffer + Child->OffsetInStream); in ChildIsType()
673 IN CORE_SECTION_STREAM_NODE *Stream, in CreateChildNode() argument
697 SectionHeader = (EFI_COMMON_SECTION_HEADER *) (Stream->StreamBuffer + ChildOffset); in CreateChildNode()
825 Stream->AuthenticationStatus, in CreateChildNode()
869 AuthenticationStatus |= Stream->AuthenticationStatus & EFI_AUTH_STATUS_ALL; in CreateChildNode()
875 AuthenticationStatus = Stream->AuthenticationStatus; in CreateChildNode()
899 CreateGuidedExtractionRpnEvent (Stream, Node); in CreateChildNode()
904 AuthenticationStatus = Stream->AuthenticationStatus; in CreateChildNode()
947 InsertTailList (&Stream->Children, &Node->Link); in CreateChildNode()
/device/generic/goldfish/camera/fake-pipeline2/
DBase.h47 struct Stream { struct
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.h138 const Stream &getStreamInfo(uint32_t streamId);
414 KeyedVector<uint32_t, Stream> mStreams;
DEmulatedFakeCamera2.cpp440 Stream newStream; in allocateStream()
500 Stream &stream = mStreams.editValueAt(streamIndex); in registerStreamBuffers()
559 const Stream &baseStream = mStreams[baseStreamIndex]; in allocateReprocessStreamFromStream()
642 const Stream& s = mStreams.valueAt(i); in dump()
840 const Stream &s = mParent->getStreamInfo(streamId); in setupCapture()
991 const Stream &s = mParent->getStreamInfo(streamId); in setupReprocess()
1050 Stream s = mParent->getStreamInfo(b.streamId); in getBuffers()
1370 const Stream &s = mParent->getStreamInfo(b.streamId); in threadLoop()
1414 const Stream &s = mParent->getStreamInfo(jpegBuffer.streamId); in onJpegDone()
2705 const Stream& EmulatedFakeCamera2::getStreamInfo(uint32_t streamId) { in getStreamInfo()
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dprotocols54 sctp 132 SCTP # Stream Control Transmission Protocol
Dservices163 rtsp 554/tcp # Real Time Stream Control Protocol
164 rtsp 554/udp # Real Time Stream Control Protocol
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt228 -eos: write End Of Stream marker. By default LZMA doesn't write
232 -si: Read data from stdin (it will write End Of Stream marker).
373 LZMA_FINISH_END - Stream must be finished after (*destLen).
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dlzma.txt228 -eos: write End Of Stream marker. By default LZMA doesn't write
232 -si: Read data from stdin (it will write End Of Stream marker).
373 LZMA_FINISH_END - Stream must be finished after (*destLen).
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt228 -eos: write End Of Stream marker. By default LZMA doesn't write
232 -si: Read data from stdin (it will write End Of Stream marker).
373 LZMA_FINISH_END - Stream must be finished after (*destLen).