HomeSort by relevance Sort by last modified time
    Searched refs:EFIerrno (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
errno.c 15 RETURN_STATUS EFIerrno = RETURN_SUCCESS;
Main.c 150 EFIerrno = 0;
171 strerror(errno), EFIerrno);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevGenisis.c 118 EFIerrno = RETURN_INVALID_PARAMETER;
123 EFIerrno = RETURN_OUT_OF_RESOURCES;
148 EFIerrno = RETURN_INVALID_PARAMETER;
156 EFIerrno = RETURN_SUCCESS;
Path.c 131 EFIerrno = RETURN_OUT_OF_RESOURCES;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 54 EFIerrno = ShellCloseFile( (SHELL_FILE_HANDLE *)&Fp->devdata);
55 if(RETURN_ERROR(EFIerrno)) {
80 EFIerrno = Status;
141 EFIerrno = Status;
193 EFIerrno = Status;
235 EFIerrno = Status;
298 EFIerrno = Status;
366 EFIerrno = Status;
438 EFIerrno = Status;
477 EFIerrno = RETURN_SUCCESS;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 136 EFIerrno = RETURN_INVALID_PARAMETER;
141 EFIerrno = RETURN_UNSUPPORTED;
148 EFIerrno = Proto->SetCursorPosition(Proto,
152 if(RETURN_ERROR(EFIerrno)) {
191 EFIerrno = RETURN_INVALID_PARAMETER;
196 EFIerrno = RETURN_UNSUPPORTED;
221 EFIerrno = Status; // Make error reason available to caller
309 @retval -1 An error has occurred. Reason in errno and EFIerrno.
361 EFIerrno = Status;
425 EFIerrno = RETURN_INVALID_PARAMETER;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Environs.c 134 @retval EXIT_FAILURE EFIerrno will contain the EFI status code
137 @retval EXIT_SUCCESS EFIerrno will contain the EFI status returned
157 EFIerrno = CmdStat;
160 EFIerrno = OpStat;
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 11 functions; and the variable EFIerrno which is an extension allowing the return status
14 The value of errno and EFIerrno is zero at program startup. On program startup, errno
21 EFIerrno, like errno, should only be checked if it is known that the preceeding function call
23 or parameter values should guarantee that EFIerrno is set to zero by default, or to the status
44 extern RETURN_STATUS EFIerrno;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOutilities.c 202 @retval <0 An error occurred. The reason is in errno and EFIerrno.
234 EFIerrno = Status;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 256 EFIerrno = RETURN_SUCCESS;
530 EFIerrno = RETURN_SUCCESS; // In case of error without an EFI call
560 @retval -1 An error occurred and error codes are stored in errno and EFIerrno.
653 - EIO - UEFI failure. Check value in EFIerrno.
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 549 EFIerrno = Status;

Completed in 1080 milliseconds