Home
last modified time | relevance | path

Searched refs:tracks (Results 1 – 25 of 99) sorted by relevance

1234

/netbsd-src/usr.bin/midiplay/
H A Dmidiplay.c409 struct track *tracks; in playdata() local
532 tracks = malloc(ntrks * sizeof(struct track)); in playdata()
533 if (tracks == NULL) in playdata()
546 tracks[t].start = p + MARK_LEN + SIZE_LEN; in playdata()
547 tracks[t].end = tracks[t].start + len; in playdata()
548 tracks[t].delta = getvar(&tracks[t]); in playdata()
549 tracks[t].indirect = &tracks[t]; /* -> self for now */ in playdata()
573 BuildHeap(tracks, ntrks); /* tracks[0].indirect is always next */ in playdata()
575 tp = tracks[0].indirect; in playdata()
578 tp->delta, tp - tracks, verbose>3?" ":"\n"); in playdata()
[all …]
/netbsd-src/sys/arch/vax/floppy/
H A DMakefile22 floppy: 3tracks ${OBJS}
23 cp 3tracks floppy
/netbsd-src/sys/arch/mac68k/obio/
H A Diwm_fdvar.h81 short tracks; /* # of tracks per side (cyl's) */ member
109 short tracks; /* # of tracks per zone */ member
/netbsd-src/external/bsd/libbind/dist/
H A Dversion2 # MAJORVER tracks LIBINTERFACE.
/netbsd-src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/
H A Dwdb00t.ahdi.S117 movb %a4@(7),%a6@ | tracks/cylinder
172 dpar: .byte 0 | tracks/cylinder
/netbsd-src/sys/arch/atari/stand/xxboot/wdboot/
H A Dwdboot.S138 movb %a4@(7),%a6@ | tracks/cylinder
195 dpar: .byte 0 | tracks/cylinder
/netbsd-src/distrib/sgimips/miniroot/
H A Ddiskimage.label.proto8 tracks/cylinder: 16
/netbsd-src/distrib/common/bootimage/
H A Ddiskproto.noswap.in8 tracks/cylinder: @@HEADS@@
H A Ddiskproto.in8 tracks/cylinder: @@HEADS@@
H A Ddiskproto.noswap.mbr.in8 tracks/cylinder: @@HEADS@@
H A Ddiskproto.mbr.in8 tracks/cylinder: @@HEADS@@
H A Ddiskproto.mbrfat.in8 tracks/cylinder: @@HEADS@@
/netbsd-src/tests/sbin/gpt/
H A Dgpt.disklabel8 tracks/cylinder: 16
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dudpstat_example.txt37 Little output is observed as this tracks datagrams not bytes. There is
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dudpstat_example.txt37 Little output is observed as this tracks datagrams not bytes. There is
/netbsd-src/distrib/evbsh3/instkernel/ramdisk/
H A Ddisktab.preinstall9 # nt #tracks/cylinder
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst233 * **TypeInfoPointer**: tracks information for the opaque type returned by
242 * **ObjCBlockPointer** tracks Objective-C blocks
243 * **FnPointer** tracks functions and lazily caches their compiled version
244 * **MemberPointer** tracks C++ object members
347 ``TypeInfoPointer`` tracks two types: the type assigned to
/netbsd-src/usr.sbin/sunlabel/
H A Dsunlabel.doc51 familiar with this syntax, a/b/c means a cylinders + b tracks + c
52 sectors. For example, if the disk has 16 tracks of 32 sectors, 3/4/5
/netbsd-src/distrib/emips/ramdisk/
H A Ddisktab.preinstall9 # nt #tracks/cylinder
/netbsd-src/sys/arch/sun3/dev/
H A Dfd.c209 int tracks; /* total num of tracks */ member
580 type->tracks, type->heads, type->sectrac); in fdattach()
1653 form_parms->ncyl = fd->sc_type->tracks; in fdioctl()
1714 fd->sc_type->tracks = form_parms->ncyl; in fdioctl()
1732 form_cmd->cylinder >= fd->sc_type->tracks) { in fdioctl()
1882 lp->d_ncylinders = fd->sc_type->tracks; in fdgetdisklabel()
/netbsd-src/sys/arch/atari/dev/
H A Dhdfd.c225 int tracks; /* total num of tracks */ member
541 type->tracks, type->heads, type->sectrac); in fdattach()
1343 form_parms->ncyl = fd->sc_type->tracks; in fdioctl()
1409 fd->sc_type->tracks = form_parms->ncyl; in fdioctl()
1425 form_cmd->cylinder >= fd->sc_type->tracks) { in fdioctl()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_fdio.h77 u_char tracks; member
/netbsd-src/external/bsd/iscsi/dist/doc/
H A DHOWTO-iSCSI-encrypt.txt69 tracks/cylinder: 64
135 tracks/cylinder: 1
/netbsd-src/external/gpl2/send-pr/dist/send-pr/
H A DREADME14 site. A PR goes through several states in its lifetime; GNATS tracks
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.def27 tracks information about constancy of an expression and VLA type

1234