Home
last modified time | relevance | path

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

/xnu-10002.41.9/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()
269 curpos = regs->rsi + sizeof(pkes); in diagCall64()
298 copyout(&cest, curpos, sizeof(cest)); in diagCall64()
299 curpos += sizeof(cest); in diagCall64()
/xnu-10002.41.9/tools/lldbmacros/
H A Dkcdata.py783 curpos = 0
784 while curpos < file_len:
785 item = KCData_item(data, curpos)
787 curpos += len(item)