Home
last modified time | relevance | path

Searched refs:ft_t_noise (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-rw.c150 TRACE(ft_t_noise, "segment: %d, bad sector map: %08lx", in setup_segment()
266 TRACE(ft_t_noise, "tape at logical EOT"); in ftape_handle_logical_eot()
274 TRACE(ft_t_noise, "runner stopped because of logical EOT"); in ftape_handle_logical_eot()
408 TRACE(ft_t_noise, "aborting fdc operation"); in ftape_dumb_stop()
420 TRACE(ft_t_noise, "tape already halted"); in ftape_dumb_stop()
481 TRACE(ft_t_noise, "ftape_report_drive_status: 0x%02x", status); in ftape_wait_segment()
568 TRACE(ft_t_noise, "skipping clipped at 4095 segment"); in fast_seek()
573 TRACE(ft_t_noise, "skipping %d segment(s)", count); in fast_seek()
577 TRACE(ft_t_noise, "backing up %d segment(s)", count); in fast_seek()
582 TRACE(ft_t_noise, "Skip command failed"); in fast_seek()
[all …]
Dftape-write.c72 TRACE(ft_t_noise, "bad sectors in map: %d", bads); in copy_and_gen_ecc()
75 TRACE(ft_t_noise, "empty segment"); in copy_and_gen_ecc()
114 TRACE(ft_t_noise, in ftape_start_writing()
118 TRACE(ft_t_noise, "runner not idle, not starting tape"); in ftape_start_writing()
143 TRACE(ft_t_noise, "runner is idle, restarting"); in ftape_loop_until_writes_done()
152 TRACE(ft_t_noise, "tail: %d, head: %d", in ftape_loop_until_writes_done()
179 TRACE(ft_t_noise, "looping until writes done"); in ftape_loop_until_writes_done()
197 TRACE(ft_t_noise, "segment_id = %d", segment_id); in write_segment()
203 TRACE(ft_t_noise, "calling ftape_abort_operation"); in write_segment()
232 TRACE(ft_t_noise, "hard_error_map = 0x%08lx", in write_segment()
[all …]
Dfdc-isr.c67 TRACE(ft_t_noise, "no data error"); in print_error_cause()
70 TRACE(ft_t_noise, "id am error"); in print_error_cause()
73 TRACE(ft_t_noise, "id crc error"); in print_error_cause()
76 TRACE(ft_t_noise, "data am error"); in print_error_cause()
79 TRACE(ft_t_noise, "data crc error"); in print_error_cause()
82 TRACE(ft_t_noise, "overrun error"); in print_error_cause()
226 TRACE(ft_t_noise, "sector %d : %s error\n" in update_error_maps()
302 TRACE(ft_t_noise, "%ssector offset: 0x%04x", in determine_verify_progress()
351 TRACE(ft_t_noise, "%sDMA residue: 0x%04x", in determine_progress()
441 TRACE(ft_t_noise, "qic-pause failed, status = %d", result); in pause_tape()
[all …]
Dftape-io.c153 TRACE(ft_t_noise, in ft_check_cmd_restrictions()
156 TRACE(ft_t_noise, "waiting until drive gets ready"); in ft_check_cmd_restrictions()
175 TRACE(ft_t_noise, "command %d issued while not ready", in ft_check_cmd_restrictions()
177 TRACE(ft_t_noise, "waiting until drive gets ready"); in ft_check_cmd_restrictions()
192 TRACE(ft_t_noise, in ft_check_cmd_restrictions()
195 TRACE(ft_t_noise, "clearing error status"); in ft_check_cmd_restrictions()
496 TRACE(ft_t_noise, "%sFatal ERROR:", in ftape_report_error()
498 TRACE(ft_t_noise, "%s ...", ftape_errors[*error].message); in ftape_report_error()
500 TRACE(ft_t_noise, "Unknown ERROR !"); in ftape_report_error()
504 TRACE(ft_t_noise, "... caused by command \'%s\'", in ftape_report_error()
[all …]
Dftape-read.c114 TRACE_ABORT(0, ft_t_noise, "empty segment"); in correct_and_copy_fraction()
120 TRACE(ft_t_noise, "crc error map: 0x%08lx", (unsigned long)read_bad); in correct_and_copy_fraction()
121 TRACE(ft_t_noise, "corrected map: 0x%08lx", (unsigned long)mseg.corrected); in correct_and_copy_fraction()
171 TRACE(ft_t_noise, "calling ftape_abort_operation"); in ftape_read_segment_fraction()
246 TRACE(ft_t_noise, in ftape_read_segment_fraction()
256 TRACE(ft_t_noise, "reading wrong segment"); in ftape_read_segment_fraction()
417 TRACE(ft_t_noise, "first data segment: %d", ft_first_data_segment); in ftape_decode_header_segment()
418 TRACE(ft_t_noise, "last data segment: %d", ft_last_data_segment); in ftape_decode_header_segment()
419 TRACE(ft_t_noise, "header segments are %d and %d", in ftape_decode_header_segment()
440 TRACE(ft_t_noise, "(fmt/spt/tpc/fhm/ftm/fsm) = %d/%d/%d/%d/%d/%d", in ftape_decode_header_segment()
Dftape-format.c110 TRACE(ft_t_noise, in ftape_format_track()
178 TRACE(ft_t_noise, "End of track %d at segment %d", in ftape_format_status()
209 TRACE(ft_t_noise, "Verifying segment %d", segment_id); in ftape_verify_segment()
212 TRACE(ft_t_noise, "calling ftape_abort_operation"); in ftape_verify_segment()
281 TRACE(ft_t_noise, "verifying wrong segment"); in ftape_verify_segment()
Dftape-ctl.c183 TRACE(ft_t_noise, "aborting runner, waiting"); in ftape_abort_operation()
193 TRACE(ft_t_noise, "forcing runner abort"); in ftape_abort_operation()
195 TRACE(ft_t_noise, "stopping tape"); in ftape_abort_operation()
346 TRACE(ft_t_noise, "error code : %d", error); in ftape_get_drive_status()
347 TRACE(ft_t_noise, "error command: %d", command); in ftape_get_drive_status()
376 TRACE(ft_t_noise, "Write protected cartridge"); in ftape_get_drive_status()
523 TRACE(ft_t_noise, in ftape_calc_timeouts()
541 TRACE(ft_t_noise, "timeouts for speed = %d, length = %d\n" in ftape_calc_timeouts()
740 TRACE(ft_t_noise, "remapped dma buffer @ %p to location @ %p", in ftape_mmap()
796 TRACE(ft_t_noise, "first byte of buffer %d: 0x%02x", in ftape_disable()
Dftape-bsm.c213 TRACE(ft_t_noise, "bad segment at sector: %6d", in print_bad_sector_map()
217 TRACE(ft_t_noise, "bad sector: %6d", sector); in print_bad_sector_map()
224 TRACE(ft_t_noise, "Old ftape eof mark: %4d/%2d", in print_bad_sector_map()
233 TRACE(ft_t_noise, in print_bad_sector_map()
417 TRACE(ft_t_noise, "putting map 0x%08x at %p, segment %d", in ftape_put_bad_sector_entry()
Dfdc-io.c473 TRACE(ft_t_noise, "turning motor %d on", unit); in fdc_motor()
475 TRACE(ft_t_noise, "turning motor %d off", unit); in fdc_motor()
504 TRACE(ft_t_noise, "New precomp: %d nsec", precomp); in fdc_set_write_precomp()
666 TRACE(ft_t_noise, "drive polling completed"); in fdc_reset()
721 TRACE(ft_t_noise, "fifo restored: %sabled, thr. %d, %slocked", in fdc_disable()
796 TRACE(ft_t_noise, "destination was: %d, resetting FDC...", in fdc_seek()
998 TRACE(ft_t_noise, "deleting segment %d", buff->segment_id); in fdc_setup_read_write()
1068 TRACE(ft_t_noise, in fdc_fifo_threshold()
1368 TRACE(ft_t_noise, "DMA-gate on standard fdc disabled"); in fdc_grab_irq_and_dma()
1390 TRACE(ft_t_noise, "DMA-gate on standard fdc enabled again"); in fdc_release_irq_and_dma()
Dftape-tracing.h57 ft_t_noise, enumerator
Dftape-ecc.c851 TRACE((ncorrected > 0) ? ft_t_noise : ft_t_any, "number of corrections: %d", ncorrected); in ftape_ecc_correct_data()
/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-write.c64 TRACE_FUN(ft_t_noise); in zft_write_header_segments()
81 TRACE(ft_t_noise, in zft_write_header_segments()
86 TRACE(ft_t_noise, in zft_write_header_segments()
108 TRACE_FUN(ft_t_noise); in zft_update_header_segments()
115 TRACE_ABORT(0, ft_t_noise, "Tape set read-only: no update"); in zft_update_header_segments()
118 TRACE_ABORT(0, ft_t_noise, "Nothing to update"); in zft_update_header_segments()
124 TRACE_ABORT(0, ft_t_noise, "Nothing to update"); in zft_update_header_segments()
126 TRACE(ft_t_noise, "Updating header segments"); in zft_update_header_segments()
158 TRACE(ft_t_noise, "No need to read a segment"); in read_merge_buffer()
166 TRACE(ft_t_noise, "trying to read segment %d from offset %d", in read_merge_buffer()
[all …]
Dzftape-vtbl.c157 TRACE(ft_t_noise, "called with \"%s\" / \"%s\"", label, ZFT_VOL_NAME); in check_volume_label()
162 TRACE(ft_t_noise, "got old style zftape vtbl entry"); in check_volume_label()
196 TRACE(ft_t_noise, "got new style zftape vtbl entry"); in check_volume()
263 TRACE(ft_t_noise, "deleting cmap volume"); in zft_create_volume_headers()
280 DUMP_VOLINFO(ft_t_noise, &entry[VTBL_DESC], vtbl); in zft_create_volume_headers()
299 TRACE(ft_t_noise, "writing volume table segment %d", segment); in zft_update_volume_table()
325 TRACE(ft_t_noise, in extract_alien_volume()
329 TRACE(ft_t_noise, in extract_alien_volume()
379 TRACE(ft_t_noise, "ignoring cmap volume"); in zft_extract_volume_headers()
412 DUMP_VOLINFO(ft_t_noise, &entry[VTBL_DESC], zft_last_vtbl); in zft_extract_volume_headers()
[all …]
Dzftape-read.c184 TRACE(ft_t_noise, "nr bytes just read: %d", *read_cnt); in zft_simple_read()
224 TRACE(ft_t_noise, "remaining: " LL_X ", vol_no: %d", in check_read_access()
248 TRACE(ft_t_noise, in check_read_access()
321 TRACE(ft_t_noise, "EOD reached"); in _zft_read()
324 TRACE_ABORT(result, ft_t_noise, in _zft_read()
345 TRACE_ABORT(result, ft_t_noise, in _zft_read()
381 TRACE(ft_t_noise, "just before eof"); in _zft_read()
Dzftape-ctl.c269 TRACE(ft_t_noise, in seek_block()
275 TRACE(ft_t_noise, in seek_block()
303 TRACE(ft_t_noise, "set zft_just_before_eof"); in seek_block()
306 TRACE(ft_t_noise, "\n" in seek_block()
757 TRACE(ft_t_noise, in _zft_open()
779 TRACE(ft_t_noise, "you probably mixed up the zftape devices!"); in _zft_open()
799 TRACE(ft_t_noise, "writing file mark at current position"); in _zft_close()
815 TRACE(ft_t_noise, "rewinding tape"); in _zft_close()
838 TRACE(ft_t_noise, "Keeping module locked in memory because:\n" in _zft_close()
865 TRACE(ft_t_noise, "calling MTIOCTOP command: %s", in mtioctop()
[all …]
Dzftape-eof.c106 TRACE(ft_t_noise, "tape label = `%s'", tmp_label); in zft_ftape_validate_label()
117 TRACE(ft_t_noise, "format version = %d", ftape_fmt_version); in zft_ftape_validate_label()
165 TRACE(ft_t_noise, "number of file marks: %d", zft_nr_eof_marks); in zft_ftape_extract_file_marks()
179 TRACE(ft_t_noise, "eof mark: %5d/%2d", in zft_ftape_extract_file_marks()
Dzftape-rw.c100 TRACE(ft_t_noise, "switching to raw mode"); in zft_set_flags()
219 TRACE(ft_t_noise, "new cached pos: %d", seg_pos); in zft_calc_tape_pos()
264 TRACE(ft_t_noise, "\n" in zft_verify_write_segments()
314 TRACE(ft_t_noise, "verify successful:\n" in zft_verify_write_segments()
346 TRACE(ft_t_noise, in zft_erase()
Dzftape-buffers.c58 TRACE(ft_t_noise, "Memory usage (vmalloc allocations):\n" in zft_memory_stats()
89 TRACE_ABORT(0, ft_t_noise, in zft_vmalloc_once()
113 TRACE(ft_t_noise, "released buffer @ %p, %d bytes", in zft_vfree()
/linux-2.4.37.9/drivers/char/ftape/compressor/
Dzftape-compress.c210 TRACE(/* ft_t_data_flow */ ft_t_noise, "pre QIC-113 version"); in get_cseg()
227 DUMP_CMPR_INFO(ft_t_noise /* ft_t_any */, "", cinfo); in get_cseg()
268 DUMP_CMPR_INFO(ft_t_noise /* ft_t_any */ , "", cluster); in get_next_cluster()
726 DUMP_CMPR_INFO(ft_t_noise /* ft_t_any */, "", &cseg); in zftc_read()
862 TRACE(ft_t_noise, "\n" in zftc_seek()
887 TRACE(ft_t_noise, "starting slow seek:\n" in zftc_seek()
1008 DUMP_CMPR_INFO(ft_t_noise, "", c_info); in seek_in_segment()
1013 TRACE(ft_t_noise, "compressed_sz: %d, compos : %d", in seek_in_segment()
1034 DUMP_CMPR_INFO(ft_t_noise, "", c_info); in seek_in_segment()
1035 TRACE(ft_t_noise, "to_do: %d", remaining); in seek_in_segment()
[all …]