Searched refs:track (Results 1 - 25 of 59) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Datafd.h7 int track; /* to be formatted */ member in struct:atari_format_descr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Datafd.h7 int track; /* to be formatted */ member in struct:atari_format_descr
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-format.h32 extern int ftape_format_track(const unsigned int track, const __u8 gap3);
H A Dftape-format.c54 * more than this many segments per track, so better be careful.
58 * int spt: segments per track
60 * Note: segment ids are relative to the start of the track here.
88 * start formatting a new track.
90 int ftape_format_track(const unsigned int track, const __u8 gap3) argument
98 if (track & 1) {
111 "Formatting track %d, logical: from segment %d to %d",
112 track, track * ft_segments_per_track,
113 (track
[all...]
H A Dftape-rw.c256 /* if just passed the last segment on a track, wait for BOT
285 ft_location.bot = ((ft_location.track & 1) == 0 ?
289 ft_location.segment = (ft_location.track +
411 /* Reading id's after the last segment on a track may fail
540 /* (slow) skip to first segment on a track
542 seek_forward(ft_location.track * ft_segments_per_track, 0);
601 /* Check to see if position found is off-track as reported
603 * each other, if off-track the error will be approximately
606 if (ft_location.track == -1) {
613 int lo = (ft_location.track
936 int track = segment_id / ft_segments_per_track; local
[all...]
H A Dftape-io.h82 extern int ftape_seek_head_to_track(unsigned int track);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dscantest.c43 * This structure is used for keeping track of how much resources have
55 void init_resource_track(struct resource_track *track) argument
59 track->brk_start = sbrk(0);
60 gettimeofday(&track->time_start, 0);
62 track->user_start = r.ru_utime;
63 track->system_start = r.ru_stime;
73 static void print_resource_track(struct resource_track *track) argument
82 (int) (((char *) sbrk(0)) - ((char *) track->brk_start)),
83 timeval_subtract(&time_end, &track->time_start),
84 timeval_subtract(&r.ru_utime, &track
[all...]
H A Dutil.c279 void init_resource_track(struct resource_track *track) argument
285 track->brk_start = sbrk(0);
286 gettimeofday(&track->time_start, 0);
292 track->user_start = r.ru_utime;
293 track->system_start = r.ru_stime;
295 track->user_start.tv_sec = track->user_start.tv_usec = 0;
296 track->system_start.tv_sec = track->system_start.tv_usec = 0;
313 void print_resource_track(const char *desc, struct resource_track *track) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Damifd.h9 #define FLOPPY_MAX_SECTORS 22 /* Max. Number of sectors per track */
15 int sects; /* sectors per track */
20 int (*read_fkt)(); /* read whole track */
21 void (*write_fkt)(); /* write whole track */
34 unsigned int read_size; /* raw read size for one track */
35 unsigned int write_size; /* raw write size for one track */
37 unsigned int precomp1; /* start track for precomp 1 */
38 unsigned int precomp2; /* start track for precomp 2 */
47 int track; /* current track ( member in struct:amiga_floppy_struct
[all...]
H A Dfd.h14 sect, /* sectors per track */
16 track, /* nr of tracks */ member in struct:floppy_struct
17 stretch; /* !=0 means double track steps */
65 unsigned int device,head,track; member in struct:format_descr
71 /* format the specified track */
83 * entire track at once */
204 short track; /* current track */ member in struct:floppy_drive_struct
206 short maxtrack; /* id of highest half track read */
266 unsigned char track[ member in struct:floppy_fdc_state
354 int track; member in struct:floppy_raw_cmd
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Damifd.h9 #define FLOPPY_MAX_SECTORS 22 /* Max. Number of sectors per track */
15 int sects; /* sectors per track */
20 int (*read_fkt)(); /* read whole track */
21 void (*write_fkt)(); /* write whole track */
34 unsigned int read_size; /* raw read size for one track */
35 unsigned int write_size; /* raw write size for one track */
37 unsigned int precomp1; /* start track for precomp 1 */
38 unsigned int precomp2; /* start track for precomp 2 */
47 int track; /* current track ( member in struct:amiga_floppy_struct
[all...]
H A Dfd.h14 sect, /* sectors per track */
16 track, /* nr of tracks */ member in struct:floppy_struct
17 stretch; /* !=0 means double track steps */
65 unsigned int device,head,track; member in struct:format_descr
71 /* format the specified track */
83 * entire track at once */
204 short track; /* current track */ member in struct:floppy_drive_struct
206 short maxtrack; /* id of highest half track read */
266 unsigned char track[ member in struct:floppy_fdc_state
354 int track; member in struct:floppy_raw_cmd
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Damiflop.c9 * - added support for 40 Track 5.25" drives, 80-track hopefully behaves
28 * - usage ioctl(d, RAW_TRACK, ptr); the raw track buffer (MFM-encoded data
309 if (unit[drive].track % 2 != 0)
470 unit[drive].track = -1;
475 unit[drive].track = 0;
483 static int fd_seek(int drive, int track) argument
489 printk("seeking drive %d to track %d\n",drive,track);
493 if (unit[drive].track == track) {
742 unsigned char track; member in struct:header
898 unsigned char track, /* 0-80 */ member in struct:dos_header
1333 get_track(int drive, int track) argument
1370 unsigned int cnt, block, track, sector; local
[all...]
H A Dataflop.c27 * - Initialize track register when testing presence of floppy
50 * - increase gap size at start of track for HD/ED disks
105 unsigned spt; /* sectors per track */
108 unsigned stretch; /* track doubling ? */
230 int track; /* current head position or -1 if member in struct:atari_floppy_struct
270 * operations. Second, a track buffer is used to cache a whole track
272 * because that allows write operations without clearing the track buffer.
287 static int UseTrackbuffer = -1; /* Do track buffering? */
296 #define IS_BUFFERED(drive,side,track) \
892 unsigned int track; local
1059 unsigned int track; local
1178 unsigned int track; local
[all...]
H A Dfloppy.c32 * 28.02.92 - made track-buffering routines, based on the routines written
425 | Sectors per track
585 static unsigned char sector_t; /* sector in track */
842 (mode || UDRS->track != NEED_1_RECAL))
843 UDRS->track = NEED_2_RECAL;
1277 output_byte(0); /* pre-compensation from track
1402 printk(": track %d, head %d, sector %d, size %d",
1470 DRS->track = NEED_2_RECAL;
1488 * selected, and the head is sitting on the right track).
1557 DRS->track
1603 int track; local
2174 setup_format_params(int track) argument
2177 unsigned char track,head,sect,size; member in struct:fparm
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_standalone.c186 /* print some information which we are intersted in of a connect track */
213 /* we just print the tcp connect track the state of which is ESTABLISHED */
218 /* we just print the udp connect track the number of which is larger than 10 */
221 (conntrack->tuplehash[IP_CT_DIR_ORIGINAL].track.number <10)))
237 /* print the packet number and the last packet size of the connect track */
239 conntrack->tuplehash[IP_CT_DIR_ORIGINAL].track.number,
240 conntrack->tuplehash[IP_CT_DIR_ORIGINAL].track.length
241 [(conntrack->tuplehash[IP_CT_DIR_ORIGINAL].track.number-1) % IP_TRACK_MAX],
242 conntrack->tuplehash[IP_CT_DIR_ORIGINAL].track.flag);
244 /* print the packet number and the last packet size of the REPLY connect track */
351 struct proc_dir_entry *track; //2008.05 Angela local
[all...]
H A Dip_conntrack_core.c468 // ct->tuplehash[IP_CT_DIR_ORIGINAL].track.number =1;
469 // ct->tuplehash[IP_CT_DIR_ORIGINAL].track.size = ntohs(skb->nh.iph->tot_len);
691 /*Initial the flag, number and length of the connect track, when create a connect track first time */
697 conntrack->tuplehash[IP_CT_DIR_ORIGINAL].track.flag = 0;
698 conntrack->tuplehash[IP_CT_DIR_ORIGINAL].track.number =1;
699 conntrack->tuplehash[IP_CT_DIR_ORIGINAL].track.length[0] = ntohs(skb->nh.iph->tot_len);
763 // track[hash].number = 1;
764 // track[hash].size = ntohs(skb->nh.iph->tot_len);
786 //On success, returns h->track
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dfd1772.c28 * - Initialize track register when testing presence of floppy
73 * 17/ 2/96 - still having problems - forcing track to -1 when selecting
89 * 24/ 8/96 - Put all the track buffering code back in from the atari
91 * Still works if I turn off track buffering.
103 * when we read the track if we know the motor is on; didn't
179 unsigned spt; /* sectors per track */
181 unsigned stretch; /* track doubling ? */
210 int track; /* current head position or -1 member in struct:archy_floppy_struct
259 #define IS_BUFFERED(drive,side,track) \
260 (BufferDrive == (drive) && BufferSide == (side) && BufferTrack == (track))
766 unsigned int track; local
917 unsigned int track; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dcm206.c46 resume, eject. Play_track ignores track info, because we can't
242 #ifdef STATISTICS /* keep track of errors in counters */
261 uch track, fsm[3], q0; member in struct:toc_struct
905 strategy. All track starts that happen to be found are stored in
910 for track# 0xaa, it'll get the wrong time back. Any other program
931 inline uch normalize_track(uch track) argument
933 if (track < 1)
935 if (track > LAST_TRACK)
937 return track;
940 /* This function does a binary search for track star
944 get_toc_lba(uch track) argument
996 update_toc_entry(uch track) argument
1107 uch track = normalize_track(ep->cdte_track); local
[all...]
H A Dgscd.h104 unsigned char track; member in struct:gscd_Toc
H A Dmcd.h95 unsigned char track; member in struct:mcd_Toc
H A Daztcd.h112 #define ACMD_PLAY_READ 0x20 /* read data track in cooked mode */
115 #define ACMD_SEEK_TO_LEADIN 0x31 /* seek to leadin track*/
125 #define ACMD_PLAY_AUDIO 0x90 /* play audio track */
158 unsigned char track; member in struct:azt_Toc
H A Dsjcd.h106 #define SCMD_GET_1_TRACK 0xA0 /* get the first track information */
107 #define SCMD_GET_L_TRACK 0xA1 /* get the last track information */
159 unsigned char track; member in struct:sjcd_toc
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dbootsect.S119 # Get disk drive parameters, specifically number of sectors/track.
134 xchgw %cx, %ax # %cx = track and sector
223 sread: .word 0 # sectors read of current track
225 track: .word 0 # current track label
278 # Accessing head, track, sread via %si gives shorter code.
280 movw 4(%si), %dx # 4(%si) = track
307 incw 4(%si) # next track
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dbootsect.S119 # Get disk drive parameters, specifically number of sectors/track.
134 xchgw %cx, %ax # %cx = track and sector
223 sread: .word 0 # sectors read of current track
225 track: .word 0 # current track label
278 # Accessing head, track, sread via %si gives shorter code.
280 movw 4(%si), %dx # 4(%si) = track
307 incw 4(%si) # next track

Completed in 222 milliseconds

123