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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c103 static int bio_make_pair(BIO *bio1, BIO *bio2);
559 * Or let BIO_free(bio1); BIO_free(bio2); do the job. */
704 static int bio_make_pair(BIO *bio1, BIO *bio2) argument
709 assert(bio2 != NULL);
712 b2 = bio2->ptr;
744 b1->peer = bio2;
752 bio2->init = 1;
792 BIO *bio1 = NULL, *bio2 = NULL; local
799 bio2 = BIO_new(BIO_s_bio());
800 if (bio2
[all...]
H A Dbio.h674 BIO **bio2, size_t writebuf2);
675 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
676 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c104 static int bio_make_pair(BIO *bio1, BIO *bio2);
538 * BIO_free(bio1); BIO_free(bio2); do the job.
682 static int bio_make_pair(BIO *bio1, BIO *bio2) argument
687 assert(bio2 != NULL);
690 b2 = bio2->ptr;
717 b1->peer = bio2;
725 bio2->init = 1;
762 BIO *bio1 = NULL, *bio2 = NULL; local
769 bio2 = BIO_new(BIO_s_bio());
770 if (bio2
[all...]
H A Dbio.h776 BIO **bio2, size_t writebuf2);
778 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
779 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_bio.c104 static int bio_make_pair(BIO *bio1, BIO *bio2);
538 * BIO_free(bio1); BIO_free(bio2); do the job.
682 static int bio_make_pair(BIO *bio1, BIO *bio2) argument
687 assert(bio2 != NULL);
690 b2 = bio2->ptr;
717 b1->peer = bio2;
725 bio2->init = 1;
762 BIO *bio1 = NULL, *bio2 = NULL; local
769 bio2 = BIO_new(BIO_s_bio());
770 if (bio2
[all...]
H A Dbio.h776 BIO **bio2, size_t writebuf2);
778 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
779 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio.c1461 mempool_free(bp, bp->bio2.bi_private);
1478 struct bio_pair *bp = container_of(bi, struct bio_pair, bio2);
1504 bp->bio2 = *bi;
1505 bp->bio2.bi_sector += first_sectors;
1506 bp->bio2.bi_size -= first_sectors << 9;
1516 bp->bio2.bi_io_vec = &bp->bv2;
1519 bp->bio2.bi_max_vecs = 1;
1522 bp->bio2.bi_end_io = bio_pair_end_2;
1525 bp->bio2.bi_private = bio_split_pool;
H A Dbio-integrity.c707 bp->bio2.bi_integrity = &bp->bip2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dlinear.c337 if (linear_make_request(mddev, &bp->bio2))
338 generic_make_request(&bp->bio2);
H A Draid10.c839 if (make_request(mddev, &bp->bio2))
840 generic_make_request(&bp->bio2);
2102 struct bio *bio2; local
2104 for (bio2 = biolist; bio2 && bio2 != bio; bio2 = bio2->bi_next) {
2106 bio2->bi_vcnt--;
2107 bio2
[all...]
H A Draid0.c510 if (raid0_make_request(mddev, &bp->bio2))
511 generic_make_request(&bp->bio2);
H A Dmd.c708 struct bio *bio2 = bio->bi_private; local
709 mdk_rdev_t *rdev = bio2->bi_private;
719 bio2->bi_next = mddev->biolist;
720 mddev->biolist = bio2;
725 bio_put(bio2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h200 * in bio2.bi_private
203 struct bio bio1, bio2; member in struct:bio_pair
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbio.h674 BIO **bio2, size_t writebuf2);
675 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
676 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_req.c1057 while (drbd_make_request_common(mdev, &bp->bio2))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c2463 pkt_make_request(q, &bp->bio2);

Completed in 153 milliseconds