Home | History | Annotate | Download | only in libbridge

Lines Matching refs:tempStruct

100 	Trapped_Args tempStruct;
105 tempStruct.ARGS_PROC_ATTACH.uProcessor = uProcessor;
106 tempStruct.ARGS_PROC_ATTACH.pAttrIn =
108 tempStruct.ARGS_PROC_ATTACH.phProcessor = phProcessor;
109 status = DSPTRAP_Trap(&tempStruct,
134 Trapped_Args tempStruct;
139 tempStruct.ARGS_PROC_DETACH.hProcessor = hProcessor;
140 status = DSPTRAP_Trap(&tempStruct, CMD_PROC_DETACH_OFFSET);
162 Trapped_Args tempStruct;
173 tempStruct.ARGS_PROC_ENUMNODE_INFO.hProcessor =
175 tempStruct.ARGS_PROC_ENUMNODE_INFO.aNodeTab = aNodeTab;
176 tempStruct.ARGS_PROC_ENUMNODE_INFO.uNodeTabSize =
178 tempStruct.ARGS_PROC_ENUMNODE_INFO.puNumNodes =
180 tempStruct.ARGS_PROC_ENUMNODE_INFO.puAllocated =
182 status = DSPTRAP_Trap(&tempStruct,
215 Trapped_Args tempStruct;
231 tempStruct.ARGS_PROC_FLUSHMEMORY.hProcessor = hProcessor;
232 tempStruct.ARGS_PROC_FLUSHMEMORY.pMpuAddr = pMpuAddr;
233 tempStruct.ARGS_PROC_FLUSHMEMORY.ulSize = ulSize;
234 tempStruct.ARGS_PROC_FLUSHMEMORY.ulFlags = ulFlags;
235 status = DSPTRAP_Trap(&tempStruct, CMD_PROC_FLUSHMEMORY_OFFSET);
259 Trapped_Args tempStruct;
274 tempStruct.ARGS_PROC_INVALIDATEMEMORY.hProcessor = hProcessor;
275 tempStruct.ARGS_PROC_INVALIDATEMEMORY.pMpuAddr = pMpuAddr;
276 tempStruct.ARGS_PROC_INVALIDATEMEMORY.ulSize = ulSize;
277 status = DSPTRAP_Trap(&tempStruct,
304 Trapped_Args tempStruct;
313 tempStruct.ARGS_PROC_ENUMRESOURCES.hProcessor =
315 tempStruct.ARGS_PROC_ENUMRESOURCES\
317 tempStruct.ARGS_PROC_ENUMRESOURCES\
319 tempStruct.ARGS_PROC_ENUMRESOURCES\
321 status = DSPTRAP_Trap(&tempStruct,
354 Trapped_Args tempStruct;
364 tempStruct.ARGS_PROC_GETSTATE.hProcessor =
366 tempStruct.ARGS_PROC_GETSTATE.pProcStatus =
368 tempStruct.ARGS_PROC_GETSTATE.uStateInfoSize =
370 status = DSPTRAP_Trap(&tempStruct,
401 Trapped_Args tempStruct;
436 tempStruct.ARGS_PROC_MAPMEM.hProcessor =
438 tempStruct.ARGS_PROC_MAPMEM.pMpuAddr = pMpuAddr;
439 tempStruct.ARGS_PROC_MAPMEM.ulSize = ulSize;
440 tempStruct.ARGS_PROC_MAPMEM.pReqAddr = pReqAddr;
441 tempStruct.ARGS_PROC_MAPMEM.ppMapAddr =
443 tempStruct.ARGS_PROC_MAPMEM.ulMapAttr =
445 status = DSPTRAP_Trap(&tempStruct,
482 Trapped_Args tempStruct;
491 tempStruct.ARGS_PROC_REGISTER_NOTIFY\
493 tempStruct.ARGS_PROC_REGISTER_NOTIFY\
495 tempStruct.ARGS_PROC_REGISTER_NOTIFY\
497 tempStruct.ARGS_PROC_REGISTER_NOTIFY\
500 status = DSPTRAP_Trap(&tempStruct,
531 Trapped_Args tempStruct;
550 tempStruct.ARGS_PROC_RSVMEM.hProcessor =
552 tempStruct.ARGS_PROC_RSVMEM.ulSize =
554 tempStruct.ARGS_PROC_RSVMEM.ppRsvAddr =
556 status = DSPTRAP_Trap(&tempStruct,
595 Trapped_Args tempStruct;
610 tempStruct.ARGS_PROC_UNMAPMEM.hProcessor = hProcessor;
611 tempStruct.ARGS_PROC_UNMAPMEM.pMapAddr = pMapAddr;
612 status = DSPTRAP_Trap(&tempStruct,
641 Trapped_Args tempStruct;
657 tempStruct.ARGS_PROC_UNRSVMEM.hProcessor = hProcessor;
658 tempStruct.ARGS_PROC_UNRSVMEM.pRsvAddr = pRsvAddr;
659 status = DSPTRAP_Trap(&tempStruct,