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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Misc.c 41 Task->FileIoToken = Token;
141 Task->FileIoToken->Status = EFI_SUCCESS;
142 gBS->SignalEvent (Task->FileIoToken->Event);
199 // If one or more subtasks have been already submitted, set FileIoToken
202 Task->FileIoToken = NULL;
273 // Task->FileIoToken is NULL which means the task will be ignored (just recycle the subtask and task memory).
275 if (Task->FileIoToken != NULL) {
277 Task->FileIoToken->Status = Status;
278 gBS->SignalEvent (Task->FileIoToken->Event);
280 // Mark Task->FileIoToken to NULL so that the subtasks belonging to the task will be ignored.
    [all...]
Fat.h 221 EFI_FILE_IO_TOKEN *FileIoToken;
    [all...]

Completed in 84 milliseconds