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

/darwin-on-arm/xnu/osfmk/i386/
H A DDiagnostics.c124 uint64_t curpos, i, j; local
165 curpos = data + sizeof(real_ncpus); /* Point to the next
169 (void) copyout((char *) &durNap, curpos, 8); /* Copy out the time
171 (void) copyout((char *) &cpu_data_ptr[i]->cpu_hwIntCnt, curpos + 8, 256 * sizeof(uint32_t)); /* Copy out interrupt
174 curpos = curpos + (256 * sizeof(uint32_t) + 8); /* Point to next out put
253 curpos = regs->rsi + sizeof(pkes);
277 copyout(&cest, curpos, sizeof(cest));
278 curpos += sizeof(cest);

Completed in 81 milliseconds