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

/freebsd-10.0-release/lib/libdevinfo/
H A Ddevinfo.c253 int rman_idx, res_idx; local
289 for (rman_idx = 0; rman_idx < 255; rman_idx++) {
294 oid[rman_ptr] = rman_idx;
302 warn("sysctl hw.bus.rman.%d", rman_idx);
332 rman_idx, res_idx);
346 debug("scanned %d resource managers", rman_idx);
/freebsd-10.0-release/sys/kern/
H A Dsubr_rman.c1003 int rman_idx, res_idx; local
1016 rman_idx = name[1];
1024 if (rman_idx-- == 0)

Completed in 71 milliseconds