Searched refs:nrids (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/tools/bus_space/
H A Dbus.c51 static int nrids = 0; variable
59 for (rid = 0; rid < nrids; rid++) {
63 if (rid == nrids) {
64 nrids++;
65 newtbl = realloc(ridtbl, sizeof(struct resource) * nrids);
67 nrids--;
81 if (rid < 0 || rid >= nrids) {
/freebsd-current/sys/dev/proto/
H A Dproto_bus_isa.c89 proto_isa_alloc(device_t dev, int type, int nrids) argument
97 for (rid = 0; rid < nrids; rid++) {

Completed in 138 milliseconds