Lines Matching defs:capacity
97 diskaddr_t *capacity);
904 diskaddr_t capacity;
992 * not needed. Get the capacity from identify data and store here.
994 if (dcd_compute_dk_capacity(devp, &capacity) == 0) {
995 un->un_diskcapacity = capacity;
1005 DAD_DEBUG2(DCD_DEVINFO, dcd_label, DCD_DEBUG, "capacity %llx\n",
1006 capacity);
4564 diskaddr_t *capacity)
4581 *capacity = cap;
4603 uint32_t no_of_lbasec, capacity, calculated_cylinders;
4618 capacity = devp->dcd_ident->dcd_fixcyls *
4621 if (no_of_lbasec > capacity) {
4622 capacity = no_of_lbasec;
4623 if (capacity > NUM_SECTORS_32G) {
4625 * if the capacity is greater than 32G,
4628 * capacity, which is the current ATA-4
4635 * If the disk capacity is >= 128GB then no. of
4641 calculated_cylinders = (capacity) /
4651 phygeomp->g_capacity = capacity;
4689 "invalid disk capacity\n");
4697 DAD_DEBUG2(DCD_DEVINFO, dcd_label, DCD_DEBUG, "capacity %x\n",