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

/freebsd-10.1-release/crypto/openssl/crypto/objects/
H A Dobjxref.pl50 my$bp1 = $oid_tbl{$xref_tbl{$b}[0]};
51 return $ap1 - $bp1 if ($ap1 != $bp1);
/freebsd-10.1-release/contrib/nvi/common/
H A Dconv.c56 CHAR_T **tostr = &cw->bp1.wc;
65 *dst = cw->bp1.wc;
107 CHAR_T **tostr = &cw->bp1.wc;
147 *dst = cw->bp1.wc;
182 char **tostr = &cw->bp1.c;
191 *dst = cw->bp1.c;
201 char **tostr = &cw->bp1.c;
225 char *obp = cw->bp1.c + offset; \
228 BINC_RETC(NULL, cw->bp1.c, cw->blen1, nlen); \
281 *pdst = cw->bp1
[all...]
H A Dconv.h41 } bp1; member in struct:_conv_win
/freebsd-10.1-release/contrib/libreadline/
H A Dhistfile.c309 char *buffer, *filename, *bp, *bp1; /* bp1 == bp+1 */ local
372 LINES lines. bp1 is set funny initially. But since bp[1] can't
375 for (bp1 = bp = buffer + chars_read - 1; lines && bp > buffer; bp--)
377 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0)
379 bp1 = bp;
389 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0)
394 bp1 = bp;
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_da.c2558 struct bio *bp1; local
2578 bp1 = bp;
2580 bioq_remove(&softc->delete_queue, bp1);
2581 if (bp1 != bp)
2582 bioq_insert_tail(&softc->delete_run_queue, bp1);
2583 lba = bp1->bio_pblkno;
2584 count = bp1->bio_bcount / softc->params.secsize;
2620 bp1 = bioq_first(&softc->delete_queue);
2621 if (bp1 == NULL || ranges >= softc->unmap_max_ranges ||
2622 totalcount + bp1
2646 struct bio *bp1; local
2732 struct bio *bp1; local
2903 struct bio *bp, *bp1; local
[all...]
/freebsd-10.1-release/contrib/nvi/cl/
H A Dcl_screen.c567 if (clp->cw.bp1.c != NULL) {
568 free(clp->cw.bp1.c);
569 clp->cw.bp1.c = NULL;
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_init.c103 if (exp->ibcw.bp1.c != NULL)
104 free(exp->ibcw.bp1.c);
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.func.c74 const struct biltins *bp, *bp1, *bp2; local
115 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) {
118 bp = bp1 + ((bp2 - bp1) >> 1);
125 bp1 = bp + 1;
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h439 #define BP_EQUAL(bp1, bp2) \
440 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
441 (bp1)->blk_birth == (bp2)->blk_birth && \
442 DVA_EQUAL(&(bp1)->blk_dva[0], &(bp2)->blk_dva[0]) && \
443 DVA_EQUAL(&(bp1)->blk_dva[1], &(bp2)->blk_dva[1]) && \
444 DVA_EQUAL(&(bp1)->blk_dva[2], &(bp2)->blk_dva[2]))
/freebsd-10.1-release/sys/cam/ata/
H A Data_da.c1773 struct bio *bp1; local
1780 while ((bp1 = TAILQ_FIRST(&queue)) != NULL) {
1781 TAILQ_REMOVE(&queue, bp1, bio_queue);
1782 bp1->bio_error = error;
1784 bp1->bio_flags |= BIO_ERROR;
1785 bp1->bio_resid = bp1->bio_bcount;
1787 bp1->bio_resid = 0;
1788 biodone(bp1);
/freebsd-10.1-release/sys/fs/udf/
H A Dudf_vnops.c1299 struct buf *bp1; local
1350 bp1 = *bp;
1351 *data = (uint8_t *)&bp1->b_data[offset & udfmp->bmask];

Completed in 261 milliseconds