Searched refs:sCommand (Results 1 – 1 of 1) sorted by relevance
478 SCHANNEL6_COMMAND sCommand; in TEEC_CloseSession() local481 memset(&sCommand,0,sizeof(sCommand)); in TEEC_CloseSession()482 sCommand.sHeader.nMessageType = SCX_CLOSE_CLIENT_SESSION; in TEEC_CloseSession()483 sCommand.sHeader.nMessageSize = (sizeof(SCHANNEL6_CLOSE_CLIENT_SESSION_COMMAND) in TEEC_CloseSession()485 sCommand.sCloseClientSession.hClientSession = session->imp._hClientSession; in TEEC_CloseSession()486 scxExchangeMessage(context, &sCommand, &sAnswer, NULL); in TEEC_CloseSession()514 SCHANNEL6_COMMAND sCommand; in TEEC_RegisterSharedMemory0() local518 memset(&sCommand, 0, sizeof(sCommand)); in TEEC_RegisterSharedMemory0()520 …sCommand.sRegisterSharedMemory.nMessageSize = (sizeof(SCHANNEL6_REGISTER_SHARED_MEMORY_COMMAND) - … in TEEC_RegisterSharedMemory0()521 sCommand.sRegisterSharedMemory.nMessageType = SCX_REGISTER_SHARED_MEMORY; in TEEC_RegisterSharedMemory0()[all …]