Home
last modified time | relevance | path

Searched refs:dtype_bpt (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h84 uint_t dtype_bpt; /* # bytes per track */ member
H A Dmain.c634 cur_dtype->dtype_bpt = INFINITY; in get_disk_characteristics()
653 cur_dtype->dtype_bpt = get_bpt(cur_dtype->dtype_nsect, in get_disk_characteristics()
H A Dmenu_defect.c306 ioparam.io_bounds.upper = cur_dtype->dtype_bpt - 1; in d_add()
310 ioparam.io_bounds.upper = (cur_dtype->dtype_bpt - def.bfi) * 8; in d_add()
H A Dadd_definition.c218 col = add_entry(col, fd, " : bpt = %d", disk_type->dtype_bpt); in add_disktype()
H A Dstartup.c727 dtype->dtype_bpt = val; in sup_setdtype()
2497 result |= (dp1->dtype_bpt != dp2->dtype_bpt); in check_dtypes_for_inconsistency()
H A Dmenu_command.c530 d->dtype_bpt = get_bpt(d->dtype_nsect, &d->dtype_options); in c_type()