Home | History | Annotate | Download | only in WebServer

Lines Matching refs:Status

20   Respond with the firmware status
24 @param [out] pbDone Address to receive the request completion status
36 EFI_STATUS Status;
47 Status = TableHeader ( SocketFD, pPort, L"Firmware", NULL );
48 if ( EFI_ERROR ( Status )) {
55 Status = RowUnicodeString ( SocketFD,
59 if ( EFI_ERROR ( Status )) {
63 Status = RowRevision ( SocketFD,
67 if ( EFI_ERROR ( Status )) {
74 Status = RowRevision ( SocketFD,
78 if ( EFI_ERROR ( Status )) {
85 Status = TableTrailer ( SocketFD,
92 // Return the operation status
94 DBG_EXIT_STATUS ( Status );
95 return Status;