HomeSort by: relevance | last modified time | path
    Searched defs:bio_mapping (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
bio.c 53 struct bio_mapping { struct
54 LIST_ENTRY(bio_mapping) bm_link;
59 static LIST_HEAD(, bio_mapping) bios = LIST_HEAD_INITIALIZER(bios);
69 static struct bio_mapping *bio_lookup(char *);
206 struct bio_mapping *bm;
223 struct bio_mapping *bm, *next;
237 static struct bio_mapping *
240 struct bio_mapping *bm;
256 struct bio_mapping *bm;
268 struct bio_mapping *bm = cookie
    [all...]
bio.c 53 struct bio_mapping { struct
54 LIST_ENTRY(bio_mapping) bm_link;
59 static LIST_HEAD(, bio_mapping) bios = LIST_HEAD_INITIALIZER(bios);
69 static struct bio_mapping *bio_lookup(char *);
206 struct bio_mapping *bm;
223 struct bio_mapping *bm, *next;
237 static struct bio_mapping *
240 struct bio_mapping *bm;
256 struct bio_mapping *bm;
268 struct bio_mapping *bm = cookie
    [all...]

Completed in 66 milliseconds