Home | History | Annotate | Download | only in WebServer

Lines Matching refs:Status

25   @param [out] pbDone       Address to receive the request completion status
37 EFI_STATUS Status;
48 Status = HttpPageHeader ( SocketFD, pPort, L"Reboot" );
49 if ( EFI_ERROR ( Status )) {
56 Status = HttpSendAnsiString ( SocketFD,
61 if ( EFI_ERROR ( Status )) {
68 Status = HttpPageTrailer ( SocketFD, pPort, pbDone );
69 if ( EFI_ERROR ( Status )) {
91 // Return the operation status
93 DBG_EXIT_STATUS ( Status );
94 return Status;