Home
last modified time | relevance | path

Searched refs:dtype_pcyl (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmain.c435 pcyl = cur_dtype->dtype_pcyl; in init_globals()
632 cur_dtype->dtype_pcyl = ncyl + acyl; in get_disk_characteristics()
652 cur_dtype->dtype_pcyl = get_pcyl(ncyl, cur_dtype->dtype_acyl); in get_disk_characteristics()
H A Dhardware_structs.h87 uint_t dtype_pcyl; /* # of physical cylinders */ member
H A Dmenu_fdisk.c663 cur_dtype->dtype_pcyl = update_label.dkl_pcyl;
669 pcyl = cur_dtype->dtype_pcyl;
H A Dadd_definition.c201 col = add_entry(col, fd, " : pcyl = %d", disk_type->dtype_pcyl); in add_disktype()
H A Dauto_sense.c676 disk->dtype_pcyl = label->dkl_pcyl; in new_direct_disk_type()
1396 pcyl = disk_type->dtype_pcyl; in use_existing_disk_type()
1706 dp->dtype_pcyl == label->dkl_pcyl &&
1868 disk->dtype_pcyl = label->dkl_pcyl;
H A Dstartup.c715 dtype->dtype_pcyl = val; in sup_setdtype()
2097 search_dtype->dtype_pcyl = search_label.dkl_pcyl; in add_device_to_disklist()
2500 result |= (dp1->dtype_pcyl != dp2->dtype_pcyl); in check_dtypes_for_inconsistency()
H A Dmodify_partition.c495 label->dkl_pcyl = tptr->dtype_pcyl;
H A Dmenu_command.c525 d->dtype_pcyl = get_pcyl(d->dtype_ncyl, d->dtype_acyl); in c_type()