Searched refs:hds (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dnewfs_msdos.c121 u_int8_t hds[2]; /* drive heads */ member in struct:bsbpb
165 u_int hds; /* drive heads */ member in struct:bpb
405 bpb.hds = opt_h;
652 mk2(bsbpb->hds, bpb.hds);
821 bpb->hds = geom.heads;
822 ckgeom(fname, bpb->hds, "drive heads");
878 if (bpb->hds == 0 && ioctl(fd, DIOCGFWHEADS, &dlp.d_ntracks) == -1) {
897 if (bpb->hds == 0)
898 bpb->hds
[all...]

Completed in 68 milliseconds