taglinefilesource code
MAX_CHRDEV23fs/devices.cstatic struct device_struct chrdevs[MAX_CHRDEV] = {
MAX_CHRDEV37fs/devices.cfor (i = 0; i < MAX_CHRDEV ; i++) {
MAX_CHRDEV60fs/devices.cif (major >= MAX_CHRDEV)
MAX_CHRDEV68fs/devices.cfor (major = MAX_CHRDEV-1; major > 0; major--) {
MAX_CHRDEV77fs/devices.cif (major >= MAX_CHRDEV)
MAX_CHRDEV109fs/devices.cif (major >= MAX_CHRDEV)
MAX_CHRDEV227fs/devices.cif (i >= MAX_CHRDEV || !chrdevs[i].fops)