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

/freebsd-9.3-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-9.3-release/sys/cam/scsi/
H A Dscsi_da.c2571 struct bio *bp1; local
2591 bp1 = bp;
2593 bioq_remove(&softc->delete_queue, bp1);
2594 if (bp1 != bp)
2595 bioq_insert_tail(&softc->delete_run_queue, bp1);
2596 lba = bp1->bio_pblkno;
2597 count = bp1->bio_bcount / softc->params.secsize;
2633 bp1 = bioq_first(&softc->delete_queue);
2634 if (bp1 == NULL || ranges >= softc->unmap_max_ranges ||
2635 totalcount + bp1
2658 struct bio *bp1; local
2743 struct bio *bp1; local
2920 struct bio *bp, *bp1; local
[all...]
/freebsd-9.3-release/sys/cam/ata/
H A Data_da.c1432 struct bio *bp1; local
1439 bp1 = bp;
1441 uint64_t lba = bp1->bio_pblkno;
1442 int count = bp1->bio_bcount /
1445 bioq_remove(&softc->trim_queue, bp1);
1481 TAILQ_INSERT_TAIL(&req->bps, bp1, bio_queue);
1482 bp1 = bioq_first(&softc->trim_queue);
1483 if (bp1 == NULL ||
1484 bp1->bio_bcount / softc->params.secsize >
1773 struct bio *bp1; local
[all...]
/freebsd-9.3-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-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_leaf.c835 xfs_dabuf_t *bp1, *bp2; local
840 bp1 = bp2 = NULL;
844 error = xfs_da_read_buf(args->trans, args->dp, 0, -1, &bp1,
848 ASSERT(bp1 != NULL);
855 memcpy(bp2->data, bp1->data, XFS_LBSIZE(dp->i_mount));
856 xfs_da_buf_done(bp1);
857 bp1 = NULL;
863 error = xfs_da_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK);
866 node = bp1->data;
874 xfs_da_log_buf(args->trans, bp1,
2618 xfs_dabuf_t *bp1, *bp2; local
[all...]
H A Dxfs_dir_leaf.c709 xfs_dabuf_t *bp1, *bp2; local
718 retval = xfs_da_read_buf(args->trans, args->dp, 0, -1, &bp1,
722 ASSERT(bp1 != NULL);
726 xfs_da_buf_done(bp1);
730 memcpy(bp2->data, bp1->data, XFS_LBSIZE(dp->i_mount));
731 xfs_da_buf_done(bp1);
737 retval = xfs_da_node_create(args, 0, 1, &bp1, XFS_DATA_FORK);
742 node = bp1->data;
751 xfs_da_log_buf(args->trans, bp1,
753 xfs_da_buf_done(bp1);
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h322 #define BP_EQUAL(bp1, bp2) \
323 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
324 DVA_EQUAL(&(bp1)->blk_dva[0], &(bp2)->blk_dva[0]) && \
325 DVA_EQUAL(&(bp1)->blk_dva[1], &(bp2)->blk_dva[1]) && \
326 DVA_EQUAL(&(bp1)->blk_dva[2], &(bp2)->blk_dva[2]))
/freebsd-9.3-release/sys/fs/udf/
H A Dudf_vnops.c1300 struct buf *bp1; local
1351 bp1 = *bp;
1352 *data = (uint8_t *)&bp1->b_data[offset & udfmp->bmask];

Completed in 123 milliseconds