Searched refs:bio (Results 51 - 75 of 479) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/raid/
H A Draid5.h140 struct bio req;
143 struct bio *toread, *towrite, *written;
230 struct bio *retry_read_aligned; /* currently retrying aligned bios */
231 struct bio *retry_read_aligned_list; /* aligned bios retry list */
H A Draid1.h75 * this is our 'private' RAID1 bio.
93 * original bio going to /dev/mdx
95 struct bio *master_bio;
107 struct bio *bios[0];
113 * correct the read error. To keep track of bad blocks on a per-bio
116 #define IO_BLOCKED ((struct bio*)1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_cb.c232 long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, const char *argp, int argi, argument
237 out=(BIO *)BIO_get_callback_arg(bio);
243 bio,argp,argi,ret,ret);
250 bio,argp,argi,ret,ret);
295 BIO *bio = arg; local
526 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);
532 BIO_printf(bio, " ");
541 BIO_printf(bio, "\n ");
542 BIO_printf(bio, " %02x", ((unsigned char*)buf)[i]);
545 BIO_printf(bio, "
[all...]
H A Ds_client.c945 static void print_stuff(BIO *bio, SSL *s, int full) argument
966 BIO_printf(bio,"---\nCertificate chain\n");
971 BIO_printf(bio,"%2d s:%s\n",i,buf);
974 BIO_printf(bio," i:%s\n",buf);
976 PEM_write_bio_X509(bio,sk_X509_value(sk,i));
980 BIO_printf(bio,"---\n");
984 BIO_printf(bio,"Server certificate\n");
986 PEM_write_bio_X509(bio,peer);
989 BIO_printf(bio,"subject=%s\n",buf);
992 BIO_printf(bio,"issue
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_cb.c260 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp, argument
265 out=(BIO *)BIO_get_callback_arg(bio);
271 (void *)bio,argp,argi,ret,ret);
278 (void *)bio,argp,argi,ret,ret);
323 BIO *bio = arg; local
554 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);
560 BIO_printf(bio, " ");
569 BIO_printf(bio, "\n ");
570 BIO_printf(bio, " %02x", ((const unsigned char*)buf)[i]);
573 BIO_printf(bio, "
[all...]
H A Ds_client.c1177 static void print_stuff(BIO *bio, SSL *s, int full) argument
1201 BIO_printf(bio,"---\nCertificate chain\n");
1206 BIO_printf(bio,"%2d s:%s\n",i,buf);
1209 BIO_printf(bio," i:%s\n",buf);
1211 PEM_write_bio_X509(bio,sk_X509_value(sk,i));
1215 BIO_printf(bio,"---\n");
1219 BIO_printf(bio,"Server certificate\n");
1221 PEM_write_bio_X509(bio,peer);
1224 BIO_printf(bio,"subject=%s\n",buf);
1227 BIO_printf(bio,"issue
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_metapage.c22 #include <linux/bio.h>
283 static int metapage_read_end_io(struct bio *bio, unsigned int bytes_done, argument
286 struct page *page = bio->bi_private;
288 if (bio->bi_size)
291 if (!test_bit(BIO_UPTODATE, &bio->bi_flags)) {
297 bio_put(bio);
344 static int metapage_write_end_io(struct bio *bio, unsigned int bytes_done, argument
347 struct page *page = bio
365 struct bio *bio = NULL; local
487 struct bio *bio = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_acpt.c1 /* crypto/bio/bss_acpt.c */
65 #include <openssl/bio.h>
168 static void acpt_close_socket(BIO *bio) argument
172 c=(BIO_ACCEPT *)bio->ptr;
178 bio->num=INVALID_SOCKET;
202 BIO *bio=NULL,*dbio; local
253 bio=BIO_new_socket(i,BIO_CLOSE);
254 if (bio == NULL) goto err;
256 BIO_set_callback(bio,BIO_get_callback(b));
257 BIO_set_callback_arg(bio,BIO_get_callback_ar
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_acpt.c1 /* crypto/bio/bss_acpt.c */
63 #include <openssl/bio.h>
168 static void acpt_close_socket(BIO *bio) argument
172 c=(BIO_ACCEPT *)bio->ptr;
178 bio->num=INVALID_SOCKET;
202 BIO *bio=NULL,*dbio; local
253 bio=BIO_new_socket(i,BIO_CLOSE);
254 if (bio == NULL) goto err;
256 BIO_set_callback(bio,BIO_get_callback(b));
257 BIO_set_callback_arg(bio,BIO_get_callback_ar
[all...]
H A Dbio_lcl.h1 #include <openssl/bio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid0.c264 * raid0_mergeable_bvec -- tell bio layer if a two requests can be merged
266 * @bio: the buffer head that's been built up so far
271 static int raid0_mergeable_bvec(request_queue_t *q, struct bio *bio, struct bio_vec *biovec) argument
274 sector_t sector = bio->bi_sector + get_start_sect(bio->bi_bdev);
277 unsigned int bio_sectors = bio->bi_size >> 9;
411 static int raid0_make_request (request_queue_t *q, struct bio *bio) argument
420 const int rw = bio_data_dir(bio);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoedev.c111 struct bio *bio; local
119 bio = buf->bio;
122 bio_endio(bio, bio->bi_size, -EIO);
131 bio = buf->bio;
133 bio_endio(bio, bio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_doit.c141 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio) argument
292 if (bio == NULL)
295 bio=BIO_new(BIO_s_null());
297 bio = BIO_new_mem_buf(os->data, os->length);
298 if(bio == NULL)
300 bio=BIO_new(BIO_s_mem());
301 if (bio == NULL)
303 BIO_set_mem_eof_return(bio,0);
306 BIO_push(out,bio);
307 bio
335 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio=NULL; local
574 PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid) argument
597 PKCS7_dataFinal(PKCS7 *p7, BIO *bio) argument
814 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
868 PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dbuffer.c179 void buffer_from_BIO(buffer_t *buf, BIO *bio) argument
182 if(!bio || buffer_full(buf))
184 ret = BIO_read(bio, buf->data + buf->used, buffer_unused(buf));
191 void buffer_to_BIO(buffer_t *buf, BIO *bio) argument
194 if(!bio || buffer_empty(buf))
196 ret = BIO_write(bio, buf->data, buf->used);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbuffer.c179 void buffer_from_BIO(buffer_t *buf, BIO *bio) argument
182 if(!bio || buffer_full(buf))
184 ret = BIO_read(bio, buf->data + buf->used, buffer_unused(buf));
191 void buffer_to_BIO(buffer_t *buf, BIO *bio) argument
194 if(!bio || buffer_empty(buf))
196 ret = BIO_write(bio, buf->data, buf->used);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcacertinmem.c47 BIO * bio; local
91 bio=BIO_new_mem_buf(mypem, -1);
95 PEM_read_bio_X509(bio, &cert, 0, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Drd.c48 #include <linux/bio.h>
267 static int rd_make_request(request_queue_t *q, struct bio *bio) argument
269 struct block_device *bdev = bio->bi_bdev;
271 sector_t sector = bio->bi_sector;
272 unsigned long len = bio->bi_size >> 9;
273 int rw = bio_data_dir(bio);
283 bio_for_each_segment(bvec, bio, i) {
290 bio_endio(bio, bio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dcryptlib.h69 #include <openssl/bio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.h74 #include <openssl/bio.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c124 * release holds on the inode and bio, and finally free
320 struct bio *bio,
324 xfs_ioend_t *ioend = bio->bi_private;
326 if (bio->bi_size)
329 ASSERT(atomic_read(&bio->bi_cnt) >= 1);
330 ioend->io_error = test_bit(BIO_UPTODATE, &bio->bi_flags) ? 0 : error;
332 /* Toss bio and pass work off to an xfsdatad thread */
333 bio->bi_private = NULL;
334 bio
319 xfs_end_bio( struct bio *bio, unsigned int bytes_done, int error) argument
342 xfs_submit_ioend_bio( xfs_ioend_t *ioend, struct bio *bio) argument
360 struct bio *bio; local
408 bio_add_buffer(struct bio *bio, struct buffer_head *bh) argument
437 struct bio *bio; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dblkdev.h14 #include <linux/bio.h>
238 /* Maintain bio traversal state for part by part I/O submission.
252 struct bio *bio; member in struct:request
253 struct bio *biotail;
335 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
340 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
612 extern void blk_queue_bounce(request_queue_t *q, struct bio **bio);
618 blk_queue_bounce(request_queue_t *q, struct bio **bio) argument
[all...]
H A Dloop.h17 #include <linux/bio.h>
59 struct bio *lo_bio;
60 struct bio *lo_biotail;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c104 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio) argument
260 if (bio == NULL)
263 bio=BIO_new(BIO_s_null());
272 bio = BIO_new_mem_buf(os->data,
275 if(bio == NULL)
277 bio=BIO_new(BIO_s_mem());
278 BIO_set_mem_eof_return(bio,0);
282 BIO_push(out,bio);
283 bio=NULL;
300 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio local
507 PKCS7_dataFinal(PKCS7 *p7, BIO *bio) argument
704 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
758 PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_lib.c10 #include <linux/bio.h>
257 static int scsi_merge_bio(struct request *rq, struct bio *bio) argument
261 bio->bi_flags &= ~(1 << BIO_SEG_VALID);
263 bio->bi_rw |= (1 << BIO_RW);
264 blk_queue_bounce(q, &bio);
266 if (!rq->bio)
267 blk_rq_bio_prep(q, rq, bio);
268 else if (!ll_back_merge_fn(q, rq, bio))
271 rq->biotail->bi_next = bio;
278 scsi_bi_endio(struct bio *bio, unsigned int bytes_done, int error) argument
306 struct bio *bio = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddcssblk.c37 static int dcssblk_make_request(struct request_queue *q, struct bio *bio);
624 dcssblk_make_request(request_queue_t *q, struct bio *bio) argument
635 dev_info = bio->bi_bdev->bd_disk->private_data;
638 if ((bio->bi_sector & 7) != 0 || (bio->bi_size & 4095) != 0)
641 if (((bio->bi_size >> 9) + bio->bi_sector)
642 > get_capacity(bio
[all...]

Completed in 565 milliseconds

1234567891011>>