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;
651 mk2(bsbpb->hds, bpb.hds);
820 bpb->hds = geom.heads;
821 ckgeom(fname, bpb->hds, "drive heads");
877 if (bpb->hds == 0 && ioctl(fd, DIOCGFWHEADS, &dlp.d_ntracks) == -1) {
896 if (bpb->hds == 0)
897 bpb->hds
[all...]

Completed in 35 milliseconds