Home
last modified time | relevance | path

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

/external/mtools/
Dconfig.c47 static unsigned int cur_devs; /* current number of defined devices */ variable
411 for(j=0, i=0; i < cur_devs; i++) { in purge()
416 cur_devs = j; in purge()
421 if(cur_devs >= nr_dev - 2) { in grow()
422 nr_dev = (cur_devs + 2) << 1; in grow()
443 for(i=cur_devs; i>0; i--) in prepend()
446 cur_devs++; in prepend()
455 cur_dev = cur_devs; in append()
456 cur_devs++; in append()
805 cur_devs = nr_const_devices; in read_config()
[all …]