Searched refs:Stream (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c85 ConInstance *Stream; local
87 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
88 // Quick check to see if Stream looks reasonable
89 if(Stream->Cookie != CON_COOKIE) { // Cookie == 'IoAb'
93 gMD->StdIo[Stream->InstanceNum] = NULL; // Mark the stream as closed
106 ConInstance *Stream; local
110 Stream = BASE_CR(filp->f_ops, ConInstance, Abstraction);
111 // Quick check to see if Stream looks reasonable
112 if(Stream->Cookie != CON_COOKIE) { // Cookie == 'IoAb'
116 if(Stream
157 ConInstance *Stream; local
229 ConInstance *Stream; local
328 ConInstance *Stream; local
399 ConInstance *Stream; local
440 ConInstance *Stream; local
491 ConInstance *Stream; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h994 @param[in] Stream The output stream to receive the formatted output.
1006 int vfprintf(FILE * __restrict Stream, const char * __restrict Format, va_list Args);
1052 /** Get a character from an input Stream.
1054 If the end-of-file indicator for the input stream pointed to by Stream is
1059 @param[in] Stream An input stream from which to obtain a character.
1065 stream pointed to by Stream. If a read error occurs, the
1069 int fgetc (FILE *Stream);
1074 specified by Limit from the stream pointed to by Stream into the array
1082 @param[in] Stream An input stream from which to obtain a character.
1090 char *fgets (char * __restrict Buff, int Limit, FILE * __restrict Stream);
[all...]
H A Dwchar.h725 @param[in] Stream The output stream to receive the formatted output.
737 int vfwprintf(FILE * __restrict Stream, const wchar_t * __restrict Format, va_list Args);
746 @param[in] Stream The input stream.
760 int vfwscanf(FILE * __restrict Stream, const wchar_t * __restrict Format, va_list Args);
886 /** Get a character from an input Stream.
893 @param[in] Stream An input stream from which to obtain a character.
902 wint_t fgetwc(FILE *Stream);
916 @param[in] Stream An input stream from which to obtain a character.
925 wchar_t *fgetws(wchar_t * __restrict S, int Limit, FILE * __restrict Stream);
935 @param[in] C The character to be written to Stream
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c802 GenericInstance *Stream; local
806 Stream = (GenericInstance *)AllocateZeroPool(sizeof(GenericInstance));
807 if(Stream == NULL) {
811 Stream->Cookie = CON_COOKIE;
812 Stream->InstanceNum = 1;
813 Stream->Dev = NULL;
814 Stream->Abstraction.fo_close = &da_ShellClose;
815 Stream->Abstraction.fo_read = &da_ShellRead;
816 Stream->Abstraction.fo_write = &da_ShellWrite;
817 Stream
[all...]
/vbox/src/bldprogs/
H A Dscmsubversion.cpp782 SCMSTREAM Stream; local
783 rc = ScmStreamInitForReading(&Stream, szPath);
794 while ((pchLine = ScmStreamGetLine(&Stream, &cchLine, &enmEol)) != NULL)
810 RTMsgError("%s:%u: Unexpected data '%.*s'\n", szPath, ScmStreamTellLine(&Stream), cchLine, pchLine);
819 size_t const offKey = ScmStreamTell(&Stream);
823 pchLine = ScmStreamGetLine(&Stream, &cchLine, &enmEol);
830 if (RT_FAILURE(ScmStreamSeekAbsolute(&Stream, offKey + cchKey)))
832 if (RT_FAILURE(ScmStreamSeekByLine(&Stream, ScmStreamTellLine(&Stream) + 1)))
838 pchLine = ScmStreamGetLine(&Stream,
[all...]
H A Dscm.cpp679 SCMSTREAM Stream; local
680 int rc = ScmStreamInitForReading(&Stream, pszFilename);
690 while ((pchLine = ScmStreamGetLine(&Stream, &cchLine, &enmEol)) != NULL)
708 RTMsgError("%s:%d: %Rrc\n", pszFilename, ScmStreamTellLine(&Stream), rc);
715 rc = ScmStreamGetStatus(&Stream);
720 ScmStreamDelete(&Stream);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c4 Stream database is implemented as a linked list of section streams,
330 @retval EFI_SUCCESS Stream was added to stream database.
450 @param Stream Indicates the section stream associated with the
464 IN CORE_SECTION_STREAM_NODE *Stream,
481 GuidedSection = (EFI_GUID_DEFINED_SECTION * )(Stream->StreamBuffer + Child->OffsetInStream);
600 @param Stream Indicates the section stream in which to add the
602 @param ChildOffset Indicates the offset in Stream that is the
620 IN CORE_SECTION_STREAM_NODE *Stream,
644 SectionHeader = (EFI_COMMON_SECTION_HEADER *) (Stream->StreamBuffer + ChildOffset);
772 Stream
463 ChildIsType( IN CORE_SECTION_STREAM_NODE *Stream, IN CORE_SECTION_CHILD_NODE *Child, IN EFI_SECTION_TYPE SearchType, IN EFI_GUID *SectionDefinitionGuid ) argument
619 CreateChildNode( IN CORE_SECTION_STREAM_NODE *Stream, IN UINT32 ChildOffset, OUT CORE_SECTION_CHILD_NODE **ChildNode ) argument
[all...]
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp282 RTVFSIOSTREAMINTERNAL Stream; member in struct:RTVFSFILEINTERNAL
301 RTVFSIOSTREAMINTERNAL Stream;
319 RTVFSIOSTREAMINTERNAL Stream;
816 pvToFree = RT_FROM_MEMBER(pThis, RTVFSFILEINTERNAL, Stream.Base);
817 ASMAtomicWriteU32(&RT_FROM_MEMBER(pThis, RTVFSFILEINTERNAL, Stream.Base)->uMagic, RTVFSFILE_MAGIC_DEAD);
956 return RT_FROM_MEMBER(pThis, RTVFSFILEINTERNAL, Stream.Base);
1045 RTVFSOBJINTERNAL *pThis = &hVfsFile->Stream.Base;
2030 return RT_FROM_MEMBER(pThis, RTVFSFILEINTERNAL, Stream);
2285 RTVFSFILEINTERNAL *pThisFile = RT_FROM_MEMBER(pThis, RTVFSFILEINTERNAL, Stream);
2391 RTVFSIOSTREAM_ASSERT_OPS(&pFileOps->Stream, RTVFSOBJTYPE_FIL
[all...]
H A Dvfsstdfile.cpp385 { /* Stream */
409 RT_OFFSETOF(RTVFSFILEOPS, Stream.Obj) - RT_OFFSETOF(RTVFSFILEOPS, ObjSet),
H A Dvfsmemory.cpp708 { /* Stream */
732 RT_OFFSETOF(RTVFSFILEOPS, Stream.Obj) - RT_OFFSETOF(RTVFSFILEOPS, ObjSet),
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c4 Stream database is implemented as a linked list of section streams,
320 @retval EFI_SUCCESS Stream was added to stream database.
439 @param Stream Indicates the section stream associated with the child
451 IN FRAMEWORK_SECTION_STREAM_NODE *Stream,
468 GuidedSection = (EFI_GUID_DEFINED_SECTION * )(Stream->StreamBuffer + Child->OffsetInStream);
652 @param Stream Indicates the section stream in which to add the child.
653 @param ChildOffset Indicates the offset in Stream that is the beginning
669 IN FRAMEWORK_SECTION_STREAM_NODE *Stream,
693 SectionHeader = (EFI_COMMON_SECTION_HEADER *) (Stream->StreamBuffer + ChildOffset);
821 Stream
450 ChildIsType( IN FRAMEWORK_SECTION_STREAM_NODE *Stream, IN FRAMEWORK_SECTION_CHILD_NODE *Child, IN EFI_SECTION_TYPE SearchType, IN EFI_GUID *SectionDefinitionGuid ) argument
668 CreateChildNode( IN FRAMEWORK_SECTION_STREAM_NODE *Stream, IN UINT32 ChildOffset, OUT FRAMEWORK_SECTION_CHILD_NODE **ChildNode ) argument
[all...]
/vbox/src/libs/zlib-1.2.6/as400/
H A Dzlib.inc81 D z_streamp S * Stream struct ptr
83 D z_off_t S 10i 0 Stream offsets
84 D z_off64_t S 20i 0 Stream offsets
283 D stream_size 10i 0 value Stream struct. size
295 D stream_size 10i 0 value Stream struct. size
316 D stream_size 10i 0 value Stream struct. size
354 D stream_size 10i 0 value Stream struct. size
390 D stream_size 10i 0 value Stream struct. size
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c198 elements[idx].Stream = 0;
341 while (element++->Stream != 0xff && count++ < 128);
363 (*wined3d_elements)[i].input_slot = d3d9_elements[i].Stream;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c195 elements[idx].Stream = 0;
342 while (element++->Stream != 0xff && count++ < 128);
364 (*wined3d_elements)[i].input_slot = d3d9_elements[i].Stream;
/vbox/include/iprt/cpp/
H A Dxml.h148 * The Stream class is a base class for I/O streams.
150 class RT_DECL_CLASS Stream class in namespace:xml
154 virtual ~Stream() {}
185 class RT_DECL_CLASS Input : virtual public Stream
203 class RT_DECL_CLASS Output : virtual public Stream
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs15 /// Implements a compressed <see cref="Stream"/>, in GZip (.gz) format.
17 public class GZipStream : Stream, IDisposable
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d11shader.h141 UINT Stream; member in struct:_D3D11_SIGNATURE_PARAMETER_DESC
H A Dd3d9types.h285 WORD Stream; member in struct:_D3DVERTEXELEMENT9
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp350 { /* Stream */
374 RT_OFFSETOF(RTVFSFILEOPS, Stream.Obj) - RT_OFFSETOF(RTVFSFILEOPS, ObjSet),
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c125 * Stream Driver hooks.
133 * Stream Module hooks.
336 vboxnetflt_stream_t Stream; /* dedicated/promiscuous stream */ member in struct:vboxnetflt_promisc_stream_t
747 * Stream module open entry point, initializes the queue and allows streams processing.
752 * @param fStreamMode Stream open mode.
952 * Stream module close entry point, undoes the work done on open and closes the stream.
988 quntimeout(WR(pPromiscStream->Stream.pReadQueue), TimeoutId);
1332 queue_t *pQueue = pPromiscStream->Stream.pReadQueue;
1490 && pPromiscStream->Stream.pReadQueue)
1515 qwriter(WR(pPromiscStream->Stream
[all...]
/vbox/src/VBox/Storage/
H A DVDIfVfs.cpp376 RT_OFFSETOF(RTVFSFILEOPS, Stream.Obj) - RT_OFFSETOF(RTVFSFILEOPS, ObjSet),
H A DVDVfs.cpp485 { /* Stream */
509 RT_OFFSETOF(RTVFSFILEOPS, Stream.Obj) - RT_OFFSETOF(RTVFSFILEOPS, ObjSet),
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp2477 Assert(pData->Stream < RT_ELEMENTS(pDevice->aStreamSourceUm));
2478 PVBOXWDDMDISP_STREAMSOURCEUM pStrSrcUm = &pDevice->aStreamSourceUm[pData->Stream];
2493 if (pDevice->aStreamSource[pData->Stream])
2495 hr = pDevice->pDevice9If->SetStreamSource(pData->Stream, NULL, 0, 0);
2498 pDevice->aStreamSource[pData->Stream] = NULL;
4789 AssertCompile(RT_SIZEOFMEMB(D3DDDIVERTEXELEMENT, Stream) == RT_SIZEOFMEMB(D3DVERTEXELEMENT9, Stream));
4796 AssertCompile(RT_OFFSETOF(D3DDDIVERTEXELEMENT, Stream) == RT_OFFSETOF(D3DVERTEXELEMENT9, Stream));
4984 HRESULT hr = pDevice9If->SetStreamSource(pData->Stream, pStreamDat
[all...]
/vbox/include/iprt/
H A Dvfslowlevel.h804 RTVFSIOSTREAMOPS Stream; member in struct:RTVFSFILEOPS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9types.h283 WORD Stream; member in struct:_D3DVERTEXELEMENT9

Completed in 422 milliseconds

12