tag | line | file | source code |
OPT_BLOCKSIZE | 599 | drivers/block/optcd.c | static char opt_buf[OPT_BLOCKSIZE*OPT_BUF_SIZ]; |
OPT_BLOCKSIZE | 845 | drivers/block/optcd.c | optReadData(opt_buf+OPT_BLOCKSIZE*opt_buf_in, OPT_BLOCKSIZE); |
OPT_BLOCKSIZE | 1202 | drivers/block/optcd.c | char buf[OPT_BLOCKSIZE]; |
OPT_BLOCKSIZE | 1206 | drivers/block/optcd.c | if ((st = verify_area(VERIFY_WRITE,(void *)arg,OPT_BLOCKSIZE))) |
OPT_BLOCKSIZE | 1220 | drivers/block/optcd.c | optReadData(buf, OPT_BLOCKSIZE); |
OPT_BLOCKSIZE | 1221 | drivers/block/optcd.c | memcpy_tofs((void *) arg, &buf, OPT_BLOCKSIZE); |