tag
line
file
source code
max_hwif
2583
drivers/block/ide.c
const char max_hwif = '0' + (MAX_HWIFS - 1);
max_hwif
2637
drivers/block/ide.c
if (s[0] == 'i' && s[1] == 'd' && s[2] == 'e' && s[3] >= '0' && s[3] <= max_hwif) {