Home
last modified time | relevance | path

Searched refs:curpos (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/osfmk/i386/
H A DDiagnostics.c131 uint64_t curpos, i, j; in diagCall64() local
174 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()
/xnu-8796.121.2/tools/lldbmacros/
H A Dkcdata.py781 curpos = 0
782 while curpos < file_len:
783 item = KCData_item(data, curpos)
785 curpos += len(item)