Searched refs:curpos (Results 1 – 2 of 2) sorted by relevance
128 uint64_t curpos, i, j; in diagCall64() local171 curpos = data + sizeof(real_ncpus); /* Point to the next in diagCall64()175 (void) copyout((char *) &durNap, curpos, 8); /* Copy out the time in diagCall64()177 …(void) copyout((char *) &cpu_data_ptr[i]->cpu_hwIntCnt, curpos + 8, 256 * sizeof(uint32_t)); /*… in diagCall64()180 curpos = curpos + (256 * sizeof(uint32_t) + 8); /* Point to next out put in diagCall64()266 curpos = regs->rsi + sizeof(pkes); in diagCall64()295 copyout(&cest, curpos, sizeof(cest)); in diagCall64()296 curpos += sizeof(cest); in diagCall64()
795 curpos = 0796 while curpos < file_len:797 item = KCData_item(data, curpos)799 curpos += len(item)