Home | History | Annotate | Download | only in ahdilabel

Lines Matching defs:units

61 	int			flags, rv, key, units;
110 units = UNITS_SECTORS;
112 show_parts (&ptable, 0, ptable.nparts, units);
127 change_part (&ptable, key - 'A', units);
136 show_parts (&ptable, 0, ptable.nparts, units);
145 if (units == UNITS_SECTORS) {
146 printf ("Units now cylinder/track/sector\n");
147 units = UNITS_CTS;
149 printf ("Units now sector\n");
150 units = UNITS_SECTORS;
210 show_parts (struct ahdi_ptable *ptable, int start, int finish, int units)
221 if (units == UNITS_SECTORS) {
366 change_part (struct ahdi_ptable *ptable, int part, int units)
380 show_parts (ptable, part, part + 1, units);