Home
last modified time | relevance | path

Searched refs:ndisks (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sbin/fsck/
H A Dpreen.c85 static int nrun = 0, ndisks = 0; variable
166 maxrun = ndisks; in checkfstab()
167 if (maxrun > ndisks) in checkfstab()
168 maxrun = ndisks; in checkfstab()
225 ndisks--; in checkfstab()
237 } else if (nrun < maxrun && nrun < ndisks) { in checkfstab()
314 ndisks++; in finddisk()
/netbsd-src/sbin/ccdconfig/
H A Dccdconfig.c169 unsigned int ndisks, ui; in do_single() local
240 for (ndisks = 0; argc != 0; ++argv, --argc) { in do_single()
253 disks[ndisks++] = cp; in do_single()
262 ccio.ccio_ndisks = ndisks; in do_single()
292 while (ndisks > 0) in do_single()
293 free(disks[--ndisks]); in do_single()
/netbsd-src/sbin/bioctl/
H A Dbioctl.c434 int i, d, ndisks; in bio_show_common() local
494 ndisks = bio_show_volumes(biot, &bv); in bio_show_common()
498 for (d = 0; d < ndisks; d++) { in bio_show_common()