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

/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkioconf.c134 if (dp->d_slave != UNKNOWN) {
165 dp->d_unit, qu(dp->d_slave));
222 if (dp->d_drive != UNKNOWN || dp->d_slave != UNKNOWN) {
265 if (dp->d_drive != UNKNOWN || dp->d_slave != UNKNOWN) {
290 if (dp->d_slave != UNKNOWN) {
436 if (dp->d_drive != UNKNOWN || dp->d_slave != UNKNOWN) {
479 if (dp->d_drive != UNKNOWN || dp->d_slave != UNKNOWN) {
501 if (dp->d_slave != UNKNOWN) {
565 count = dp->d_slave;
643 if (dp->d_drive != UNKNOWN || dp->d_slave !
[all...]
H A Dmkheaders.c104 dp->d_slave != UNKNOWN ? dp->d_slave : 1;
H A Dconfig.h132 int d_slave; /* slave number */ member in struct:device
H A Dparser.y601 cur.d_slave = $4;
613 cur.d_slave = $4;
690 cur.d_slave = $2;
993 dp->d_slave = dp->d_drive = dp->d_unit = UNKNOWN;
H A Dmkmakefile.c489 tdev.d_slave = 0;
502 tdev.d_slave = 1;
517 if (eq(dp->d_name, wd) && (dp->d_type != PSEUDO_DEVICE || dp->d_slave)) {

Completed in 140 milliseconds