Searched refs:bio_st (Results 1 – 3 of 3) sorted by relevance
115 struct bio_st { struct130 struct bio_st *next_bio; /* used by filter BIOs */ argument131 struct bio_st *prev_bio; /* used by filter BIOs */ argument
86 typedef struct bio_st BIO;
412 long (*callback) (struct bio_st *, int, const char *, int, long, long) = NULL; in BIO_set_cipher()