tag | line | file | source code |
---|---|---|---|
MAX_CHRDEV | 29 | fs/devices.c | static struct device_struct chrdevs[MAX_CHRDEV] = { |
MAX_CHRDEV | 43 | fs/devices.c | for (i = 0; i < MAX_CHRDEV ; i++) { |
MAX_CHRDEV | 102 | fs/devices.c | return get_fops (major,MAX_CHRDEV,"char-major-%d",chrdevs); |
MAX_CHRDEV | 108 | fs/devices.c | for (major = MAX_CHRDEV-1; major > 0; major--) { |
MAX_CHRDEV | 117 | fs/devices.c | if (major >= MAX_CHRDEV) |
MAX_CHRDEV | 149 | fs/devices.c | if (major >= MAX_CHRDEV) |