Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/i386/
H A DDiagnostics.c128 uint64_t curpos, i, j; in diagCall64() local
171 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()
/xnu-12377.61.12/tools/lldbmacros/
H A Dkcdata.py796 curpos = 0
797 while curpos < file_len:
798 item = KCData_item(data, curpos)
800 curpos += len(item)