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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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.h605 BIO **bio2, size_t writebuf2);
606 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
607 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbio.c1041 mempool_free(bp, bp->bio2.bi_private);
1061 struct bio_pair *bp = container_of(bi, struct bio_pair, bio2);
1092 bp->bio2 = *bi;
1093 bp->bio2.bi_sector += first_sectors;
1094 bp->bio2.bi_size -= first_sectors << 9;
1104 bp->bio2.bi_io_vec = &bp->bv2;
1107 bp->bio2.bi_max_vecs = 1;
1110 bp->bio2.bi_end_io = bio_pair_end_2;
1113 bp->bio2.bi_private = pool;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dlinear.c370 if (linear_make_request(q, &bp->bio2))
371 generic_make_request(&bp->bio2);
H A Draid10.c808 if (make_request(q, &bp->bio2))
809 generic_make_request(&bp->bio2);
1922 struct bio *bio2; local
1924 for (bio2 = biolist; bio2 && bio2 != bio; bio2 = bio2->bi_next) {
1926 bio2->bi_vcnt--;
1927 bio2
[all...]
H A Draid0.c448 if (raid0_make_request(q, &bp->bio2))
449 generic_make_request(&bp->bio2);
H A Dmd.c409 struct bio *bio2 = bio->bi_private; local
410 mdk_rdev_t *rdev = bio2->bi_private;
422 bio2->bi_next = mddev->biolist;
423 mddev->biolist = bio2;
429 bio_put(bio2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbio.h266 * in bio2.bi_private
269 struct bio bio1, bio2; member in struct:bio_pair
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbio.h605 BIO **bio2, size_t writebuf2);
606 /* If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
607 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dpktcdvd.c2490 pkt_make_request(q, &bp->bio2);

Completed in 135 milliseconds