Searched refs:Task (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c524 @param[in, out] Task Pointer to task to be freed.
530 IN OUT ATA_BUS_ASYN_SUB_TASK *Task
533 if (Task->Packet.Asb != NULL) {
534 FreeAlignedBuffer (Task->Packet.Asb, sizeof (EFI_ATA_STATUS_BLOCK));
536 if (Task->Packet.Acb != NULL) {
537 FreePool (Task->Packet.Acb);
540 FreePool (Task);
558 ATA_BUS_ASYN_SUB_TASK *Task; local
564 Task = (ATA_BUS_ASYN_SUB_TASK *) Context;
567 AtaDevice = Task
[all...]
H A DAtaBus.h136 // Sub-Task for the non blocking I/O
149 // Task for the non blocking I/O
214 @param[in, out] Task Pointer to task to be freed.
220 IN OUT ATA_BUS_ASYN_SUB_TASK *Task
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c151 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
182 IN ATA_NONBLOCK_TASK *Task OPTIONAL
211 Task
224 Task
237 Task
250 Task
263 Task
283 Task
300 Task
317 Task
384 ATA_NONBLOCK_TASK *Task; local
1107 ATA_NONBLOCK_TASK *Task; local
1247 ATA_NONBLOCK_TASK *Task; local
[all...]
H A DIdeMode.c1115 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
1133 IN ATA_NONBLOCK_TASK *Task
1249 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
1265 IN ATA_NONBLOCK_TASK *Task
1367 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
1380 IN ATA_NONBLOCK_TASK *Task,
1388 Task->RetryTimes--;
1407 if (Task->RetryTimes == 0) {
1432 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
1452 IN ATA_NONBLOCK_TASK *Task
1378 AtaUdmStatusCheck( IN EFI_PCI_IO_PROTOCOL *PciIo, IN ATA_NONBLOCK_TASK *Task, IN EFI_IDE_REGISTERS *IdeRegisters ) argument
[all...]
H A DAtaAtapiPassThru.h126 // Task for Non-blocking mode.
1085 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
1106 IN ATA_NONBLOCK_TASK *Task
1125 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
1149 IN ATA_NONBLOCK_TASK *Task
1168 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
1192 IN ATA_NONBLOCK_TASK *Task
1205 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
1221 IN ATA_NONBLOCK_TASK *Task
1239 @param[in] Task Optiona
[all...]
H A DAhciMode.c653 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
677 IN ATA_NONBLOCK_TASK *Task
855 @param[in] Task Optional. Pointer to the ATA_NONBLOCK_TASK
879 IN ATA_NONBLOCK_TASK *Task
909 while ((Task == NULL) && (!IsListEmpty (&Instance->NonBlockingTaskList))) {
918 if ((Task == NULL) || ((Task != NULL) && (!Task->IsStart))) {
920 // Mark the Task to indicate that it has been started.
922 if (Task !
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Devntprov.h54 USHORT Task; member in struct:_EVENT_DESCRIPTOR
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp752 * @param Task The task \a pv and \a cb refers to.
754 static int rtR0MemObjNativeLock(PPRTR0MEMOBJINTERNAL ppMem, void *pv, size_t cb, uint32_t fAccess, task_t Task) argument
758 vm_map_t Map = get_task_map(Task);
765 kern_return_t kr = vm_map_wire(get_task_map(Task),
778 pMemDarwin->Core.u.Lock.R0Process = (RTR0PROCESS)Task;
783 kr = vm_map_unwire(get_task_map(Task), (vm_map_offset_t)pv, (vm_map_offset_t)pv + cb, 0 /* not user */);
794 IOMemoryDescriptor *pMemDesc = IOMemoryDescriptor::withAddressRange((vm_address_t)pv, cb, kIODirectionInOut, Task);
806 pMemDarwin->Core.u.Lock.R0Process = (RTR0PROCESS)Task;
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp198 * Medium::Task class for asynchronous operations.
206 class Medium::Task class in class:Medium
209 Task(Medium *aMedium, Progress *aProgress) function in class:Medium::Task
234 "Medium::Task::vdInterfaceProgress",
245 virtual ~Task()
260 friend HRESULT Medium::i_runNow(Medium::Task*);
284 class Medium::CreateBaseTask : public Medium::Task
291 : Medium::Task(aMedium, aProgress),
303 class Medium::CreateDiffTask : public Medium::Task
312 : Medium::Task(aMediu
[all...]
H A DSnapshotImpl.cpp1311 : public SessionMachine::Task
1317 : Task(m, p, t),
1495 /* set the proper machine state (note: after creating a Task instance) */
1513 * Task thread implementation for SessionMachine::TakeSnapshot(), called from
2005 /* set the proper machine state (note: after creating a Task instance) */
2026 * @param pTask Task data.
2486 // set the proper machine state here now (note: after creating a Task instance)
2601 * @param pTask Task data.
3822 * -- there is one more caller added by Task to it which
H A DMachineImpl.cpp5180 * Task record for deleting a machine config.
5183 : public Machine::Task
5190 : Task(m, p, t),
5205 * Task thread implementation for SessionMachine::DeleteConfig(), called from
12743 * Task record for saving the machine state.
12746 : public Machine::Task
12753 : Task(m, p, t),
12768 * Task thread implementation for SessionMachine::SaveState(), called from
14579 * have a thread started for a Task. See Machine::Task
[all...]
/vbox/src/VBox/Main/include/
H A DMediumImpl.h353 class Task;
365 friend class Task;
378 HRESULT i_startThread(Medium::Task *pTask);
379 HRESULT i_runNow(Medium::Task *pTask);
H A DMachineImpl.h788 struct Task struct in class:Machine
790 Task(Machine *m, Progress *p, const Utf8Str &t) function in struct:Machine::Task
/vbox/include/VBox/
H A Dtypes.h409 /** IDT Entry, Task Gate view. */
415 /** Task Segment Selector. */
437 /** Pointer to IDT Entry, Task gate view. */
542 /** IDT Type2 value - Task gate. */
557 /** Task gate view. */
558 VBOXIDTE_TASKGATE Task; member in union:VBOXIDTE
776 * 32-bit Task Segment used in raw mode.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 189 milliseconds