HomeSort by relevance Sort by last modified time
    Searched refs:bio (Results 26 - 50 of 190) sorted by null

12 3 4 5 6 7 8

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elevator.h 16 struct bio *);
28 typedef int (elevator_may_queue_fn) (request_queue_t *, int, struct bio *);
30 typedef int (elevator_set_req_fn) (request_queue_t *, struct request *, struct bio *, gfp_t);
blkdev.h 24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elevator.h 16 struct bio *);
28 typedef int (elevator_may_queue_fn) (request_queue_t *, int, struct bio *);
30 typedef int (elevator_set_req_fn) (request_queue_t *, struct request *, struct bio *, gfp_t);
blkdev.h 24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elevator.h 16 struct bio *);
28 typedef int (elevator_may_queue_fn) (request_queue_t *, int, struct bio *);
30 typedef int (elevator_set_req_fn) (request_queue_t *, struct request *, struct bio *, gfp_t);
blkdev.h 24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elevator.h 16 struct bio *);
28 typedef int (elevator_may_queue_fn) (request_queue_t *, int, struct bio *);
30 typedef int (elevator_set_req_fn) (request_queue_t *, struct request *, struct bio *, gfp_t);
blkdev.h 24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elevator.h 16 struct bio *);
28 typedef int (elevator_may_queue_fn) (request_queue_t *, int, struct bio *);
30 typedef int (elevator_set_req_fn) (request_queue_t *, struct request *, struct bio *, gfp_t);
blkdev.h 24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next
    [all...]
  /external/openssl/apps/
s_cb.c 281 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
284 BIO *out;
286 out=(BIO *)BIO_get_callback_arg(bio);
292 (void *)bio,argp,(unsigned long)argi,ret,ret);
299 (void *)bio,argp,(unsigned long)argi,ret,ret);
344 BIO *bio = arg; local
602 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, s (…)
631 BIO *bio = arg; local
    [all...]
s_client.c 207 static void print_stuff(BIO *berr,SSL *con,int full);
211 static BIO *bio_c_out=NULL;
354 BIO * biodebug;
414 BIO *sbio;
936 BIO *stmp = BIO_new_file(sess_in, "r");
1043 BIO *test;
1109 BIO_gets() which does need a buffering BIO. So during
1110 the initial chitchat we do push a buffering BIO into the
1116 BIO *fbio = BIO_new(BIO_f_buffer());
    [all...]
  /external/openssl/crypto/
cryptlib.h 74 #include <openssl/bio.h>
Android.mk 114 bio/b_dump.c \
115 bio/b_print.c \
116 bio/b_sock.c \
117 bio/bf_buff.c \
118 bio/bf_nbio.c \
119 bio/bf_null.c \
120 bio/bio_cb.c \
121 bio/bio_err.c \
122 bio/bio_lib.c \
123 bio/bss_acpt.c
    [all...]
  /bionic/libc/kernel/common/linux/
blkdev.h 24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next
    [all...]
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next
    [all...]
  /external/kernel-headers/original/linux/
blkdev.h 13 #include <linux/bio.h>
134 /* Maintain bio traversal state for part by part I/O submission.
148 struct bio *bio; member in struct:request
149 struct bio *biotail;
286 struct bio *);
290 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
295 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
574 extern void blk_queue_bounce(request_queue_t *q, struct bio **bio)
    [all...]
loop.h 17 #include <linux/bio.h>
59 struct bio *lo_bio;
60 struct bio *lo_biotail;
  /external/openssl/patches/
crypto_Android.mk 114 bio/b_dump.c \
115 bio/b_print.c \
116 bio/b_sock.c \
117 bio/bf_buff.c \
118 bio/bf_nbio.c \
119 bio/bf_null.c \
120 bio/bio_cb.c \
121 bio/bio_err.c \
122 bio/bio_lib.c \
123 bio/bss_acpt.c
    [all...]
  /external/openssl/crypto/bio/
bio_lcl.h 1 #include <openssl/bio.h>
bss_conn.c 1 /* crypto/bio/bss_conn.c */
63 #include <openssl/bio.h>
92 /* int socket; this will be kept in bio->num so that it is
93 * compatible with the bss_sock bio */
96 * callback(BIO,state,ret); The callback should return
98 int (*info_callback)(const BIO *bio,int state,int ret);
101 static int conn_write(BIO *h, const char *buf, int num);
102 static int conn_read(BIO *h, char *buf, int size);
103 static int conn_puts(BIO *h, const char *str)
    [all...]
  /external/kernel-headers/original/linux/raid/
md.h 43 #include <linux/bio.h>
81 extern void md_write_start(mddev_t *mddev, struct bio *bi);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 54 static BIO *BIO_from_keystore(const char *key)
56 BIO *bio = NULL; local
59 if (length != -1 && (bio = BIO_new(BIO_s_mem())) != NULL) {
60 BIO_write(bio, value, length);
62 return bio;
70 BIO *ssl_in, *ssl_out;
895 "Failed to create a new BIO for ssl_in");
904 "Failed to create a new BIO for ssl_out");
1145 BIO *bio = BIO_from_keystore(&ca_cert[11]) local
1342 BIO *bio = BIO_from_keystore(&client_cert[11]); local
1753 BIO *bio = BIO_from_keystore(&private_key[11]); local
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 440 static BIO *BIO_from_keystore(char *key)
442 BIO *bio = NULL; local
445 if (length != -1 && (bio = BIO_new(BIO_s_mem())) != NULL) {
446 BIO_write(bio, value, length);
448 return bio;
497 BIO *bio = BIO_from_keystore(CAfile); local
502 if (!bio) {
505 stack = PEM_X509_INFO_read_bio(bio, NULL, NULL, NULL)
797 BIO *bio = NULL; local
859 BIO *bio; local
896 BIO *bio = BIO_from_keystore(path); local
1002 BIO *bio = BIO_from_keystore(path); local
2568 BIO *bio=NULL, *b64=NULL; local
2605 BIO *bio=NULL, *b64=NULL; local
    [all...]

Completed in 493 milliseconds

12 3 4 5 6 7 8