HomeSort by: relevance | last modified time | path
    Searched refs:disks (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/dev/raidframe/
rf_disks.c 59 * rf_disks.c -- code to perform operations on the actual disks
97 * initialize the disks comprising the array
99 * We want the spare disks to have regular row,col numbers so that we can
101 * throughout that the array contains numRow by numCol _non-spare_ disks, so
113 RF_RaidDisk_t *disks; local in function:rf_ConfigureDisks
126 disks = raidPtr->Disks;
132 &disks[c], c);
137 if (disks[c].status == rf_ds_optimal) {
144 disks[c].status = rf_ds_failed
243 RF_RaidDisk_t *disks; local in function:rf_ConfigureSpareDisks
362 RF_RaidDisk_t *disks; local in function:rf_AutoConfigureDisks
990 RF_RaidDisk_t *disks; local in function:rf_add_hot_spare
    [all...]
rf_map.c 89 RF_RaidDisk_t *disks = raidPtr->Disks; local in function:rf_MapAccess
184 rf_ASMCheckStatus(raidPtr, pda_p, asm_p, disks, 0);
211 rf_ASMCheckStatus(raidPtr, pda_p, asm_p, disks, 1);
237 rf_ASMCheckStatus(raidPtr, pda_p, asm_p, disks, 1);
238 rf_ASMCheckStatus(raidPtr, pda_q, asm_p, disks, 1);
272 RF_RaidDisk_t *disks = raidPtr->Disks; local in function:rf_MarkFailuresInASMList
284 if (RF_DEAD_DISK(disks[pda->col].status)) {
291 if (pda && RF_DEAD_DISK(disks[pda->col].status))
    [all...]
rf_dagutils.c 1235 * n = number of disks in array
1249 for (f = 0; ((!RF_DEAD_DISK(raidPtr->Disks[f].status)) && (f < n)); f++)
1322 RF_RaidDisk_t *disks = raidPtr->Disks; local in function:rf_SelectMirrorDiskIdle
1345 if (RF_DEAD_DISK(disks[colMirror].status)) {
1348 if (RF_DEAD_DISK(disks[colData].status)) {
1385 * the data and parity disks are laid out identically.
1395 RF_RaidDisk_t *disks = raidPtr->Disks; local in function:rf_SelectMirrorDiskPartition
1403 if (RF_DEAD_DISK(disks[colMirror].status))
    [all...]
  /src/distrib/atari/floppies/prepare/
install.sh 82 Available disks are:
102 You may label the following disks:
158 # and labeling additional disks. This is machine-dependent since
install.md 115 disks on your system.
167 CONGRATULATIONS! You have successfully partitioned your disks!
  /src/usr.sbin/sysinst/arch/luna68k/
msg.md.en 64 The firmware can't boot from other SCSI ID disks.
  /src/sbin/ccdconfig/
ccdconfig.c 166 char *ccd, *cp, *cp2, **disks; local in function:do_single
238 /* Next is the list of disks to make the ccd from. */
239 disks = emalloc(argc * sizeof(char *));
253 disks[ndisks++] = cp;
261 ccio.ccio_disks = disks;
273 if ((cp2 = strrchr(disks[ui], '/')) != NULL)
276 cp2 = disks[ui];
293 free(disks[--ndisks]);
294 free(disks);
545 warnx("no concatenated disks configured")
    [all...]
  /src/sys/dev/ata/
ata_raid_jmicron.c 110 printf("disks:\n");
111 for (i = 0; i < 8 && info->disks[i]; i++)
112 printf(" %d 0x%08x\n", i, info->disks[i]);
186 if (info->disks[disk] == info->disk_id)
256 if (info->disks[drive] == info->disk_id) {
ata_raid_via.c 105 if (info->disks[i])
106 printf(" %d 0x%08x\n", i, info->disks[i]);
188 aai = ata_raid_get_array_info(ATA_RAID_TYPE_VIA, info->disks[0]);
230 if (info->disks[disk])
ata_raidreg.h 200 uint32_t disks[8]; member in struct:via_raid_conf
291 uint32_t disks[JM_MAX_DISKS]; member in struct:jmicron_raid_conf
  /src/usr.sbin/sysinst/arch/playstation2/
msg.md.en 71 {This disk matches the following BIOS disks:
  /src/usr.bin/systat/
Makefile 14 SRCS= bufcache.c cmds.c cmdtab.c convtbl.c disks.c df.c drvstats.c \
  /src/usr.sbin/sysinst/
disks.c 1 /* $NetBSD: disks.c,v 1.97 2025/07/26 14:50:32 martin Exp $ */
35 /* disks.c -- routines to deal with finding disks and labeling disks. */
631 * iterate all known disks, invoke a callback for each.
901 struct disk_desc disks[MAX_DISKS]; local in function:find_disks
903 menu_ent dsk_menu[__arraycount(disks) + 2],
917 /* Find disks. */
918 numdisks = get_disks(disks, partman_go <= 0);
930 if (max_desc_len >= __arraycount(disks[0].dd_descr)
1643 struct disk_desc disks[MAX_DISKS]; local in function:find_part_by_name
2586 struct disk_desc disks[MAX_DISKS]; local in function:select_partitions
    [all...]
msg.pm.en 65 message avdisks {Available disks:}
68 {This is the extended partition manager. All disks, partitions, etc. are
81 message raid_disks_fmt {Disks}
97 message raid_disks {Disks in RAID:}
122 message lvm_disks {Disks in VG}
Makefile.inc 15 txtwalk.c run.c factor.c net.c disks.c disks_lfs.c util.c geom.c \
msg.mi.en 101 disks.)
107 bootable disk. It does not label disks, upgrade bootblocks, or save
114 disks.)
122 {I can not find any hard disks for use by NetBSD. You will be
140 {Available disks}
214 the sizes. On most disks, there is little to gain from
215 cylinder alignment. On very old disks, it is most efficient
803 If the set has no more disks, select "Set finished" to install the set.
1281 of huge disks. The limit is displayed below.}
1370 It is useful for distinguishing between multiple disks
    [all...]
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 97 {Use one of these disks}
100 {This disk matches the following BIOS disks:
  /src/usr.bin/make/unit-tests/
hanoi-include.mk 20 N?= 5 # Move this number of disks ...
  /src/etc/
security 912 # Backup disklabels of available disks
928 disks="$(/sbin/sysctl -n hw.iostatnames)"
930 # generate disklabels of all disks excluding: cd fd md dk st
932 for i in $disks; do
946 for i in $disks; do
959 for i in $disks; do
974 disks=$(iostat -x | awk 'NR > 1 && $1 ~ /^raid/ { print $1; }')
975 for i in $disks; do
  /src/distrib/mvme68k/miniroot/
install.md 189 information for SCSI disks during boot, if possible. If you did not make it
  /src/distrib/hp300/miniroot/
install.md 127 # Name the disks we install in the temporary fstab.
139 Geometry info for SCSI disks was printed at boot time. If that information
442 disks on your system.
488 some limited information about certain specific types of HP-IB disks.
489 If you have SCSI disks, however, prior knowledge of disk geometry
491 information for SCSI disks during boot, if possible. If you did not
  /src/distrib/amiga/miniroot/
install.md 117 echo "If you like, you can now examine the labels of your disks."
251 kernel-floppy from the distribution or another location on one of your disks.
  /src/sys/dev/ic/
cissreg.h 169 u_int8_t disks[CISS_DRVMAP_SIZE]; member in struct:ciss_inquiry
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-xp-synology-ds414.dts 179 * handling the four disks.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-kobol-helios64.dts 8 * ships with an enclosing that can host five 2.5" hard disks.

Completed in 25 milliseconds

1 2