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

/openbsd-current/usr.sbin/fdformat/
H A Dfdformat.c269 fdt.tracks = cyls;
285 tracks_per_dot = fdt.tracks * fdt.heads / 40;
292 fdt.tracks * fdt.heads * bytes_per_track / 1024,
297 fdt.tracks * fdt.heads * bytes_per_track / 1024,
310 for (track = 0; track < fdt.tracks * fdt.heads; track++) {
321 for (track = 0; track < fdt.tracks * fdt.heads; track++) {
/openbsd-current/sys/arch/amd64/include/
H A Dioctl_fd.h98 int tracks; /* total num of tracks */ member in struct:fd_type
/openbsd-current/sys/arch/i386/include/
H A Dioctl_fd.h99 int tracks; /* total num of tracks */ member in struct:fd_type
/openbsd-current/sys/arch/sparc64/include/
H A Dioctl_fd.h97 int tracks; /* total num of tracks */ member in struct:fd_type
/openbsd-current/sys/arch/alpha/include/
H A Dioctl_fd.h97 int tracks; /* total num of tracks */ member in struct:fd_type
/openbsd-current/usr.bin/cdio/
H A Dextern.h44 extern struct track_head tracks;
55 * Data tracks theoretically can be written at 436x but in practice I
H A Dcdio.c152 struct track_head tracks; variable in typeref:struct:track_head
589 SLIST_INIT(&tracks);
655 if (SLIST_EMPTY(&tracks))
656 SLIST_INSERT_HEAD(&tracks, tr, track_list);
670 SLIST_FOREACH(tr, &tracks, track_list) {
674 needblk += (ntracks - 1) * 150; /* transition area between tracks */
678 if (writetao(&tracks) != 0)
/openbsd-current/sys/dev/isa/
H A Dfd.c164 lp->d_ncylinders = fd->sc_type->tracks;
285 type->tracks, type->heads, type->sectrac);
/openbsd-current/sys/arch/sparc64/dev/
H A Dfd.c634 type->tracks, type->heads, type->sectrac);
1961 lp->d_ncylinders = fd->sc_type->tracks;
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm2544 The number of tracks in each cylinder.
2605 The number of tracks in each cylinder.
2781 Format a range of tracks on the disk. C<$opOutBuf> should be C<[]>.
2792 head of the range of tracks to be formatted.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DHub.pm557 formatter. The hub also tracks test state, and provides several hooks into the
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl4375 It also tracks the subroutine call depth by saving the current setting of

Completed in 146 milliseconds