Searched refs:dtype_acyl (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | hardware_structs.h | 86 uint_t dtype_acyl; /* # of alternate cylinders */ member
|
H A D | main.c | 434 acyl = cur_dtype->dtype_acyl; in init_globals() 652 cur_dtype->dtype_pcyl = get_pcyl(ncyl, cur_dtype->dtype_acyl); in get_disk_characteristics()
|
H A D | startup.c | 712 dtype->dtype_acyl = val; in sup_setdtype() 1131 acyl = dtype->dtype_acyl; in sup_setpart() 2099 search_dtype->dtype_acyl = search_label.dkl_acyl; in add_device_to_disklist() 2253 (label->dkl_acyl != dtype->dtype_acyl) || in dtype_match() 2499 result |= (dp1->dtype_acyl != dp2->dtype_acyl); in check_dtypes_for_inconsistency()
|
H A D | menu_fdisk.c | 664 cur_dtype->dtype_acyl = update_label.dkl_acyl; 668 acyl = cur_dtype->dtype_acyl;
|
H A D | add_definition.c | 199 col = add_entry(col, fd, " : acyl = %d", disk_type->dtype_acyl); in add_disktype()
|
H A D | auto_sense.c | 678 disk->dtype_acyl = label->dkl_acyl; in new_direct_disk_type() 1397 acyl = disk_type->dtype_acyl; in use_existing_disk_type() 1708 dp->dtype_acyl == label->dkl_acyl && 1870 disk->dtype_acyl = label->dkl_acyl;
|
H A D | menu_command.c | 454 tptr->dtype_acyl, tptr->dtype_nhead, in c_type() 524 d->dtype_acyl = get_acyl(d->dtype_ncyl); in c_type() 525 d->dtype_pcyl = get_pcyl(d->dtype_ncyl, d->dtype_acyl); in c_type()
|
H A D | modify_partition.c | 497 label->dkl_acyl = tptr->dtype_acyl;
|
H A D | io.c | 2067 type->dtype_acyl, type->dtype_nhead, in pr_diskline() 2107 type->dtype_acyl, type->dtype_nhead, in pr_diskline()
|