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

/freebsd-current/contrib/nvi/common/
H A Dlog.c654 log_trace(SCR *sp, char *msg, recno_t rno, u_char *p) argument
663 TRACE(sp, "%lu: %s: C_INIT: %u/%u\n", rno, msg, m.lno, m.cno);
667 TRACE(sp, "%lu: %s: C_END: %u/%u\n", rno, msg, m.lno, m.cno);
671 TRACE(sp, "%lu: %s: APPEND: %lu\n", rno, msg, lno);
675 TRACE(sp, "%lu: %s: INSERT: %lu\n", rno, msg, lno);
679 TRACE(sp, "%lu: %s: DELETE: %lu\n", rno, msg, lno);
683 TRACE(sp, "%lu: %s: RESET_F: %lu\n", rno, msg, lno);
687 TRACE(sp, "%lu: %s: RESET_B: %lu\n", rno, msg, lno);
692 "%lu: %s: MARK: %u/%u\n", rno, msg, lm.lno, lm.cno);

Completed in 117 milliseconds