Lines Matching refs:nInstructionID
934 uint32_t nInstructionID; in runSession() local
938 nInstructionID = pInstruction->sGeneric.nInstructionID; in runSession()
945 if ((nInstructionID & 0x0F) == 0) in runSession()
948 switch (nInstructionID) in runSession()
994 LogError("Unknown instruction identifier: %02X", nInstructionID); in runSession()
1002 uint32_t nPartitionID = (nInstructionID & 0xF0) >> 4; in runSession()
1007 switch (nInstructionID & 0x0F) in runSession()
1011 … TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError); in runSession()
1017 …TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d pSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID, n… in runSession()
1040 …TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitio… in runSession()
1059 …TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d sid=%d woff=%d err=%d", (nInstructionID & 0x0F), nPartitio… in runSession()
1064 … TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError); in runSession()
1083 …TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d nNewSize=%d err=%d", (nInstructionID & 0x0F), nPartitionID… in runSession()
1088 … TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError); in runSession()
1092 … TRACE_INFO("INSTRUCTION: ID=0x%x pid=%d err=%d", (nInstructionID & 0x0F), nPartitionID, nError); in runSession()