Home
last modified time | relevance | path

Searched refs:nr_dev (Results 1 – 1 of 1) sorted by relevance

/external/mtools/
Dconfig.c50 static unsigned int nr_dev; /* number of devices that the current table can variable
421 if(cur_devs >= nr_dev - 2) { in grow()
422 nr_dev = (cur_devs + 2) << 1; in grow()
423 if(!(devices=Grow(devices, nr_dev, struct device))){ in grow()
806 nr_dev = nr_const_devices + 2; in read_config()
807 devices = NewArray(nr_dev, struct device); in read_config()