Home | History | Annotate | Download | only in libbridge

Lines Matching refs:tempStruct

67 	Trapped_Args tempStruct;
73 tempStruct.ARGS_PROC_CTRL.hProcessor = hProcessor;
74 tempStruct.ARGS_PROC_CTRL.dwCmd = dwCmd;
75 tempStruct.ARGS_PROC_CTRL.pArgs = pArgs;
76 status = DSPTRAP_Trap(&tempStruct, CMD_PROC_CTRL_OFFSET);
98 Trapped_Args tempStruct;
115 tempStruct.ARGS_PROC_LOAD.hProcessor =
117 tempStruct.ARGS_PROC_LOAD.iArgc = iArgc;
118 tempStruct.ARGS_PROC_LOAD.aArgv =
120 tempStruct.ARGS_PROC_LOAD.aEnvp =
122 status = DSPTRAP_Trap(&tempStruct,
158 Trapped_Args tempStruct;
164 tempStruct.ARGS_PROC_START.hProcessor = hProcessor;
165 status = DSPTRAP_Trap(&tempStruct, CMD_PROC_START_OFFSET);
184 Trapped_Args tempStruct;
190 tempStruct.ARGS_PROC_START.hProcessor = hProcessor;
191 status = DSPTRAP_Trap(&tempStruct, CMD_PROC_STOP_OFFSET);