Lines Matching defs:rnum
64 int rnum;
102 sc->rnum = 0;
103 while (sc->rnum < MAX_ROMS && chunk < IOMEM_END) {
104 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk,
106 rid = sc->rnum;
110 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
130 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
136 bus_set_resource(child, SYS_RES_MEMORY, sc->rnum, chunk,
138 rid = sc->rnum;
141 bus_delete_resource(child, SYS_RES_MEMORY, sc->rnum);
145 sc->rid[sc->rnum] = rid;
146 sc->res[sc->rnum] = res;
147 sc->rnum++;
151 if (sc->rnum == 0)
153 else if (sc->rnum == 1)
165 for (i = 0; i < sc->rnum; i++)