Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/format/
H A Dmain.c410 pcyl = cur_dtype->dtype_pcyl;
607 cur_dtype->dtype_pcyl = ncyl + acyl; in get_disk_characteristics()
627 cur_dtype->dtype_pcyl = get_pcyl(ncyl, cur_dtype->dtype_acyl); in get_disk_characteristics()
H A Dhardware_structs.h86 uint_t dtype_pcyl; /* # of physical cylinders */ member
H A Dadd_definition.c205 col = add_entry(col, fd, " : pcyl = %d", disk_type->dtype_pcyl);
H A Dmenu_fdisk.c660 cur_dtype->dtype_pcyl = update_label.dkl_pcyl;
666 pcyl = cur_dtype->dtype_pcyl;
H A Dauto_sense.c675 disk->dtype_pcyl = label->dkl_pcyl; in new_direct_disk_type()
1395 pcyl = disk_type->dtype_pcyl; in use_existing_disk_type()
1705 dp->dtype_pcyl == label->dkl_pcyl &&
1867 disk->dtype_pcyl = label->dkl_pcyl;
H A Dstartup.c695 dtype->dtype_pcyl = val; in sup_setdtype()
2078 search_dtype->dtype_pcyl = search_label.dkl_pcyl; in add_device_to_disklist()
2487 result |= (dp1->dtype_pcyl != dp2->dtype_pcyl);
H A Dmodify_partition.c515 label->dkl_pcyl = tptr->dtype_pcyl;
H A Dmenu_command.c521 d->dtype_pcyl = get_pcyl(d->dtype_ncyl, d->dtype_acyl); in c_type()