| tag | line | file | source code |
|---|---|---|---|
| max_count | 1322 | drivers/block/aztcd.c | { long int count, max_count; |
| max_count | 1404 | drivers/block/aztcd.c | if (count>30) max_count=30; /*print max.30 chars of the version string*/ |
| max_count | 1405 | drivers/block/aztcd.c | else max_count=count; |
| max_count | 1407 | drivers/block/aztcd.c | for (count=1;count<max_count;count++) printk("%c",result[count]); |