Lines Matching refs:Status
35 EFI_STATUS Status;
40 Status = pSocketProtocol->pfnCloseStart ( pSocketProtocol,
47 while ( EFI_NOT_READY == Status ) {
48 Status = pSocketProtocol->pfnClosePoll ( pSocketProtocol,
51 if ( !EFI_ERROR ( Status )) {
55 Status = gBS->LocateProtocol ( &gEfiSocketServiceBindingProtocolGuid,
58 if ( !EFI_ERROR ( Status )) {
62 Status = pServiceBinding->DestroyChild ( pServiceBinding,
65 if ( EFI_ERROR ( Status )) {
72 Status ));
79 return Status;