Searched refs:d_addr (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dmkioconf.c119 if (dp->d_addr) {
217 if (dp->d_addr == 0) {
237 dp->d_name, dp->d_unit, dp->d_addr);
260 if (dp->d_addr == 0) {
302 if (dp->d_addr != 0) {
314 qu(uba_n), slave, intv(dp), dp->d_addr, dp->d_dk,
431 if (dp->d_addr == UNKNOWN) {
451 dp->d_name, dp->d_unit, dp->d_addr,
457 dp->d_name, dp->d_unit, dp->d_addr,
474 if (dp->d_addr
[all...]
H A Dconfig.h129 int d_addr; /* address of csr */ member in struct:device
H A Dparser.y661 cur.d_addr = $3;
676 cur.d_addr = $2;
704 cur.d_addr = $2;
994 dp->d_addr = dp->d_pri = dp->d_flags = dp->d_dk = 0;
998 dp->d_addr = UNKNOWN;

Completed in 21 milliseconds