HomeSort by relevance Sort by last modified time
    Searched refs:bio (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /external/kernel-headers/original/linux/
bio.h 27 /* Platforms may set this to teach the BIO layer about IOMMU hardware. */
64 struct bio;
65 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
66 typedef void (bio_destructor_t) (struct bio *);
72 struct bio { struct
74 struct bio *bi_next; /* request queue link */
84 /* Number of segments in this BIO after
99 * in this bio
117 * bio flags
124 #define BIO_BOUNCED 5 /* bio is a bounce bio *
    [all...]
elevator.h 5 struct bio *);
17 typedef int (elevator_may_queue_fn) (request_queue_t *, int, struct bio *);
19 typedef int (elevator_set_req_fn) (request_queue_t *, struct request *, struct bio *, gfp_t);
94 extern int elv_merge(request_queue_t *, struct request **, struct bio *);
106 extern int elv_may_queue(request_queue_t *, int, struct bio *);
108 extern int elv_set_request(request_queue_t *, struct request *, struct bio *, gfp_t);
125 extern int elv_rq_merge_ok(struct request *, struct bio *);
  /bionic/libc/kernel/common/linux/
bio.h 52 struct bio;
53 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
54 typedef void (bio_destructor_t) (struct bio *);
56 struct bio { struct
58 struct bio *bi_next;
95 #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
109 #define bio_prio(bio) ((bio)->bi_rw >> BIO_PRIO_SHIFT
    [all...]
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);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
bio.h 52 struct bio;
53 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
54 typedef void (bio_destructor_t) (struct bio *);
56 struct bio { struct
58 struct bio *bi_next;
95 #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
109 #define bio_prio(bio) ((bio)->bi_rw >> BIO_PRIO_SHIFT
    [all...]
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);
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
bio.h 52 struct bio;
53 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
54 typedef void (bio_destructor_t) (struct bio *);
56 struct bio { struct
58 struct bio *bi_next;
95 #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
109 #define bio_prio(bio) ((bio)->bi_rw >> BIO_PRIO_SHIFT
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
bio.h 52 struct bio;
53 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
54 typedef void (bio_destructor_t) (struct bio *);
56 struct bio { struct
58 struct bio *bi_next;
95 #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
109 #define bio_prio(bio) ((bio)->bi_rw >> BIO_PRIO_SHIFT
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
bio.h 52 struct bio;
53 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
54 typedef void (bio_destructor_t) (struct bio *);
56 struct bio { struct
58 struct bio *bi_next;
95 #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
109 #define bio_prio(bio) ((bio)->bi_rw >> BIO_PRIO_SHIFT
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
bio.h 52 struct bio;
53 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
54 typedef void (bio_destructor_t) (struct bio *);
56 struct bio { struct
58 struct bio *bi_next;
95 #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
109 #define bio_prio(bio) ((bio)->bi_rw >> BIO_PRIO_SHIFT
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
bio.h 52 struct bio;
53 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
54 typedef void (bio_destructor_t) (struct bio *);
56 struct bio { struct
58 struct bio *bi_next;
95 #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
109 #define bio_prio(bio) ((bio)->bi_rw >> BIO_PRIO_SHIFT
    [all...]
  /external/openssl/crypto/bio/
bio_cb.c 1 /* crypto/bio/bio_cb.c */
63 #include <openssl/bio.h>
66 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
69 BIO *b;
78 BIO_snprintf(buf,sizeof buf,"BIO[%08lX]:",(unsigned long)bio);
84 BIO_snprintf(p,p_maxlen,"Free - %s\n",bio->method->name);
87 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
89 bio->num,argi,bio->method->name,bio->num)
    [all...]
bio_lib.c 1 /* crypto/bio/bio_lib.c */
63 #include <openssl/bio.h>
66 BIO *BIO_new(BIO_METHOD *method)
68 BIO *ret=NULL;
70 ret=(BIO *)OPENSSL_malloc(sizeof(BIO));
84 int BIO_set(BIO *bio, BIO_METHOD *method)
86 bio->method=method;
87 bio->callback=NULL
524 BIO *ret=NULL,*eoc=NULL,*bio,*new; local
    [all...]
bss_bio.c 1 /* crypto/bio/bss_bio.c -*- Mode: C; c-file-style: "eay" -*- */
56 /* Special method for a BIO where the other endpoint is also a BIO
59 * Such "BIO pairs" are mainly for using the SSL library with I/O interfaces
60 * for which no specific BIO method is available.
82 #include <openssl/bio.h>
96 static int bio_new(BIO *bio);
97 static int bio_free(BIO *bio);
    [all...]
bss_acpt.c 1 /* crypto/bio/bss_acpt.c */
63 #include <openssl/bio.h>
92 BIO *bio_chain;
95 static int acpt_write(BIO *h, const char *buf, int num);
96 static int acpt_read(BIO *h, char *buf, int size);
97 static int acpt_puts(BIO *h, const char *str);
98 static long acpt_ctrl(BIO *h, int cmd, long arg1, void *arg2);
99 static int acpt_new(BIO *h);
100 static int acpt_free(BIO *data);
101 static int acpt_state(BIO *b, BIO_ACCEPT *c)
202 BIO *bio=NULL,*dbio; local
    [all...]
  /frameworks/base/cmds/servicemanager/
binder.h 103 void bio_init(struct binder_io *bio, void *data,
106 void bio_destroy(struct binder_io *bio);
108 void bio_put_obj(struct binder_io *bio, void *ptr);
109 void bio_put_ref(struct binder_io *bio, void *ptr);
110 void bio_put_uint32(struct binder_io *bio, uint32_t n);
111 void bio_put_string16(struct binder_io *bio, const uint16_t *str);
112 void bio_put_string16_x(struct binder_io *bio, const char *_str);
114 uint32_t bio_get_uint32(struct binder_io *bio);
115 uint16_t *bio_get_string16(struct binder_io *bio, uint32_t *sz);
116 void *bio_get_obj(struct binder_io *bio);
    [all...]
binder.c 194 int binder_parse(struct binder_state *bs, struct binder_io *bio,
247 if (bio) {
248 bio_init_from_txn(bio, txn);
249 bio = 0;
394 void bio_init_from_txn(struct binder_io *bio, struct binder_txn *txn)
396 bio->data = bio->data0 = txn->data;
397 bio->offs = bio->offs0 = txn->offs;
398 bio->data_avail = txn->data_size
    [all...]
  /external/openssl/crypto/asn1/
asn_mime.c 94 static STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio);
101 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
112 static int B64_write_ASN1(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
115 BIO *b64;
123 /* prepend the b64 BIO so all data is base64 encoded.
133 static ASN1_VALUE *b64_read_asn1(BIO *bio, const ASN1_ITEM *it
    [all...]
  /external/openssl/crypto/pem/
pem_x509.c 62 #include <openssl/bio.h>
pem_xaux.c 62 #include <openssl/bio.h>
  /external/openssl/crypto/pkcs7/
pk7_mime.c 64 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont)
66 return (PKCS7 *)SMIME_read_ASN1(bio, bcont, ASN1_ITEM_rptr(PKCS7));
71 static int pk7_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
75 BIO *tmpbio, *p7bio;
102 /* Now remove any digests prepended to the BIO */
115 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags
    [all...]
pk7_doit.c 105 static int PKCS7_bio_add_digest(BIO **pbio, X509_ALGOR *alg)
107 BIO *btmp;
141 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio)
144 BIO *out=NULL,*btmp=NULL;
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
335 BIO *out=NULL,*btmp=NULL,*etmp=NULL,*bio=NULL; local
    [all...]
  /external/openssl/apps/
s_cb.c 265 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
268 BIO *out;
270 out=(BIO *)BIO_get_callback_arg(bio);
276 (void *)bio,argp,argi,ret,ret);
283 (void *)bio,argp,argi,ret,ret);
328 BIO *bio = arg; local
571 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, s (…)
600 BIO *bio = arg; local
    [all...]
  /external/openssl/crypto/
Android.mk 116 bio/bio_lib.c \
117 bio/bio_cb.c \
118 bio/bio_err.c \
119 bio/bss_mem.c \
120 bio/bss_null.c \
121 bio/bss_fd.c \
122 bio/bss_file.c \
123 bio/bss_sock.c \
124 bio/bss_conn.c \
125 bio/bf_null.c
    [all...]
  /external/openssl/patches/
crypto_Android.mk 116 bio/bio_lib.c \
117 bio/bio_cb.c \
118 bio/bio_err.c \
119 bio/bss_mem.c \
120 bio/bss_null.c \
121 bio/bss_fd.c \
122 bio/bss_file.c \
123 bio/bss_sock.c \
124 bio/bss_conn.c \
125 bio/bf_null.c
    [all...]

Completed in 792 milliseconds

1 2 3 4 5 6 7 8 9