tag | line | file | source code |
---|---|---|---|
opt_buf | 599 | drivers/block/optcd.c | static char opt_buf[OPT_BLOCKSIZE*OPT_BUF_SIZ]; |
opt_buf | 645 | drivers/block/optcd.c | memcpy(CURRENT -> buffer, opt_buf + offs, nr_sectors * 512); |
opt_buf | 845 | drivers/block/optcd.c | optReadData(opt_buf+OPT_BLOCKSIZE*opt_buf_in, OPT_BLOCKSIZE); |