Searched refs:dtab (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/SETUP/config/
H A Dexterns.c55 struct device *dtab; variable in typeref:struct:device
H A Dmkioconf.c85 for (dp = dtab; dp != 0; dp = dp->d_next) {
91 for (dp = dtab; dp != 0; dp = dp->d_next) {
H A Dconfig.h139 extern struct device *dtab;
H A Dmain.c128 dtab = NULL;
H A Dmkheaders.c90 for (count = 0,dp = dtab; dp != 0; dp = dp->d_next)
H A Dparser.y268 dtab = np;
H A Dmkmakefile.c407 for (dp = dtab; dp != 0; dp = dp->d_next) {

Completed in 26 milliseconds