Searched refs:curpos (Results 1 – 2 of 2) sorted by relevance
131 uint64_t curpos, i, j; in diagCall64() local174 curpos = data + sizeof(real_ncpus); /* Point to the next in diagCall64()178 (void) copyout((char *) &durNap, curpos, 8); /* Copy out the time in diagCall64()180 …(void) copyout((char *) &cpu_data_ptr[i]->cpu_hwIntCnt, curpos + 8, 256 * sizeof(uint32_t)); /*… in diagCall64()183 curpos = curpos + (256 * sizeof(uint32_t) + 8); /* Point to next out put in diagCall64()268 curpos = regs->rsi + sizeof(pkes); in diagCall64()297 copyout(&cest, curpos, sizeof(cest)); in diagCall64()298 curpos += sizeof(cest); in diagCall64()
781 curpos = 0782 while curpos < file_len:783 item = KCData_item(data, curpos)785 curpos += len(item)