tag | line | file | source code |
OPT_BUF_SIZ | 599 | drivers/block/optcd.c | static char opt_buf[OPT_BLOCKSIZE*OPT_BUF_SIZ]; |
OPT_BUF_SIZ | 600 | drivers/block/optcd.c | static volatile int opt_buf_bn[OPT_BUF_SIZ], opt_next_bn; |
OPT_BUF_SIZ | 608 | drivers/block/optcd.c | for (i = 0; i < OPT_BUF_SIZ; i++) |
OPT_BUF_SIZ | 626 | drivers/block/optcd.c | for (i = 0; i < OPT_BUF_SIZ && opt_buf_bn[i] != bn; ++i); |
OPT_BUF_SIZ | 630 | drivers/block/optcd.c | if (i >= OPT_BUF_SIZ) { |
OPT_BUF_SIZ | 765 | drivers/block/optcd.c | opt_read_count = OPT_BUF_SIZ; |
OPT_BUF_SIZ | 860 | drivers/block/optcd.c | OPT_BUF_SIZ ? 0 : opt_buf_in + 1; |
OPT_BUF_SIZ | 875 | drivers/block/optcd.c | opt_next_bn + OPT_BUF_SIZ)) { |