Searched refs:d_unit (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkioconf.c116 if (dp->d_unit == QUES || mp == 0 ||
121 dp->d_name, dp->d_unit);
126 dp->d_name, dp->d_unit);
131 dp->d_name, dp->d_unit);
136 dp->d_name, dp->d_unit);
140 dp->d_name, dp->d_unit, qu(mp->d_unit));
163 mp->d_name, qu(mp->d_unit));
165 dp->d_unit, qu(dp->d_slave));
185 fprintf(fp, "X%s%d()", ip->id, dp->d_unit);
[all...]
H A Dmkglue.c100 dp->d_unit);
120 dp->d_unit);
323 (fp, vd, dp->d_unit);
H A Dmkheaders.c92 if (dp->d_unit != -1 && eq(dp->d_name, dev)) {
118 if (dp->d_unit + 1 > count)
119 count = dp->d_unit + 1;
H A Dconfig.h130 int d_unit; /* unit number */ member in struct:device
H A Dparser.y631 cur.d_unit = $3;
655 dev_param(&cur, "index", cur.d_unit);
910 if ((num != dp->d_unit) || !eq(dev, dp->d_name))
955 if (eq(dev, dp->d_name) && dp->d_unit == -1)
964 dp->d_unit = QUES;
995 dp->d_slave = dp->d_drive = dp->d_unit = UNKNOWN;

Completed in 23 milliseconds