Searched refs:bio1 (Results 1 - 15 of 15) 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
708 assert(bio1 != NULL);
711 b1 = bio1->ptr;
747 b2->peer = bio1;
751 bio1->init = 1;
792 BIO *bio1 = NULL, *bio2 = NULL; local
796 bio1 = BIO_new(BIO_s_bio());
797 if (bio1
[all...]
H A Dbio.h673 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
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
686 assert(bio1 != NULL);
689 b1 = bio1->ptr;
720 b2->peer = bio1;
724 bio1->init = 1;
762 BIO *bio1 = NULL, *bio2 = NULL; local
766 bio1 = BIO_new(BIO_s_bio());
767 if (bio1
[all...]
H A Dbio.h775 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
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
686 assert(bio1 != NULL);
689 b1 = bio1->ptr;
720 b2->peer = bio1;
724 bio1->init = 1;
762 BIO *bio1 = NULL, *bio2 = NULL; local
766 bio1 = BIO_new(BIO_s_bio());
767 if (bio1
[all...]
H A Dbio.h775 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
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/drivers/md/
H A Dlinear.c335 if (linear_make_request(mddev, &bp->bio1))
336 generic_make_request(&bp->bio1);
H A Draid0.c508 if (raid0_make_request(mddev, &bp->bio1))
509 generic_make_request(&bp->bio1);
H A Draid10.c837 if (make_request(mddev, &bp->bio1))
838 generic_make_request(&bp->bio1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio.c1458 struct bio *master = bp->bio1.bi_private;
1468 struct bio_pair *bp = container_of(bi, struct bio_pair, bio1);
1503 bp->bio1 = *bi;
1507 bp->bio1.bi_size = first_sectors << 9;
1515 bp->bio1.bi_io_vec = &bp->bv1;
1518 bp->bio1.bi_max_vecs = 1;
1521 bp->bio1.bi_end_io = bio_pair_end_1;
1524 bp->bio1.bi_private = bi;
H A Dbio-integrity.c706 bp->bio1.bi_integrity = &bp->bip1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h198 * The address of the master bio is stored in bio1.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.h673 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
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.c1054 while (drbd_make_request_common(mdev, &bp->bio1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c2462 pkt_make_request(q, &bp->bio1);

Completed in 427 milliseconds