Lines Matching defs:next
959 * record, and the current block must have the beginning of next
960 * record (which can overlap on next blocks).
991 /* a null value means there is no full record in next block */
1216 for (action=firstaction; action; action=action->next) {
2307 action->next = ctx->firstaction;
2354 action = ctx->firstaction->next;
2446 * Returns the position of first action in next block. If this is
2487 " size %d (next at 0x%x)\n",
2504 u32 next;
2554 "0x%x size %u (next at 0x%x)\n",
2567 /* next and skip are only for displaying */
2568 next = (size - space) % nextspace
2570 if ((blocksz - next) < LOG_RECORD_HEAD_SZ)
2571 next = blkheadsz;
2572 if (next == blkheadsz)
2577 (long)(blk + skip + 1),next);
2579 if (firstrecord(skip,buf,buf) != next)
2580 printf("** Error next != firstrecord"
2597 /* blocks 2, 3 and the last one have no next block */
2606 * Returns the position of first action in next block. If this is
2674 " 0x%x size %d (next"
3396 " size %d (next at 0x%x)\n",
3558 " size %d (next at 0x%x)\n",
3681 action = ctx->firstaction->next;
3881 /* next block is needed to process the current one */