Searched refs:ndisks (Results 1 – 3 of 3) sorted by relevance
85 static int nrun = 0, ndisks = 0; variable166 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()
169 unsigned int ndisks, ui; in do_single() local240 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()
434 int i, d, ndisks; in bio_show_common() local494 ndisks = bio_show_volumes(biot, &bv); in bio_show_common()498 for (d = 0; d < ndisks; d++) { in bio_show_common()