Home
last modified time | relevance | path

Searched refs:disks (Results 1 – 25 of 177) sorted by relevance

12345678

/netbsd-src/sys/dev/raidframe/
H A Drf_disks.c113 RF_RaidDisk_t *disks; in rf_ConfigureDisks() local
126 disks = raidPtr->Disks; in rf_ConfigureDisks()
132 &disks[c], c); in rf_ConfigureDisks()
137 if (disks[c].status == rf_ds_optimal) { in rf_ConfigureDisks()
144 disks[c].status = rf_ds_failed; in rf_ConfigureDisks()
148 if (disks[c].status != rf_ds_optimal) { in rf_ConfigureDisks()
151 if (disks[c].numBlocks < min_numblks) in rf_ConfigureDisks()
152 min_numblks = disks[c].numBlocks; in rf_ConfigureDisks()
154 c, disks[c].devname, in rf_ConfigureDisks()
155 disks[c].numBlocks, in rf_ConfigureDisks()
[all …]
H A Drf_map.c89 RF_RaidDisk_t *disks = raidPtr->Disks; in rf_MapAccess() local
184 rf_ASMCheckStatus(raidPtr, pda_p, asm_p, disks, 0); in rf_MapAccess()
211 rf_ASMCheckStatus(raidPtr, pda_p, asm_p, disks, 1); in rf_MapAccess()
237 rf_ASMCheckStatus(raidPtr, pda_p, asm_p, disks, 1); in rf_MapAccess()
238 rf_ASMCheckStatus(raidPtr, pda_q, asm_p, disks, 1); in rf_MapAccess()
272 RF_RaidDisk_t *disks = raidPtr->Disks; in rf_MarkFailuresInASMList() local
284 if (RF_DEAD_DISK(disks[pda->col].status)) { in rf_MarkFailuresInASMList()
291 if (pda && RF_DEAD_DISK(disks[pda->col].status)) { in rf_MarkFailuresInASMList()
297 if (pda && RF_DEAD_DISK(disks[pda->col].status)) { in rf_MarkFailuresInASMList()
829 RF_AccessStripeMap_t *asm_p, RF_RaidDisk_t *disks, in rf_ASMCheckStatus() argument
[all …]
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Ddisk.c167 static disks_t disks; variable
844 ALLOC(iscsi_disk_t, disks.v, disks.size, disks.c, 10, 10, in device_init()
846 idisk = &disks.v[disks.c]; in device_init()
894 return disks.c++; in device_init()
1113 if (lun >= disks.v[sess->d].luns) { in device_command()
1153 if (disks.v[sess->d].uuid_string == NULL) { in device_command()
1154 nbuuid_create(&disks.v[sess->d].uuid, in device_command()
1156 nbuuid_to_string(&disks.v[sess->d].uuid, in device_command()
1157 &disks.v[sess->d].uuid_string, in device_command()
1161 lun, disks.v[sess->d].uuid_string); in device_command()
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/
H A Diotop_notes.txt14 200% could mean 2 disks @ 100%, or 4 @ 50%, or some such combination.
18 symmetric), so it's unfair to divide by all the disks capacity as an
19 application cannot use every disks capacity (eg, writing to a /opt disk only).
27 the problem (consider all ten disks at 10% utilisation, this would also be
41 Consider a metadevice that contains two physical disks which are both
43 200% for the disks + 100% for the metadevice. We'd probably want to see
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A Diotop_notes.txt14 200% could mean 2 disks @ 100%, or 4 @ 50%, or some such combination.
18 symmetric), so it's unfair to divide by all the disks capacity as an
19 application cannot use every disks capacity (eg, writing to a /opt disk only).
27 the problem (consider all ten disks at 10% utilisation, this would also be
41 Consider a metadevice that contains two physical disks which are both
43 200% for the disks + 100% for the metadevice. We'd probably want to see
/netbsd-src/sbin/ccdconfig/
H A Dccdconfig.c166 char *ccd, *cp, *cp2, **disks; in do_single() local
239 disks = emalloc(argc * sizeof(char *)); in do_single()
253 disks[ndisks++] = cp; in do_single()
261 ccio.ccio_disks = disks; in do_single()
273 if ((cp2 = strrchr(disks[ui], '/')) != NULL) in do_single()
276 cp2 = disks[ui]; in do_single()
293 free(disks[--ndisks]); in do_single()
294 free(disks); in do_single()
/netbsd-src/sys/dev/ata/
H A Data_raid_jmicron.c111 for (i = 0; i < 8 && info->disks[i]; i++) in ata_raid_jmicron_print_info()
112 printf(" %d 0x%08x\n", i, info->disks[i]); in ata_raid_jmicron_print_info()
186 if (info->disks[disk] == info->disk_id) in ata_raid_read_config_jmicron()
256 if (info->disks[drive] == info->disk_id) { in ata_raid_read_config_jmicron()
H A Data_raid_via.c105 if (info->disks[i]) in ata_raid_via_print_info()
106 printf(" %d 0x%08x\n", i, info->disks[i]); in ata_raid_via_print_info()
189 aai = ata_raid_get_array_info(ATA_RAID_TYPE_VIA, info->disks[0]); in ata_raid_read_config_via()
227 if (info->disks[disk]) in ata_raid_read_config_via()
/netbsd-src/usr.sbin/sysinst/
H A Ddisks.c901 struct disk_desc disks[MAX_DISKS]; in find_disks() local
903 menu_ent dsk_menu[__arraycount(disks) + 2], in find_disks()
918 numdisks = get_disks(disks, partman_go <= 0); in find_disks()
930 if (max_desc_len >= __arraycount(disks[0].dd_descr)) in find_disks()
931 max_desc_len = __arraycount(disks[0].dd_descr) - 1; in find_disks()
956 if (disks[i].dd_no_part) { in find_disks()
959 disks[i].dd_descr; in find_disks()
960 disks[i].dd_descr[max_desc_len] = 0; in find_disks()
968 disks[i].dd_descr; in find_disks()
969 disks[i].dd_descr[max_desc_len] = 0; in find_disks()
[all …]
/netbsd-src/distrib/atari/floppies/prepare/
H A Dinstall.sh82 Available disks are:
102 You may label the following disks:
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Diotop_example.txt52 disks busy, however either of the delta times available from iotop would
94 I/O times, and hense are a fair measurementt of what is keeping the disks
141 would mean that effectively 2 disks were at 100%, or 4 disks at 50%, etc.
H A Dseeksize_example.txt7 It is desirable for processes to be accesing the disks in large
15 access - and we would expect good performance from the disks
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Diotop_example.txt52 disks busy, however either of the delta times available from iotop would
94 I/O times, and hense are a fair measurementt of what is keeping the disks
141 would mean that effectively 2 disks were at 100%, or 4 disks at 50%, etc.
H A Dseeksize_example.txt7 It is desirable for processes to be accesing the disks in large
15 access - and we would expect good performance from the disks
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvmdiskscan.c55 static void _count(struct device *dev, int *disks, int *parts) in _count() argument
60 (*disks)++; in _count()
/netbsd-src/sys/arch/emips/conf/
H A DINSTALL6 # disk drivers for labelling disks and installation on local disk.
91 #pseudo-device ccd # concatenated disks
/netbsd-src/sys/arch/pmax/conf/
H A DINSTALL646 # disk drivers for labelling disks and installation on local disk.
150 sd* at scsibus? target ? lun ? # SCSI disks
161 pseudo-device ccd # concatenated disks
/netbsd-src/sys/arch/sun2/conf/
H A DDISKLESS124 #### Disk controllers and disks.
161 #sd* at scsibus? target ? lun ? # SCSI disks
172 ## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
221 #pseudo-device ccd # concatenated disks
H A DINSTALL125 #### Disk controllers and disks.
162 sd* at scsibus? target ? lun ? # SCSI disks
173 ## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
222 #pseudo-device ccd # concatenated disks
H A DFOURMEG124 #### Disk controllers and disks.
161 sd* at scsibus? target ? lun ? # SCSI disks
172 ## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
221 #pseudo-device ccd # concatenated disks
H A DVME127 #### Disk controllers and disks.
164 sd* at scsibus? target ? lun ? # SCSI disks
175 ## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
227 #pseudo-device ccd # concatenated disks
/netbsd-src/sys/arch/i386/stand/boot/
H A Dversion20 Recognize ESDI disks and identify them as ed(4) for COMPAT_OLDBOOT.
50 5.10: Support for using raw file-system images as memory disks.
/netbsd-src/sys/arch/mipsco/conf/
H A DINSTALL75 sd* at scsibus? target ? lun ? # SCSI disks
85 pseudo-device ccd # concatenated and striped disks
/netbsd-src/external/bsd/pdisk/dist/
H A DHISTORY45 Added /dev/hd? and /dev/scd? to MkLinux list all disks
49 Added support for ATA/IDE disks without LBA capability
/netbsd-src/external/cddl/dtracetoolkit/dist/Disk/
H A DReadme3 These are scripts that analyse I/O activity that has made it to the disks.

12345678