Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dst.c159 static ST_buffer *new_tape_buffer(int, int, int);
973 STp->buffer = new_tape_buffer(FALSE, need_dma_buffer, TRUE); in st_open()
3405 new_tape_buffer(int from_initialization, int need_dma, int in_use) in new_tape_buffer() function
3960 if (!new_tape_buffer(TRUE, TRUE, FALSE)) { in st_attach()
Dosst.c150 static OSST_buffer *new_tape_buffer(int, int);
4325 STp->buffer = new_tape_buffer(FALSE, need_dma_buffer); in os_scsi_tape_open()
5119 static OSST_buffer * new_tape_buffer( int from_initialization, int need_dma ) in new_tape_buffer() function
5642 if (!new_tape_buffer(TRUE, TRUE)) in osst_attach()