HomeSort by: relevance | last modified time | path
    Searched defs:lastframe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/arm/
db_trace.c 90 uint32_t *frame, *lastframe; local in function:db_stack_trace_print
161 lastframe = frame;
183 (*pr)("%p: ", lastframe);
235 if (frame <= lastframe) {
239 } else if (INKERNEL((int)lastframe)) {
248 if (frame <= lastframe) {
254 lastframe = frame;
  /src/sys/arch/x86/x86/
db_trace.c 111 long *frame, *lastframe; local in function:db_stack_trace_print
193 lastframe = NULL;
208 if (lastframe == NULL && sym == DB_SYM_NULL && callpc != 0) {
240 if (lastframe == NULL && offset == 0 && !have_addr) {
264 if (lastframe == NULL && offset == 0 && !have_addr) {
268 lastframe = (long *)fp;
276 lastframe = frame;
286 db_intrstack_p(lastframe)) {
290 if (frame < lastframe ||
291 (frame == lastframe && callpc == lastcallpc))
    [all...]
  /src/sys/dev/ic/
sl811hs.c 268 Frame lastframe; /* Previous frame number for intr */ member in struct:slhci_pipe
900 spipe->lastframe = t->frame;
902 spipe->frame = spipe->lastframe +
1042 spipe->lastframe = 0;
2083 spipe->lastframe = spipe->frame = t->frame + i;
2161 spipe->lastframe +=
2165 * interrupt rate by using lastframe
2168 spipe->frame = spipe->lastframe +

Completed in 18 milliseconds