Lines Matching refs:Stream_t
55 Stream_t *Next;
56 Stream_t *Buffer;
307 static int floppyd_io(Stream_t *Stream, char *buf, mt_off_t where, size_t len, in floppyd_io()
340 static int floppyd_read(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in floppyd_read()
345 static int floppyd_write(Stream_t *Stream, char *buf, mt_off_t where, size_t len) in floppyd_write()
350 static int floppyd_flush(Stream_t *Stream) in floppyd_flush()
374 static int floppyd_free(Stream_t *Stream) in floppyd_free()
404 static int floppyd_geom(Stream_t *Stream, struct device *dev, in floppyd_geom()
434 static int floppyd_data(Stream_t *Stream, time_t *date, mt_size_t *size, in floppyd_data()
581 Stream_t *FloppydOpen(struct device *dev, in FloppydOpen()
621 return (Stream_t *) This; in FloppydOpen()