Home
last modified time | relevance | path

Searched refs:append_to_buffer (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dst.c163 static int append_to_buffer(const char *, ST_buffer *, int);
1393 i = append_to_buffer(b_point, STp->buffer, do_count); in st_write()
1507 i = append_to_buffer(b_point, STp->buffer, count); in st_write()
3591 static int append_to_buffer(const char *ubp, ST_buffer * st_bp, int do_count) in append_to_buffer() function
Dosst.c153 static int append_to_buffer(const char *, OSST_buffer *, int);
3359 i = append_to_buffer(b_point, STp->buffer, do_count); in osst_write()
3423 i = append_to_buffer(b_point, STp->buffer, count); in osst_write()
5308 static int append_to_buffer(const char *ubp, OSST_buffer *st_bp, int do_count) in append_to_buffer() function