Searched refs:disks (Results 1 - 22 of 22) sorted by relevance

/src/sys/dev/raidframe/
H A Drf_disks.c59 * 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;
148 if (disks[
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...]
H A Drf_map.c89 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)) {
297 if (pda && RF_DEAD_DISK(disks[pda->col].status)) {
590 * immediately determine what disks constitut
828 rf_ASMCheckStatus(RF_Raid_t * raidPtr,RF_PhysDiskAddr_t * pda_p,RF_AccessStripeMap_t * asm_p,RF_RaidDisk_t * disks,int parity) argument
[all...]
H A Drf_dagutils.c1235 * n = number of disks in array
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)) {
1406 if (RF_DEAD_DISK(disks[colData].status)) {
1414 (disks[colData].numBlocks / 2)) {
/src/distrib/atari/floppies/prepare/
H A Dinstall.sh82 Available disks are:
102 You may label the following disks:
158 # and labeling additional disks. This is machine-dependent since
H A Dinstall.md115 disks on your system.
167 CONGRATULATIONS! You have successfully partitioned your disks!
/src/sbin/ccdconfig/
H A Dccdconfig.c166 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 configure
[all...]
/src/sys/dev/ata/
H A Data_raid_jmicron.c110 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) {
H A Data_raid_via.c105 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])
H A Data_raidreg.h200 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.bin/systat/
H A DMakefile14 SRCS= bufcache.c cmds.c cmdtab.c convtbl.c disks.c df.c drvstats.c \
/src/usr.sbin/sysinst/
H A Ddisks.c1 /* $NetBSD: disks.c,v 1.98 2026/01/12 13:46:18 nia Exp $ */
35 /* disks.c -- routines to deal with finding disks and labeling disks. */
632 * iterate all known disks, invoke a callback for each.
902 struct disk_desc disks[MAX_DISKS]; local in function:find_disks
904 menu_ent dsk_menu[__arraycount(disks) + 2],
918 /* Find disks. */
919 numdisks = get_disks(disks, partman_go <= 0);
931 if (max_desc_len >= __arraycount(disks[
1644 struct disk_desc disks[MAX_DISKS]; local in function:find_part_by_name
2587 struct disk_desc disks[MAX_DISKS]; local in function:select_partitions
[all...]
H A DMakefile.inc15 txtwalk.c run.c factor.c net.c disks.c disks_lfs.c util.c geom.c \
/src/usr.bin/make/unit-tests/
H A Dhanoi-include.mk20 N?= 5 # Move this number of disks ...
/src/etc/
H A Dsecurity912 # 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/
H A Dinstall.md189 information for SCSI disks during boot, if possible. If you did not make it
/src/distrib/hp300/miniroot/
H A Dinstall.md127 # 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/sys/dev/ic/
H A Dcissreg.h169 u_int8_t disks[CISS_DRVMAP_SIZE]; member in struct:ciss_inquiry
/src/distrib/amiga/miniroot/
H A Dinstall.md117 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/sbin/bioctl/
H A Dbioctl.c102 "[disks] | [volumes]",
340 * Shows info about physical disks.
426 * Shows info about volumes/disks.
444 if (strcmp(argv[0], "disks") == 0)
476 * Go to the disks section if that was specified.
479 goto disks;
482 * Common code to show only info about volumes and disks
506 disks:
508 * show info about all disks connected to the raid controller,
753 * by using a bit field for the disks
[all...]
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/marvell/
H A Darmada-xp-synology-ds414.dts174 * handling the four disks.
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-kobol-helios64.dts8 * ships with an enclosing that can host five 2.5" hard disks.
/src/usr.bin/m4/TEST/
H A Dtest.m497 # some reasonable set of disks

Completed in 82 milliseconds