OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubTask
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaPassThruExecute.c
131
//
subtask
and clean them when the event is signaled.
564
Free
SubTask
.
694
// Remove the
SubTask
from the Task list.
747
// Free the buffer of
SubTask
.
784
ATA_BUS_ASYN_SUB_TASK *
SubTask
;
798
SubTask
= NULL;
875
SubTask
= NULL;
878
SubTask
= AllocateZeroPool (sizeof (ATA_BUS_ASYN_SUB_TASK));
879
if (
SubTask
== NULL) {
885
SubTask
->UnsignalledEventCount = EventCount;
[
all
...]
AtaBus.c
152
ATA_BUS_ASYN_SUB_TASK *
SubTask
;
167
// Free the
Subtask
list.
174
SubTask
= ATA_ASYN_SUB_TASK_FROM_ENTRY (DelEntry);
177
FreeAtaSubTask (
SubTask
);
182
// Free the
Subtask
list.
[
all
...]
Completed in 115 milliseconds