Searched defs:SocketFD (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DBootServicesTable.c31 @param [in] SocketFD The socket's file descriptor to add to the list.
40 IN int SocketFD,
56 Status = TableHeader ( SocketFD, pPort, L"Boot Services Table", gBS );
64 Status = EfiTableHeader ( SocketFD,
74 Status = RowPointer ( SocketFD,
82 Status = RowPointer ( SocketFD,
94 Status = RowPointer ( SocketFD,
102 Status = RowPointer ( SocketFD,
110 Status = RowPointer ( SocketFD,
118 Status = RowPointer ( SocketFD,
39 BootServicesTablePage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]
H A DFirmware.c32 @param [in] SocketFD The socket's file descriptor to add to the list.
41 IN int SocketFD,
57 Status = TableHeader ( SocketFD, pPort, L"Firmware", NULL );
65 Status = RowUnicodeString ( SocketFD,
73 Status = RowRevision ( SocketFD,
84 Status = RowRevision ( SocketFD,
95 Status = TableTrailer ( SocketFD,
40 FirmwarePage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
H A DHello.c32 @param [in] SocketFD The socket's file descriptor to add to the list.
41 IN int SocketFD,
57 Status = HttpPageHeader ( SocketFD, pPort, L"Hello World" );
65 Status = HttpSendAnsiString ( SocketFD,
78 Status = HttpPageTrailer ( SocketFD, pPort, pbDone );
40 HelloPage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
H A DReboot.c33 @param [in] SocketFD The socket's file descriptor to add to the list.
42 IN int SocketFD,
58 Status = HttpPageHeader ( SocketFD, pPort, L"Reboot" );
66 Status = HttpSendAnsiString ( SocketFD,
78 Status = HttpPageTrailer ( SocketFD, pPort, pbDone );
87 close ( SocketFD );
41 RebootPage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
H A DRuntimeServicesTable.c32 @param [in] SocketFD The socket's file descriptor to add to the list.
41 IN int SocketFD,
57 Status = TableHeader ( SocketFD, pPort, L"Runtime Services Table", gRT );
65 Status = EfiTableHeader ( SocketFD,
75 Status = RowPointer ( SocketFD,
83 Status = RowPointer ( SocketFD,
91 Status = RowPointer ( SocketFD,
99 Status = RowPointer ( SocketFD,
111 Status = RowPointer ( SocketFD,
119 Status = RowPointer ( SocketFD,
40 RuntimeSservicesTablePage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]
H A DDxeServicesTable.c33 @param [in] SocketFD The socket's file descriptor to add to the list.
42 IN int SocketFD,
67 Status = TableHeader ( SocketFD, pPort, L"DXE Services Table", pDS );
76 Status = EfiTableHeader ( SocketFD,
86 Status = RowPointer ( SocketFD,
94 Status = RowPointer ( SocketFD,
102 Status = RowPointer ( SocketFD,
110 Status = RowPointer ( SocketFD,
118 Status = RowPointer ( SocketFD,
126 Status = RowPointer ( SocketFD,
41 DxeServicesTablePage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]
H A DIndex.c32 @param [in] SocketFD The socket's file descriptor to add to the list.
41 IN int SocketFD,
59 Status = HttpPageHeader ( SocketFD, pPort, L"Index" );
67 Status = HttpSendAnsiString ( SocketFD,
87 Status = HttpSendAnsiString ( SocketFD,
93 Status = HttpSendUnicodeString ( SocketFD,
99 Status = HttpSendAnsiString ( SocketFD,
105 Status = HttpSendUnicodeString ( SocketFD,
111 Status = HttpSendAnsiString ( SocketFD,
117 Status = HttpSendUnicodeString ( SocketFD,
40 IndexPage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]
H A DDhcpOptions.c36 @param [in] SocketFD The socket's file descriptor to add to the list.
45 IN int SocketFD,
69 Status = HttpPageHeader ( SocketFD, pPort, L"DHCP Options" );
77 Status = HttpSendAnsiString ( SocketFD,
83 Status = HttpSendUnicodeString ( SocketFD,
89 Status = HttpSendAnsiString ( SocketFD,
106 Status = HttpSendAnsiString ( SocketFD,
130 Status = HttpSendAnsiString ( SocketFD,
142 Status = HttpSendAnsiString ( SocketFD,
159 Status = HttpSendAnsiString ( SocketFD,
44 DhcpOptionsPage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]
H A DConfigurationTable.c54 @param [in] SocketFD The socket's file descriptor to add to the list.
64 IN int SocketFD,
81 Status = HttpSendAnsiString ( SocketFD,
87 Status = HttpSendAnsiString ( SocketFD,
93 Status = HttpSendAnsiString ( SocketFD,
111 Status = HttpSendAnsiString ( SocketFD,
117 Status = HttpSendUnicodeString ( SocketFD,
123 Status = HttpSendAnsiString ( SocketFD,
134 Status = HttpSendUnicodeString ( SocketFD,
145 Status = HttpSendAnsiString ( SocketFD,
63 RowGuid( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR8 * pName, IN CONST EFI_GUID * pGuid ) argument
303 ConfigurationTablePage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]
H A DSystemTable.c32 @param [in] SocketFD The socket's file descriptor to add to the list.
41 IN int SocketFD,
59 Status = RowHexValue ( SocketFD,
74 Status = RowRevision ( SocketFD,
85 Status = RowDecimalValue ( SocketFD,
97 Status = RowHexValue ( SocketFD,
109 Status = RowHexValue ( SocketFD,
128 @param [in] SocketFD The socket's file descriptor to add to the list.
138 IN int SocketFD,
152 Status = HttpSendAnsiString ( SocketFD,
40 EfiTableHeader( IN int SocketFD, IN WSDT_PORT * pPort, IN EFI_TABLE_HEADER * pHeader ) argument
137 RowDecimalValue( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR8 * pName, IN UINT64 Value ) argument
203 RowHexValue( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR8 * pName, IN UINT64 Value, IN CONST CHAR16 * pWebPage ) argument
298 RowPointer( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR8 * pName, IN CONST VOID * pAddress, IN CONST CHAR16 * pWebPage ) argument
399 RowRevision( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR8 * pName, IN UINT32 Revision ) argument
476 RowUnicodeString( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR8 * pName, IN CONST CHAR16 * pString ) argument
541 TableHeader( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR16 * pName, IN CONST VOID * pTable ) argument
621 TableTrailer( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN *pbDone ) argument
671 SystemTablePage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]
H A DHandles.c32 @param [in] SocketFD The socket's file descriptor to add to the list.
41 IN int SocketFD,
73 Status = HttpPageHeader ( SocketFD, pPort, L"Handle Database" );
81 Status = HttpSendAnsiString ( SocketFD,
123 Status = HttpSendAnsiString ( SocketFD,
142 Status = HttpSendByte ( SocketFD,
156 Status = HttpSendAnsiString ( SocketFD,
188 Status = HttpSendByte ( SocketFD,
212 Status = HttpSendByte ( SocketFD,
227 Status = HttpSendAnsiString ( SocketFD,
40 HandlePage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]
H A DWebServer.c38 @param [in] SocketFD The socket's file descriptor to add to the list.
47 IN int SocketFD
203 pFdList[ pWebServer->Entries ].fd = SocketFD;
240 @param [in] SocketFD The socket's file descriptor to add to the list.
246 IN int SocketFD
266 if ( SocketFD == pFdList[ Index ].fd ) {
270 if ( SocketFD == pWebServer->HttpListenPort ) {
277 close ( SocketFD );
318 @param [in] SocketFD The socket's file descriptor to add to the list.
331 IN int SocketFD,
329 PortWork( IN DT_WEB_SERVER * pWebServer, IN int SocketFD, IN INTN events, IN WSDT_PORT * pPort ) argument
[all...]
H A DHTTP.c100 @param [in] SocketFD The socket's file descriptor to add to the list.
108 IN int SocketFD,
127 LengthInBytes = send ( SocketFD,
255 @param [in] SocketFD The socket's file descriptor to add to the list.
264 IN int SocketFD,
277 Status = HttpSendAnsiString ( SocketFD,
287 Status = HttpSendAnsiString ( SocketFD, pPort, "<html lang=\"en-US\">\r\n" );
292 Status = HttpSendAnsiString ( SocketFD, pPort, " <head>\r\n" );
296 Status = HttpSendAnsiString ( SocketFD, pPort, " <title>" );
300 Status = HttpSendUnicodeString ( SocketFD, pPor
107 HttpFlush( IN int SocketFD, IN WSDT_PORT * pPort ) argument
263 HttpPageHeader( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR16 * pTitle ) argument
336 HttpPageNotFound( IN int SocketFD, IN WSDT_PORT * pPort, IN BOOLEAN * pbDone ) argument
395 HttpPageTrailer( IN int SocketFD, IN WSDT_PORT * pPort, IN BOOLEAN * pbDone ) argument
536 HttpRequest( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
650 HttpSend( IN int SocketFD, IN WSDT_PORT * pPort, IN size_t LengthInBytes, IN CONST UINT8 * pBuffer ) argument
714 HttpSendAnsiString( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST char * pString ) argument
762 HttpSendByte( IN int SocketFD, IN WSDT_PORT * pPort, IN UINT8 Data ) argument
797 HttpSendCharacter( IN int SocketFD, IN WSDT_PORT * pPort, IN CHAR8 Character, IN CHAR8 * pReplacement ) argument
879 HttpSendDump( IN int SocketFD, IN WSDT_PORT * pPort, IN UINTN ByteCount, IN CONST UINT8 * pData ) argument
1065 HttpSendGuid( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST EFI_GUID * pGuid ) argument
1190 HttpSendHexBits( IN int SocketFD, IN WSDT_PORT * pPort, IN INT32 Bits, IN UINT64 Value ) argument
1250 HttpSendHexValue( IN int SocketFD, IN WSDT_PORT * pPort, IN UINT64 Value ) argument
1318 HttpSendIpAddress( IN int SocketFD, IN WSDT_PORT * pPort, IN struct sockaddr_in * pAddress ) argument
1376 HttpSendUnicodeString( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST UINT16 * pString ) argument
1480 HttpSendValue( IN int SocketFD, IN WSDT_PORT * pPort, IN UINT64 Value ) argument
[all...]
H A DACPI.c273 @param [in] SocketFD The socket's file descriptor to add to the list.
284 IN int SocketFD,
304 Status = HttpSendAnsiString ( SocketFD,
310 Status = HttpSendAnsiString ( SocketFD,
316 Status = HttpSendAnsiString ( SocketFD,
329 Status = HttpSendCharacter ( SocketFD,
344 Status = HttpSendAnsiString ( SocketFD,
352 Status = HttpSendHexBits ( SocketFD,
360 Status = HttpSendAnsiString ( SocketFD,
372 Status = HttpSendAnsiString ( SocketFD,
283 RowAnsiArray( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR8 * pName, IN UINTN Length, IN CONST CHAR8 * pChar ) argument
399 RowBytes( IN int SocketFD, IN WSDT_PORT * pPort, IN CHAR8 * pName, IN UINTN ByteCount, IN CONST UINT8 * pData ) argument
494 RowDump( IN int SocketFD, IN WSDT_PORT * pPort, IN CHAR8 * pName, IN UINTN ByteCount, IN CONST UINT8 * pData ) argument
575 RowGenericAddress( IN int SocketFD, IN WSDT_PORT * pPort, IN CHAR8 * pName, IN CONST UINT32 * pAddr, IN CONST CHAR16 * pWebPage ) argument
827 AcpiDsdtPage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
973 AcpiFadtPage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
1525 AcpiRsdp10Page( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
1628 AcpiRsdp30Page( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
1762 AcpiRsdtPage( IN int SocketFD, IN WSDT_PORT * pPort, OUT BOOLEAN * pbDone ) argument
[all...]

Completed in 71 milliseconds