tag
line
file
source code
state_old
1068
drivers/cdrom/optcd.c
static volatile enum state_e state_old = S_STOP;
state_old
1109
drivers/cdrom/optcd.c
if (state == state_old)
state_old
1112
drivers/cdrom/optcd.c
state_old = state;