tag | line | file | source code |
---|---|---|---|
opt_state_old | 666 | drivers/block/optcd.c | static volatile enum opt_state_e opt_state_old = OPT_S_STOP; |
opt_state_old | 710 | drivers/block/optcd.c | if (opt_state == opt_state_old) |
opt_state_old | 713 | drivers/block/optcd.c | opt_state_old = opt_state; |