/src/sys/dev/mca/ |
edvar.h | 61 u_int8_t spares; /* spares per cylinder */ member in struct:ed_softc
|
ed_mca.c | 179 aprint_normal("%s: %u spares/cyl, %s, %s, %s, %s, %s\n", 180 device_xname(ed->sc_dev), ed->spares, 689 ed->spares = ed->sense_data[1] >> 8;
|
/src/lib/libc/db/hash/ |
hash.h | 89 int32_t spares[NCACHED];/* spare pages for overflow */ member in struct:hashhdr 180 ((B) ? hashp->SPARES[__log2((uint32_t)((B)+1))-1] : 0) 295 #define SPARES hdr.spares
|
hash.c | 178 bpages = (hashp->SPARES[hashp->OVFL_POINT] + 293 memset(hashp->SPARES, 0, sizeof(hashp->SPARES)); 359 hashp->SPARES[l2] = l2 + 1; 360 hashp->SPARES[l2 + 1] = l2 + 1; 407 "spares[%d] = %d\n", i, hashp->SPARES[i]); 865 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT]; 971 P_32_COPY(srcp->spares[i], destp->spares[i]) [all...] |
/src/sbin/raidctl/ |
raidctl.c | 504 __arraycount(device_config.spares)); 507 printf("Spares:\n"); 510 device_config.spares[i].devname, 511 device_status(device_config.spares[i].status)); 514 printf("No spares.\n"); 528 if ((device_config.spares[i].status == 530 (device_config.spares[i].status == 533 device_config.spares[i].devname); 536 device_config.spares[i].devname, 538 device_config.spares[i].status)) [all...] |
/src/sys/dev/raidframe/ |
rf_compat80.c | 78 RF_RaidDisk_t80 spares[RF_MAX_DISKS]; member in struct:RF_DeviceConfig_s80 184 rf_copy_raiddisk80(&config->spares[i], 185 &config80->spares[i]);
|
rf_compat50.c | 83 RF_RaidDisk50_t spares[RF_MAX_DISKS]; member in struct:RF_DeviceConfig50_s 205 rf_disk_to_disk50(&d_cfg->spares[i], &raidPtr->Disks[j]);
|
raidframevar.h | 525 RF_RaidDisk_t spares[RF_MAX_DISKS]; member in struct:RF_DeviceConfig_s
|
rf_netbsdkintf.c | 1464 /* XXXjld what about the spares? */ 3842 * Get cache info for all the components (including spares). 3845 * XXXfua feature flags can change as spares are added - lock down somehow 4000 config->spares[i] = raidPtr->Disks[raidPtr->numCol + i]; 4001 if (config->spares[i].status == rf_ds_rebuilding_spare) { 4003 config->spares[i].status = rf_ds_used_spare;
|