Lines Matching refs:pos
206 int pos=-1; in FindWaitSetPos() local
210 pos = i; in FindWaitSetPos()
214 return pos; in FindWaitSetPos()
218 int pos = -1; in FindConfigSetPos() local
222 pos = i; in FindConfigSetPos()
226 return pos; in FindConfigSetPos()
568 int pos = 0; in GetPos() local
575 pos++; in GetPos()
577 return (bFound ? pos : -1); in GetPos()
579 bool CRKScan::GetDevice(STRUCT_RKDEVICE_DESC &device, int pos) in GetDevice() argument
581 if ( (pos < 0) || (pos >= (int)m_list.size()) ) { in GetDevice()
586 if (pos == 0) { in GetDevice()
589 pos--; in GetDevice()