Home
last modified time | relevance | path

Searched refs:devcount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mips/sibyte/dev/
H A Dsbobio.c205 int i, devcount; in sbobio_attach() local
215 devcount = sb112x_sbobio_dev_count; in sbobio_attach()
222 devcount = sb1250_sbobio_dev_count; in sbobio_attach()
226 devcount = sb1250_rev1_sbobio_dev_count; in sbobio_attach()
236 for (i = 0; i < devcount; i++) { in sbobio_attach()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/
H A Ddisk_rep.c243 uint32_t *devcount) in _read_vg_pds() argument
291 *devcount = 0; in _read_vg_pds()
293 *devcount += sp_devs[i]; in _read_vg_pds()