Searched refs:bio1 (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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
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.h604 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbio.c1038 struct bio *master = bp->bio1.bi_private;
1047 struct bio_pair *bp = container_of(bi, struct bio_pair, bio1);
1091 bp->bio1 = *bi;
1095 bp->bio1.bi_size = first_sectors << 9;
1103 bp->bio1.bi_io_vec = &bp->bv1;
1106 bp->bio1.bi_max_vecs = 1;
1109 bp->bio1.bi_end_io = bio_pair_end_1;
1112 bp->bio1.bi_private = bi;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Dlinear.c368 if (linear_make_request(q, &bp->bio1))
369 generic_make_request(&bp->bio1);
H A Draid0.c446 if (raid0_make_request(q, &bp->bio1))
447 generic_make_request(&bp->bio1);
H A Draid10.c806 if (make_request(q, &bp->bio1))
807 generic_make_request(&bp->bio1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dbio.h264 * The address of the master bio is stored in bio1.bi_private
269 struct bio bio1, bio2; member in struct:bio_pair
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbio.h604 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dpktcdvd.c2489 pkt_make_request(q, &bp->bio1);

Completed in 236 milliseconds