Searched refs:cyl (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | fdformat.c | 63 int fd, n, cyl, read_bytes, verify; in fdformat_main() local 114 for (cyl = 0; cyl < param.track; cyl++) { in fdformat_main() 115 printf("%3d\b\b\b", cyl); in fdformat_main() 122 "expected %d, read %d", cyl, n, read_bytes); in fdformat_main() 128 printf("bad data in cyl %d\nContinuing... ", cyl); in fdformat_main()
|
D | fdisk.c | 207 unsigned char cyl; /* starting cylinder */ member 804 STATIC_SUN void sun_set_ncyl(int cyl); 1135 set_hsc(p->head, p->sector, p->cyl, start); in set_hsc_start_end() 1995 pbc = cylinder(p->sector, p->cyl); in check_consistency() 2192 chs_string11(unsigned cyl, unsigned head, unsigned sect) in chs_string11() argument 2195 sprintf(buf, "%u,%u,%u", cylinder(sect,cyl), head, sector(sect)); in chs_string11() 2271 chs_string11(p->cyl, p->head, p->sector), in list_table() 2312 cylinder(p->sector, p->cyl), in x_list_table()
|
D | fdisk_sun.c | 684 sun_set_ncyl(int cyl) in sun_set_ncyl() argument 686 sunlabel->ncyl = SUN_SSWAP16(cyl); in sun_set_ncyl()
|
/busybox-1.35.0/util-linux/volume_id/ |
D | unused_msdos.c | 33 uint8_t cyl; member
|