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

/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_disks.c59 * rf_disks.c -- code to perform operations on the actual disks
95 * initialize the disks comprising the array
97 * We want the spare disks to have regular row,col numbers so that we can
99 * throughout that the array contains numRow by numCol _non-spare_ disks, so
111 RF_RaidDisk_t *disks; local
124 disks = raidPtr->Disks;
130 &disks[c], c);
135 if (disks[c].status == rf_ds_optimal) {
142 disks[c].status = rf_ds_failed;
146 if (disks[
241 RF_RaidDisk_t *disks; local
355 RF_RaidDisk_t *disks; local
987 RF_RaidDisk_t *disks; local
1124 RF_RaidDisk_t *disks; local
[all...]
H A Drf_map.c89 RF_RaidDisk_t *disks = raidPtr->Disks; local
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
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)) {
617 * immediately determine what disks constitut
854 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.c1247 * n = number of disks in array
1333 RF_RaidDisk_t *disks = raidPtr->Disks; local
1356 if (RF_DEAD_DISK(disks[colMirror].status)) {
1359 if (RF_DEAD_DISK(disks[colData].status)) {
1396 * the data and parity disks are laid out identically.
1406 RF_RaidDisk_t *disks = raidPtr->Disks; local
1414 if (RF_DEAD_DISK(disks[colMirror].status)) {
1417 if (RF_DEAD_DISK(disks[colData].status)) {
1425 (disks[colData].numBlocks / 2)) {
/netbsd-6-1-5-RELEASE/distrib/atari/floppies/prepare/
H A Dinstall.sh79 Available disks are:
99 You may label the following disks:
155 # and labeling additional disks. This is machine-dependent since
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A DMakefile.inc15 txtwalk.c run.c factor.c net.c disks.c disks_lfs.c util.c geom.c \
55 COPTS.disks.c += -Wno-format-nonliteral
H A Dmsg.mi.en104 disks.)
110 bootable disk. It does not label disks, upgrade bootblocks, or save
117 disks.)
125 {I can not find any hard disks for use by NetBSD. You will be
138 {Available disks}
179 to more accurately specify the sizes. On modern ZBR disks, actual
181 from cylinder alignment. On older disks, it is most efficient to
712 If the set's has no more disks, select "Set finished" to install the set.
H A Ddisks.c1 /* $NetBSD: disks.c,v 1.123.2.2 2012/07/05 17:29:15 riz Exp $ */
35 /* disks.c -- routines to deal with finding disks and labeling disks. */
413 struct disk_desc disks[MAX_DISKS]; local
414 menu_ent dsk_menu[nelem(disks)];
421 /* Find disks. */
422 numdisks = get_disks(disks);
431 /* No disks found! */
440 msg_display(MSG_onedisk, disks[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/lib/
H A Ddisk.c167 static disks_t disks; variable
839 ALLOC(iscsi_disk_t, disks.v, disks.size, disks.c, 10, 10,
841 idisk = &disks.v[disks.c];
889 return disks.c++;
1108 if (lun >= disks.v[sess->d].luns) {
1148 if (disks.v[sess->d].uuid_string == NULL) {
1149 nbuuid_create(&disks
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dlvmdiskscan.c55 static void _count(struct device *dev, int *disks, int *parts) argument
60 (*disks)++;
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_raid_jmicron.c111 printf("disks:\n");
112 for (i = 0; i < 8 && info->disks[i]; i++)
113 printf(" %d 0x%08x\n", i, info->disks[i]);
185 if (info->disks[disk] == info->disk_id)
256 if (info->disks[drive] == info->disk_id) {
H A Data_raid_via.c106 if (info->disks[i])
107 printf(" %d 0x%08x\n", i, info->disks[i]);
188 aai = ata_raid_get_array_info(ATA_RAID_TYPE_VIA, info->disks[0]);
226 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
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A DMakefile14 SRCS= bufcache.c cmds.c cmdtab.c disks.c df.c drvstats.c fetch.c \
/netbsd-6-1-5-RELEASE/sbin/ccdconfig/
H A Dccdconfig.c200 char *ccd, *cp, *cp2, **disks; local
270 /* Next is the list of disks to make the ccd from. */
271 disks = malloc(argc * sizeof(char *));
272 if (disks == NULL) {
280 disks[ui++] = cp;
284 free(disks);
290 ccio.ccio_disks = disks;
297 free(disks);
305 if ((cp2 = strrchr(disks[ui], '/')) != NULL)
308 cp2 = disks[u
[all...]
/netbsd-6-1-5-RELEASE/etc/
H A Dsecurity865 # Backup disklabels of available disks
879 # generate disklabels of all disks excluding: cd dk fd md st
880 disks=$(iostat -x | awk 'NR > 1 && $1 !~ /^[cfm]d|dk|st|nfs/ { print $1; }')
881 for i in $disks; do
887 disks=$(iostat -x | awk 'NR > 1 && $1 ~ /^[elsw]d/ { print $1; }')
888 for i in $disks; do
895 disks=$(iostat -x | awk 'NR > 1 && $1 ~ /^[elsw]d|cgd|ofdisk|r[al]|raid/ { print $1; }')
896 for i in $disks; do
/netbsd-6-1-5-RELEASE/distrib/hp300/miniroot/
H A Dinstall.md122 # Name the disks we install in the temporary fstab.
134 Geometry info for SCSI disks was printed at boot time. If that information
437 disks on your system.
483 some limited information about certain specific types of HP-IB disks.
484 If you have SCSI disks, however, prior knowledge of disk geometry
486 information for SCSI disks during boot, if possible. If you did not
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/i386/
H A Dmsg.md.en97 {Use one of these disks}
100 {This disk matches the following BIOS disks:
/netbsd-6-1-5-RELEASE/distrib/mvme68k/miniroot/
H A Dinstall.md202 information for SCSI disks during boot, if possible. If you did not make it
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dcissreg.h119 u_int8_t disks[CISS_DRVMAP_SIZE]; member in struct:ciss_inquiry
/netbsd-6-1-5-RELEASE/sbin/bioctl/
H A Dbioctl.c103 "[disks] | [volumes]",
342 * Shows info about physical disks.
428 * Shows info about volumes/disks.
445 if (strcmp(argv[0], "disks") == 0)
477 * Go to the disks section if that was specified.
480 goto disks;
483 * Common code to show only info about volumes and disks
507 disks:
509 * show info about all disks connected to the raid controller,
754 * by using a bit field for the disks
[all...]

Completed in 225 milliseconds