Home
last modified time | relevance | path

Searched refs:tmp_bp (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/nvi/common/
HDmem.h70 BINC_GOTOC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
71 bp = (type *) L__gp->tmp_bp; \
88 BINC_RETC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
89 bp = (type *) L__gp->tmp_bp; \
106 if (L__gp == NULL || bp == (type *)L__gp->tmp_bp) { \
108 BINC_GOTOC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
109 bp = (type *) L__gp->tmp_bp; \
122 if (L__gp == NULL || bp == (type *)L__gp->tmp_bp) { \
124 BINC_RETC(sp, L__gp->tmp_bp, L__gp->tmp_blen, nlen); \
125 bp = (type *) L__gp->tmp_bp; \
[all …]
HDmain.c502 if (gp->tmp_bp != NULL)
503 free(gp->tmp_bp);
HDgs.h82 char *tmp_bp; /* Temporary buffer. */ member
/NextBSD/sys/gnu/fs/reiserfs/
HDreiserfs_stree.c495 struct buf *p_s_bp, *tmp_bp; in search_by_key() local
530 p_s_sbi->s_blocksize, NOCRED, &tmp_bp)) != 0) { in search_by_key()
537 (intmax_t)tmp_bp->b_blkno, (intmax_t)tmp_bp->b_lblkno); in search_by_key()
549 brelse(tmp_bp); in search_by_key()
553 bcopy(tmp_bp, p_s_bp, sizeof(struct buf)); in search_by_key()
563 brelse(tmp_bp); in search_by_key()
567 bcopy(tmp_bp->b_data, p_s_bp->b_data, p_s_sbi->s_blocksize); in search_by_key()
568 brelse(tmp_bp); in search_by_key()
569 tmp_bp = NULL; in search_by_key()