Home | History | Annotate | Download | only in EfiSocketLib

Lines Matching refs:Status

45   EFI_STATUS Status;

52 Status = EFI_SUCCESS;
58 Status = mpfnEslConstructor ( );
62 // Return the constructor status
64 DBG_EXIT_STATUS ( Status );
65 return Status;
96 EFI_STATUS Status;
103 Status = EFI_SUCCESS;
109 Status = mpfnEslDestructor ( );
113 // Return the constructor status
115 DBG_EXIT_STATUS ( Status );
116 return Status;