-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtags
More file actions
executable file
·685 lines (685 loc) · 57.6 KB
/
tags
File metadata and controls
executable file
·685 lines (685 loc) · 57.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.6 //
ABORT_REQUEST_BY_TEST_SCRIPT ts.h /^ ABORT_REQUEST_BY_TEST_SCRIPT,$/;" e enum:__anon1
ABORT_REQUEST_BY_USER ts.h /^ ABORT_REQUEST_BY_USER = 1,$/;" e enum:__anon1
APP_NAME makefile /^APP_NAME = libts.a$/;" m
APP_OBJS makefile /^APP_OBJS = tsAbort.o tsCom.o tsEnv.o tsError.o tsHead.o tsHost.o tsIdfy.o tsLib.o tsMain.o tsParse.o tsPoll.o tsRaw.o tsStat.o$/;" m
BLOCKSIZE ts.h 28;" d
BLOCKSIZE ts.h 53;" d
CELL_TEST_LIBRARY_VERSION_SIZE ts.h /^ CELL_TEST_LIBRARY_VERSION_SIZE = 24,$/;" e enum:__anon1
CFLAGS makefile /^CFLAGS = $(CFLAGS_DEFAULT)$/;" m
CLEAR_TIMER_BYTE ts.h /^ CLEAR_TIMER_BYTE = 0x80,$/;" e enum:__anon1
DEFAULT_LOG_MIRROR_TO_STDOUT ts.h /^ DEFAULT_LOG_MIRROR_TO_STDOUT = 0,$/;" e enum:__anon1
DEFAULT_LOG_SIZE_IN_KBYTE ts.h /^ DEFAULT_LOG_SIZE_IN_KBYTE = 16,$/;" e enum:__anon1
DI_ tsLib.c /^void DI_(void)$/;" f
DOWNLOAD_FILE_CHUNK_SIZE ts.h /^ DOWNLOAD_FILE_CHUNK_SIZE = 15000,$/;" e enum:__anon1
DOWNLOAD_FILE_NAME_COMPARE_SIZE ts.h /^ DOWNLOAD_FILE_NAME_COMPARE_SIZE = 16,$/;" e enum:__anon1
DRIVE_ACCESS_RETRY_INTERVAL_SEC ts.h /^ DRIVE_ACCESS_RETRY_INTERVAL_SEC = 3,$/;" e enum:__anon1
DRIVE_COM_ECHO_TEST ts.h /^ DRIVE_COM_ECHO_TEST,$/;" e enum:__anon1
DRIVE_COM_ECHO_TEST_WITH_POWER_CYCLE ts.h /^ DRIVE_COM_ECHO_TEST_WITH_POWER_CYCLE,$/;" e enum:__anon1
DRIVE_COM_READ_TEST ts.h /^ DRIVE_COM_READ_TEST,$/;" e enum:__anon1
DRIVE_COM_READ_TEST_MAX_DATA_SIZE ts.h /^ DRIVE_COM_READ_TEST_MAX_DATA_SIZE = (63 * 1024),$/;" e enum:__anon1
DRIVE_COM_READ_TEST_MIN_DATA_SIZE ts.h /^ DRIVE_COM_READ_TEST_MIN_DATA_SIZE = 1,$/;" e enum:__anon1
DRIVE_COM_READ_THEN_HOST_COM_UPLOAD_TEST ts.h /^ DRIVE_COM_READ_THEN_HOST_COM_UPLOAD_TEST,$/;" e enum:__anon1
DRIVE_ECHO_DATA_SIZE ts.h /^ DRIVE_ECHO_DATA_SIZE = 512,$/;" e enum:__anon1
DRIVE_MEMORY_CONTROL_BLOCK ts.h /^} DRIVE_MEMORY_CONTROL_BLOCK;$/;" t typeref:struct:drive_memory_control_block
DRIVE_PES_HEADER_SIZE ts.h /^ DRIVE_PES_HEADER_SIZE = 16,$/;" e enum:__anon1
DRIVE_PLUG_RETRY_SEC ts.h /^ DRIVE_PLUG_RETRY_SEC = 10, \/**< up to RS422 polling time *\/$/;" e enum:__anon1
DRIVE_POLL_ONLY_TEST ts.h /^ DRIVE_POLL_ONLY_TEST,$/;" e enum:__anon1
DRIVE_SECTOR_SIZE_BYTE ts.h /^ DRIVE_SECTOR_SIZE_BYTE = 512,$/;" e enum:__anon1
DRIVE_TEMPERATURE_TEST ts.h /^ DRIVE_TEMPERATURE_TEST,$/;" e enum:__anon1
DRIVE_VOLTAGE_TEST ts.h /^ DRIVE_VOLTAGE_TEST,$/;" e enum:__anon1
EACH_WORD_WRITE ts.h 550;" d
EI_ tsLib.c /^void EI_(void)$/;" f
ERROR_CODE_EXT_RawdataPagecorrupt ts.h /^ ERROR_CODE_EXT_RawdataPagecorrupt = 0x0006000A, \/**< JPT:6116 PTB:GOD6 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_cannot_communicate_with_drive ts.h /^ ERROR_CODE_EXT_cannot_communicate_with_drive = 0x00010001, \/**< GOD2 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_cannot_finalizereporting ts.h /^ ERROR_CODE_EXT_cannot_finalizereporting = 0x00020004, \/**< 6116 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_cannot_get_sn ts.h /^ ERROR_CODE_EXT_cannot_get_sn = 0x00050000, \/**< GOD5 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_cell_abort_by_test_script ts.h /^ ERROR_CODE_EXT_cell_abort_by_test_script = 0x000f9933, \/**< 9933 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_cell_abort_by_user ts.h /^ ERROR_CODE_EXT_cell_abort_by_user = 0x000f9934, \/**< 9934 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_cell_insertion_check_error ts.h /^ ERROR_CODE_EXT_cell_insertion_check_error = 0x000f9930, \/**< 9930 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_cell_temperature_error ts.h /^ ERROR_CODE_EXT_cell_temperature_error = 0x000f9932, \/**< 9932 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_cell_voltage_error ts.h /^ ERROR_CODE_EXT_cell_voltage_error = 0x000f9931, \/**< 9931 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_detect_abnormalreporting ts.h /^ ERROR_CODE_EXT_detect_abnormalreporting = 0x00060000, \/**< GOD6 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_enough_time_final ts.h /^ ERROR_CODE_EXT_enough_time_final = 0x80002, \/**< 5910 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_no_error_code ts.h /^ ERROR_CODE_EXT_no_error_code = 0x0002FF00, \/**< 6xxx [COM_22] *\/$/;" e enum:__anon1
ERROR_CODE_EXT_re_srst_ng ts.h /^ ERROR_CODE_EXT_re_srst_ng = 0x00040002, \/**< 6100 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_re_srst_ok ts.h /^ ERROR_CODE_EXT_re_srst_ok = 0x00040000, \/**< 6110 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_reporting_timeout ts.h /^ ERROR_CODE_EXT_reporting_timeout = 0x00070000, \/**< GOD7 *\/$/;" e enum:__anon1
ERROR_CODE_EXT_unit_reason ts.h /^ ERROR_CODE_EXT_unit_reason = 0x00030000, \/**< GOD3 *\/$/;" e enum:__anon1
ERROR_CODE_grading_nopass2ID ts.h /^ ERROR_CODE_grading_nopass2ID = 0x00068180, \/* NO pass2ID in SW tbale [2STEP_02] *\/$/;" e enum:__anon1
ERROR_CODE_grading_noswtb ts.h /^ ERROR_CODE_grading_noswtb = 0x00068181, \/* Nothing SW tbale with Grading flag [2STEP_02] *\/$/;" e enum:__anon1
ERROR_CODE_grading_pending ts.h /^ ERROR_CODE_grading_pending = 0x00068183, \/* Detect "PEND" Signeture fail [2STEP_02] *\/$/;" e enum:__anon1
ERROR_CODE_grading_swtabel ts.h /^ ERROR_CODE_grading_swtabel = 0x0006818F,$/;" e enum:__anon1
ERROR_CODE_grading_wrpass2ID ts.h /^ ERROR_CODE_grading_wrpass2ID = 0x00068182, \/* Write pass2 ID fail [2STEP_02] *\/$/;" e enum:__anon1
ERROR_CODE_srst_incomplete_re_srst_ng ts.h /^ ERROR_CODE_srst_incomplete_re_srst_ng = 0x30, \/**< 6100 *\/$/;" e enum:__anon1
ERROR_CODE_srst_incomplete_re_srst_ok ts.h /^ ERROR_CODE_srst_incomplete_re_srst_ok = 0x31, \/**< 6110 *\/$/;" e enum:__anon1
EndianSwaponSectorBuffer tsCom.c /^Byte EndianSwaponSectorBuffer(TEST_SCRIPT_CONTROL_BLOCK *tscb, DRIVE_MEMORY_CONTROL_BLOCK *dmcb)$/;" f
FINAL_MODE ts.h 33;" d
FINAL_PART ts.h 553;" d
FUNALIZE_RETRY_CONT ts.h /^ FUNALIZE_RETRY_CONT = 12,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_before_initialize ts.h /^ GET_DRIVE_RAWDATA_FSM_before_initialize = 0,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_check_drive_error_for_mcs ts.h /^ GET_DRIVE_RAWDATA_FSM_check_drive_error_for_mcs,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_check_drive_error_for_pes ts.h /^ GET_DRIVE_RAWDATA_FSM_check_drive_error_for_pes,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_check_drive_error_for_srst_result ts.h /^ GET_DRIVE_RAWDATA_FSM_check_drive_error_for_srst_result,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_dump_mcs ts.h /^ GET_DRIVE_RAWDATA_FSM_dump_mcs,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_dump_pes ts.h /^ GET_DRIVE_RAWDATA_FSM_dump_pes,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_dump_srst_result ts.h /^ GET_DRIVE_RAWDATA_FSM_dump_srst_result,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_finalize ts.h /^ GET_DRIVE_RAWDATA_FSM_finalize,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_get_drive_data_after_rawdata_dump ts.h /^ GET_DRIVE_RAWDATA_FSM_get_drive_data_after_rawdata_dump,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_get_drive_data_before_rawdata_dump ts.h /^ GET_DRIVE_RAWDATA_FSM_get_drive_data_before_rawdata_dump,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_get_drive_error_code ts.h /^ GET_DRIVE_RAWDATA_FSM_get_drive_error_code,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_get_parameters_for_mcs ts.h /^ GET_DRIVE_RAWDATA_FSM_get_parameters_for_mcs,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_get_parameters_for_pes ts.h /^ GET_DRIVE_RAWDATA_FSM_get_parameters_for_pes,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_get_parameters_for_srst_result ts.h /^ GET_DRIVE_RAWDATA_FSM_get_parameters_for_srst_result,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_initialize ts.h /^ GET_DRIVE_RAWDATA_FSM_initialize,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_request_next_page_for_mcs ts.h /^ GET_DRIVE_RAWDATA_FSM_request_next_page_for_mcs,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_request_next_page_for_pes ts.h /^ GET_DRIVE_RAWDATA_FSM_request_next_page_for_pes,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_request_next_page_for_srst_result ts.h /^ GET_DRIVE_RAWDATA_FSM_request_next_page_for_srst_result,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_wait_till_mcs_ready_on_drive_memory ts.h /^ GET_DRIVE_RAWDATA_FSM_wait_till_mcs_ready_on_drive_memory,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_wait_till_pes_ready_on_drive_memory ts.h /^ GET_DRIVE_RAWDATA_FSM_wait_till_pes_ready_on_drive_memory,$/;" e enum:__anon1
GET_DRIVE_RAWDATA_FSM_wait_till_srst_result_ready_on_drive_memory ts.h /^ GET_DRIVE_RAWDATA_FSM_wait_till_srst_result_ready_on_drive_memory,$/;" e enum:__anon1
GetdrivePespage tsCom.c /^Byte GetdrivePespage(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
Getdriveerrorcode tsCom.c /^Byte Getdriveerrorcode(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
HOST_COM_DOWNLOAD_TEST ts.h /^ HOST_COM_DOWNLOAD_TEST,$/;" e enum:__anon1
HOST_COM_LOOPBACK_TEST ts.h /^ HOST_COM_LOOPBACK_TEST,$/;" e enum:__anon1
HOST_COM_MESSAGE_TEST ts.h /^ HOST_COM_MESSAGE_TEST,$/;" e enum:__anon1
HOST_COM_UPLOAD_TEST ts.h /^ HOST_COM_UPLOAD_TEST,$/;" e enum:__anon1
HOST_COM_UPLOAD_TEST_MAX_DATA_SIZE ts.h /^ HOST_COM_UPLOAD_TEST_MAX_DATA_SIZE = (63 * 1024),$/;" e enum:__anon1
HOST_COM_UPLOAD_TEST_MIN_DATA_SIZE ts.h /^ HOST_COM_UPLOAD_TEST_MIN_DATA_SIZE = 5,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_before_initialize ts.h /^ IDENTIFY_DRIVE_FSM_before_initialize = 0,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_data_from_Echo_after_sequence ts.h /^ IDENTIFY_DRIVE_FSM_data_from_Echo_after_sequence,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_data_from_Echo_before_sequence ts.h /^ IDENTIFY_DRIVE_FSM_data_from_Echo_before_sequence,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_environment ts.h /^ IDENTIFY_DRIVE_FSM_environment,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_mfg_id ts.h /^ IDENTIFY_DRIVE_FSM_mfg_id,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_mfg_id_on_label ts.h /^ IDENTIFY_DRIVE_FSM_mfg_id_on_label,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_report_to_host ts.h /^ IDENTIFY_DRIVE_FSM_report_to_host,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_serial_number ts.h /^ IDENTIFY_DRIVE_FSM_serial_number,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_signature ts.h /^ IDENTIFY_DRIVE_FSM_signature,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_srst_sequence ts.h /^ IDENTIFY_DRIVE_FSM_srst_sequence,$/;" e enum:__anon1
IDENTIFY_DRIVE_FSM_status ts.h /^ IDENTIFY_DRIVE_FSM_status,$/;" e enum:__anon1
IDENTIFY_DRIVE_PROTOCOL ts.h /^ IDENTIFY_DRIVE_PROTOCOL = 0x43,$/;" e enum:__anon1
IF_DRIVE_FAIL ts.h /^ IF_DRIVE_FAIL = 0x02,$/;" e enum:__anon1
IF_DRIVE_GODx ts.h /^ IF_DRIVE_GODx = 0x04,$/;" e enum:__anon1
IF_DRIVE_PASS ts.h /^ IF_DRIVE_PASS = 0x01,$/;" e enum:__anon1
IGNORE_QGET_DEBUG tsHost.c 3;" d file:
INT2BIT tsHead.c 3;" d file:
INTEGER_SEPARATOR ts.h 464;" d
IS_CLEAR_REPORTING_TIMER ts.h /^ IS_CLEAR_REPORTING_TIMER = ~0x8000,$/;" e enum:__anon1
IS_CLEAR_RETRY_REQUEST ts.h /^ IS_CLEAR_RETRY_REQUEST = ~0x04,$/;" e enum:__anon1
IS_DIRECT_ACCESS ts.h /^ IS_DIRECT_ACCESS = 0,$/;" e enum:__anon1
IS_DIRECT_ACCESS_WITH_OFFSET ts.h /^ IS_DIRECT_ACCESS_WITH_OFFSET,$/;" e enum:__anon1
IS_EMERGENCY_POWER_SHUTDOWN ts.h /^ IS_EMERGENCY_POWER_SHUTDOWN = 0x02,$/;" e enum:__anon1
IS_ENDIAN_16BIT_BIG_TO_16BIT ts.h /^ IS_ENDIAN_16BIT_BIG_TO_16BIT,$/;" e enum:__anon1
IS_ENDIAN_16BIT_LITTLE_TO_16BIT ts.h /^ IS_ENDIAN_16BIT_LITTLE_TO_16BIT,$/;" e enum:__anon1
IS_ENDIAN_16BIT_LITTLE_TO_8BIT ts.h /^ IS_ENDIAN_16BIT_LITTLE_TO_8BIT,$/;" e enum:__anon1
IS_ENDIAN_32BIT_LITTLE_TO_32BIT ts.h /^ IS_ENDIAN_32BIT_LITTLE_TO_32BIT,$/;" e enum:__anon1
IS_ENDIAN_32BIT_LITTLE_TO_8BIT ts.h /^ IS_ENDIAN_32BIT_LITTLE_TO_8BIT,$/;" e enum:__anon1
IS_ENDIAN_8BIT ts.h /^ IS_ENDIAN_8BIT = 0,$/;" e enum:__anon1
IS_ERROR_AT_SETUP ts.h /^ IS_ERROR_AT_SETUP = 0x80,$/;" e enum:__anon1
IS_FFT_DATA_AVAILABLE ts.h /^ IS_FFT_DATA_AVAILABLE = 0x10, \/* no meaurement item for JET\/EB7 PES data and etc parametric data head version*\/$/;" e enum:__anon1
IS_GET_BEFORE_REPORT_AFTER_RAWDATA_DUMP ts.h /^ IS_GET_BEFORE_REPORT_AFTER_RAWDATA_DUMP = 3,$/;" e enum:__anon1
IS_GET_BEFORE_REPORT_AFTER_RAWDATA_DUMP_ONLY_FINAL ts.h /^ IS_GET_BEFORE_REPORT_AFTER_RAWDATA_DUMP_ONLY_FINAL = 7, \/* same report with 3 *\/$/;" e enum:__anon1
IS_GET_BEFORE_REPORT_AFTER_RAWDATA_DUMP_ONLY_SRST ts.h /^ IS_GET_BEFORE_REPORT_AFTER_RAWDATA_DUMP_ONLY_SRST = 6, \/* same report with 3 *\/$/;" e enum:__anon1
IS_GET_SRST_STEP ts.h /^ IS_GET_SRST_STEP = 0x02,$/;" e enum:__anon1
IS_GET_STATUS_AND_CONTROL ts.h /^ IS_GET_STATUS_AND_CONTROL = 0x04,$/;" e enum:__anon1
IS_GET_TEMPERATURE ts.h /^ IS_GET_TEMPERATURE = 0x01,$/;" e enum:__anon1
IS_GRADING_MODEL ts.h /^ IS_GRADING_MODEL = 0x200,$/;" e enum:__anon1
IS_GRADING_MODEL_CLEAR ts.h /^ IS_GRADING_MODEL_CLEAR = ~0x200,$/;" e enum:__anon1
IS_IDENTIFY_ACCESS ts.h /^ IS_IDENTIFY_ACCESS,$/;" e enum:__anon1
IS_INDIRECT_ACCESS ts.h /^ IS_INDIRECT_ACCESS,$/;" e enum:__anon1
IS_INDIRECT_ACCESS_WITH_OFFSET ts.h /^ IS_INDIRECT_ACCESS_WITH_OFFSET,$/;" e enum:__anon1
IS_MCS_DATA_AVAILABLE ts.h /^ IS_MCS_DATA_AVAILABLE = 0x20, \/* no meaurement item for JET\/EB7 *\/$/;" e enum:__anon1
IS_MEMORY_REPORTING_COMP ts.h /^ IS_MEMORY_REPORTING_COMP = ~0x08,$/;" e enum:__anon1
IS_PARAMETRIC_DATA_READY ts.h /^ IS_PARAMETRIC_DATA_READY = 0x20, \/* parametric data unit version*\/$/;" e enum:__anon1
IS_PES_DATA_READY ts.h /^ IS_PES_DATA_READY = 0x10,$/;" e enum:__anon1
IS_RAWDATA_READY ts.h /^ IS_RAWDATA_READY = 0x02,$/;" e enum:__anon1
IS_RAWDATA_READ_STATUS ts.h /^ IS_RAWDATA_READ_STATUS = 0x08,$/;" e enum:__anon1
IS_RAWDATA_TRANSFER_COMP ts.h /^ IS_RAWDATA_TRANSFER_COMP = ~0x02,$/;" e enum:__anon1
IS_REPORTING_COMPLETE ts.h /^ IS_REPORTING_COMPLETE = 0x00,$/;" e enum:__anon1
IS_REPORTING_ERROR_FLAG ts.h /^ IS_REPORTING_ERROR_FLAG = 0x80,$/;" e enum:__anon1
IS_REPORT_AFTER_RAWDATA_DUMP ts.h /^ IS_REPORT_AFTER_RAWDATA_DUMP = 2,$/;" e enum:__anon1
IS_REPORT_BEFORE_RAWDATA_DUMP ts.h /^ IS_REPORT_BEFORE_RAWDATA_DUMP = 1,$/;" e enum:__anon1
IS_REPORT_BEFORE_RAWDATA_DUMP_ONLY_FINAL ts.h /^ IS_REPORT_BEFORE_RAWDATA_DUMP_ONLY_FINAL = 5, \/* same report with 1 *\/$/;" e enum:__anon1
IS_REPORT_BEFORE_RAWDATA_DUMP_ONLY_SRST ts.h /^ IS_REPORT_BEFORE_RAWDATA_DUMP_ONLY_SRST = 4, \/* same report with 1 *\/$/;" e enum:__anon1
IS_REPORT_NOT_REQUIRED ts.h /^ IS_REPORT_NOT_REQUIRED = 0,$/;" e enum:__anon1
IS_RETRY_REQUEST ts.h /^ IS_RETRY_REQUEST = 0x04,$/;" e enum:__anon1
IS_RE_SRST_NG ts.h /^ IS_RE_SRST_NG = 0x08,$/;" e enum:__anon1
IS_SRST_COMP_AND_UNDER_UART_REPORT ts.h /^ IS_SRST_COMP_AND_UNDER_UART_REPORT = 0x01,$/;" e enum:__anon1
IS_SRST_COMP_AND_UNDER_UART_REPORT_OR_TIME_OUT ts.h /^ IS_SRST_COMP_AND_UNDER_UART_REPORT_OR_TIME_OUT = 0x02,$/;" e enum:__anon1
IS_STOP_REQ_FROM_SRST ts.h /^ IS_STOP_REQ_FROM_SRST = 0x08,$/;" e enum:__anon1
IS_TEST_TIME_OUT ts.h /^ IS_TEST_TIME_OUT = 0x01,$/;" e enum:__anon1
IS_UARTFLAG_BURSTMODE ts.h /^ IS_UARTFLAG_BURSTMODE = 0x02,$/;" e enum:__anon1
IS_UARTFLAG_TIMEOUT ts.h /^ IS_UARTFLAG_TIMEOUT = 0x01,$/;" e enum:__anon1
IS_UNDER_DATA_SETUP_PROCESS ts.h /^ IS_UNDER_DATA_SETUP_PROCESS = 0x40,$/;" e enum:__anon1
IS_UNDER_REPORTING_MODE ts.h /^ IS_UNDER_REPORTING_MODE = 0x01,$/;" e enum:__anon1
IS_UNDER_SRST ts.h /^ IS_UNDER_SRST = 0x00,$/;" e enum:__anon1
JumpProcess tsMain.c /^Byte JumpProcess(Byte *string)$/;" f
KEY_ALTTRK_TBL ts.h 523;" d
KEY_BAD_HEAD ts.h 521;" d
KEY_DRIVE_PARAMETER ts.h 519;" d
KEY_DRIVE_PARAMETER_BYTE ts.h 518;" d
KEY_ERROR_CODE ts.h 520;" d
KEY_GEOPARAMETER ts.h 528;" d
KEY_GRADING_FLAG ts.h 531;" d
KEY_GRADING_FLAG_WF ts.h 532;" d
KEY_GRADING_REPORT ts.h 534;" d
KEY_HEAD_CONVERTION_TABLE ts.h 495;" d
KEY_HEAD_NUMBER ts.h 493;" d
KEY_HEAD_TABLE ts.h 494;" d
KEY_IDENTIFY ts.h 490;" d
KEY_IMMEDIATE_FLAG ts.h 503;" d
KEY_LAST_PAGE ts.h 505;" d
KEY_LAST_POINTER ts.h 506;" d
KEY_LIBRARY_VERSION ts.h 535;" d
KEY_MFGID_ON_LABEL ts.h 498;" d
KEY_MFG_ID ts.h 486;" d
KEY_MICRO_REVISION_LEVEL ts.h 491;" d
KEY_NUMBER_OF_SERVO_SECTOR ts.h 516;" d
KEY_NUMBER_OF_SETUP_PAGE ts.h 507;" d
KEY_OFFSET_HEAD ts.h 533;" d
KEY_PASS2ID ts.h 530;" d
KEY_PES_CYLINDER ts.h 510;" d
KEY_PES_DATA ts.h 517;" d
KEY_PES_DATA_COUNT ts.h 513;" d
KEY_PES_HEAD ts.h 511;" d
KEY_PES_NUMBER_OF_SERVO_SECTOR ts.h 515;" d
KEY_PES_SPINDLE_SPEED ts.h 514;" d
KEY_PES_TEMPERATURE ts.h 512;" d
KEY_PES_TOTAL_NUMBER_OF_PAGE ts.h 509;" d
KEY_RE_SRST_PROHIBIT ts.h 527;" d
KEY_SERIAL_NUMBER ts.h 485;" d
KEY_SERVO_SECTOR_NUMBER ts.h 492;" d
KEY_SPINDLE_RPM ts.h 497;" d
KEY_SRST_PARAMETER ts.h 487;" d
KEY_SRST_RESULT ts.h 508;" d
KEY_SRST_SEQUENCE ts.h 488;" d
KEY_SRST_SEQUENCE2 ts.h 489;" d
KEY_SRST_SIGNATURE ts.h 522;" d
KEY_SRST_TOP_ADDRESS ts.h 484;" d
KEY_SRVM_IMAGE ts.h 526;" d
KEY_STATUS_AND_CONTROL ts.h 501;" d
KEY_STATUS_AND_CONTROL_B ts.h 502;" d
KEY_STEP_COUNT ts.h 500;" d
KEY_SWITCH_TABLE ts.h 536;" d
KEY_TEMPERATURE ts.h 499;" d
KEY_TESTER_CONFIG_LOG ts.h 540;" d
KEY_TESTER_DUMMY_DATA ts.h 544;" d
KEY_TESTER_ERROR_LOG ts.h 541;" d
KEY_TESTER_LOG ts.h 542;" d
KEY_TESTER_RECORD ts.h 543;" d
KEY_TESTER_TEMPERATURE_LOG ts.h 538;" d
KEY_TESTER_UART_LOG ts.h 539;" d
KEY_TESTER_VOLTAGE_DATA ts.h 545;" d
KEY_TIME_LOG ts.h 537;" d
KEY_TPI_BPI ts.h 496;" d
KEY_TPI_INFORMATION ts.h 529;" d
KEY_UART_FLAG ts.h 504;" d
KEY_ZONE_IMAGE ts.h 525;" d
KEY_ZONE_PARAMETER ts.h 524;" d
LINK_OBJS makefile /^LINK_OBJS = $(APP_OBJS) $(LIB_CD)$/;" m
LOGIC_CARD_SERVER_STR ts.h 444;" d
MATCH ts.h /^ MATCH = 0,$/;" e enum:__anon1
MAX_CONFIG_FILE_SIZE_IN_BYTE ts.h /^ MAX_CONFIG_FILE_SIZE_IN_BYTE = (63 * 1024),$/;" e enum:__anon1
MAX_CRITERIA tsMain.c 1287;" d file:
MAX_LOG_SIZE_IN_KBYTE ts.h /^ MAX_LOG_SIZE_IN_KBYTE = 2048, \/**< [DEBUG] shall be smaller in production level code *\/$/;" e enum:__anon1
MAX_NUMBER_OF_FORCE_STOP_PF_CODE ts.h /^ MAX_NUMBER_OF_FORCE_STOP_PF_CODE = 16, \/** Max number of DRIVE_MEMORY_CONTROL_BLOCK *\/$/;" e enum:__anon1
MAX_REPORT_DATA_SIZE_BYTE ts.h /^ MAX_REPORT_DATA_SIZE_BYTE = (63 * 1024), \/**< this + header size shall be < 63KB *\/$/;" e enum:__anon1
MAX_SIZE_OF_DMCB ts.h /^ MAX_SIZE_OF_DMCB = 128, \/** Max size of DRIVE_MEMORY_CONTROL_BLOCK *\/$/;" e enum:__anon1
MAX_SIZE_OF_DUMP_BINARY ts.h /^ MAX_SIZE_OF_DUMP_BINARY = (8 * 1024),$/;" e enum:__anon1
MAX_UART_DATA_SIZE_BYTE ts.h /^ MAX_UART_DATA_SIZE_BYTE = (63 * 1024), \/**< this + header size shall be < 63KB *\/$/;" e enum:__anon1
MEMORY_WATER_MARK_THRESHOLD_IN_BYTE ts.h /^ MEMORY_WATER_MARK_THRESHOLD_IN_BYTE = (12 * 1024 * 1024), \/**< 10% of total memory (128MB) *\/$/;" e enum:__anon1
MESSAGE_BAD_HEAD_STR ts.h 449;" d
MESSAGE_COMMAND_STR ts.h 456;" d
MESSAGE_COMP_COMMAND_STR ts.h 451;" d
MESSAGE_DOWNLOAD_CMD_STR ts.h 460;" d
MESSAGE_DOWNLOAD_SYNC_STR ts.h 461;" d
MESSAGE_FUNCTION_NAME_STR ts.h 454;" d
MESSAGE_GRADING_ID_STR ts.h 446;" d
MESSAGE_GRADING_ID_STR_WITHFLAG ts.h 447;" d
MESSAGE_HOST_RESPONSE_FOR_COMP ts.h 458;" d
MESSAGE_HOST_RESPONSE_FOR_FILE ts.h 457;" d
MESSAGE_ID_STR ts.h 445;" d
MESSAGE_PRECOMP_COMMAND_STR ts.h 450;" d
MESSAGE_PRECOMP_FUNCTION_NAME_STR ts.h 455;" d
MESSAGE_SEPARATOR ts.h 463;" d
MESSAGE_STATUS_STR ts.h 448;" d
MESSAGE_TEST_TIMEOUT ts.h 452;" d
MY_CELL_NO ts.h 442;" d
MY_TASK_ID ts.h 441;" d
NORMAL_TEST_SCRIPT ts.h /^ NORMAL_TEST_SCRIPT = 0,$/;" e enum:__anon1
NO_PASS2ID ts.h /^ NO_PASS2ID = 0x01,$/;" e enum:__anon1
NO_SW_TBL ts.h /^ NO_SW_TBL = 0x02,$/;" e enum:__anon1
NUM_OF_CELL_CONTROLLER_TASK ts.h /^ NUM_OF_CELL_CONTROLLER_TASK = 240,$/;" e enum:__anon1
OPTIMUS ts.h 482;" d
PENDING_ERROR ts.h /^ PENDING_ERROR = 0x08,$/;" e enum:__anon1
POWER_ON_ONLY_TEST ts.h /^ POWER_ON_ONLY_TEST,$/;" e enum:__anon1
RAWDATA_RETRY_CONT ts.h /^ RAWDATA_RETRY_CONT = 16,$/;" e enum:__anon1
READ_DRIVE_MEMORY_PROTOCOL ts.h /^ READ_DRIVE_MEMORY_PROTOCOL = 0x41,$/;" e enum:__anon1
READ_FROM_DRIVE ts.h /^ READ_FROM_DRIVE = 1,$/;" e enum:__anon1
RECEIVE_BUFFER_ID tsMain.c 17;" d file:
RELEASE_CPU_TRIGGER ts.h /^ RELEASE_CPU_TRIGGER = 10,$/;" e enum:__anon1
REPORT_COMP ts.h 556;" d
REPORT_PRECOMP ts.h 555;" d
SET_PASS2ID_ERROR ts.h /^ SET_PASS2ID_ERROR = 0x04,$/;" e enum:__anon1
SIGNATURE_ABORFIN0 ts.h 476;" d
SIGNATURE_ABORFIN1 ts.h 475;" d
SIGNATURE_ABORSRST ts.h 477;" d
SIGNATURE_COMPFIN1 ts.h 474;" d
SIGNATURE_COMPSRST ts.h 471;" d
SIGNATURE_PENDFIN0 ts.h 479;" d
SIGNATURE_PENDFIN1 ts.h 480;" d
SIGNATURE_PENDSRST ts.h 478;" d
SIGNATURE_SELFFIN0 ts.h 472;" d
SIGNATURE_SELFFIN1 ts.h 473;" d
SIGNATURE_SELFSRST ts.h 470;" d
SIGNATURE_SRST_ABORT ts.h 466;" d
SIGNATURE_SRST_COMPLETE ts.h 467;" d
SIGNATURE_SRST_PENDING ts.h 468;" d
SIGNATURE_SRST_RUNNING ts.h 465;" d
SLEEP_MODE_PARTIAL ts.h /^ SLEEP_MODE_PARTIAL = 0,$/;" e enum:__anon1
SLEEP_MODE_SLUMBER ts.h /^ SLEEP_MODE_SLUMBER,$/;" e enum:__anon1
SLEEP_TIME_AFTER_DRIVE_UNLOAD_SEC ts.h /^ SLEEP_TIME_AFTER_DRIVE_UNLOAD_SEC = 10, \/**< wait time from unload request to complete *\/$/;" e enum:__anon1
SLEEP_TIME_BEFORE_RAWDATA_DUMP_FINALIZE ts.h /^ SLEEP_TIME_BEFORE_RAWDATA_DUMP_FINALIZE = 5, \/**< wait time from last rawdata dump to finalize *\/$/;" e enum:__anon1
SLEEP_UNIT_SEC ts.h /^ SLEEP_UNIT_SEC = 29,$/;" e enum:__anon1
SRST_PART ts.h 552;" d
STEP tsLib.c 1161;" d file:
STEP tsLib.c 317;" d file:
SWITCH_TABLE_NAME ts.h 548;" d
TEMP_CHECK_CRITERIA tsMain.c 1442;" d file:
TESTCODE_VERSION ts.h 439;" d
TEST_RESULT_SAVE_BLOCK ts.h /^} TEST_RESULT_SAVE_BLOCK;$/;" t typeref:struct:test_result_save_block
TEST_SCRIPT_ABORT_BLOCK ts.h /^} TEST_SCRIPT_ABORT_BLOCK;$/;" t typeref:struct:test_script_abort_block
TEST_SCRIPT_CONTROL_BLOCK ts.h /^} TEST_SCRIPT_CONTROL_BLOCK;$/;" t typeref:struct:test_script_control_block
TEST_SCRIPT_ERROR_BLOCK ts.h /^} TEST_SCRIPT_ERROR_BLOCK;$/;" t typeref:struct:test_script_error_block
TEST_SCRIPT_LOG_BLOCK ts.h /^} TEST_SCRIPT_LOG_BLOCK;$/;" t typeref:struct:test_script_log_block
TEST_SCRIPT_RECORDER_BLOCK ts.h /^} TEST_SCRIPT_RECORDER_BLOCK;$/;" t typeref:struct:test_script_recorder_block
TEST_TIME ts.h 32;" d
TOP_OF_CELL_CONTROLLER_TASK_ID ts.h /^ TOP_OF_CELL_CONTROLLER_TASK_ID = 0x101,$/;" e enum:__anon1
TSCB_SIGNATURE ts.h /^ TSCB_SIGNATURE = 0x12345678,$/;" e enum:__anon1
UART_CHECK_CRITERIA tsMain.c 1081;" d file:
UART_CHECK_CRITERIA tsMain.c 949;" d file:
UART_PERFORMANCE_LOG_BLOCK ts.h /^} UART_PERFORMANCE_LOG_BLOCK;$/;" t typeref:struct:uart_performance_log_block
UART_PROTOCOL_IS_A00 ts.h /^ UART_PROTOCOL_IS_A00 = 0,$/;" e enum:__anon1
UART_PROTOCOL_IS_ARM ts.h /^ UART_PROTOCOL_IS_ARM,$/;" e enum:__anon1
USE_YIELD tsLib.c 130;" d file:
VOLTAGE_LIMIT_12V_HIGH_MV ts.h /^ VOLTAGE_LIMIT_12V_HIGH_MV = 13200,$/;" e enum:__anon1
VOLTAGE_LIMIT_12V_LOW_MV ts.h /^ VOLTAGE_LIMIT_12V_LOW_MV = 10800,$/;" e enum:__anon1
VOLTAGE_LIMIT_5V_HIGH_MV ts.h /^ VOLTAGE_LIMIT_5V_HIGH_MV = 5250,$/;" e enum:__anon1
VOLTAGE_LIMIT_5V_LOW_MV ts.h /^ VOLTAGE_LIMIT_5V_LOW_MV = 4750,$/;" e enum:__anon1
VOLTAGE_LIMIT_UART_HIGH_MV ts.h /^ VOLTAGE_LIMIT_UART_HIGH_MV = 3300,$/;" e enum:__anon1
VOLTAGE_LIMIT_UART_LOW_MV ts.h /^ VOLTAGE_LIMIT_UART_LOW_MV = 1000,$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_CHAMBER_SCRIPT_RESPONSE_POLL ts.h /^ WAIT_TIME_SEC_FOR_CHAMBER_SCRIPT_RESPONSE_POLL = 1,$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_DRIVE_IDENTIFY_POLL ts.h /^ WAIT_TIME_SEC_FOR_DRIVE_IDENTIFY_POLL = 10,$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_DRIVE_RAWDATA_FLAG_POLL ts.h /^ WAIT_TIME_SEC_FOR_DRIVE_RAWDATA_FLAG_POLL = 0, \/**< Note: 1 is too long. sleep(0), or usleep(100*1000) is better *\/$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_DRIVE_RESPONSE ts.h /^ WAIT_TIME_SEC_FOR_DRIVE_RESPONSE = 30,$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_DRIVE_RESPONSE_POLL ts.h /^ WAIT_TIME_SEC_FOR_DRIVE_RESPONSE_POLL = 2,$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_HOST_RESPONSE ts.h /^ WAIT_TIME_SEC_FOR_HOST_RESPONSE = 37,$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_HOST_RESPONSE_POLL ts.h /^ WAIT_TIME_SEC_FOR_HOST_RESPONSE_POLL = 2,$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_MEMORY_ALLOC ts.h /^ WAIT_TIME_SEC_FOR_MEMORY_ALLOC = 23,$/;" e enum:__anon1
WAIT_TIME_SEC_FOR_RELEASE_CPU ts.h /^ WAIT_TIME_SEC_FOR_RELEASE_CPU = 0, \/**< [DEBUG] need optimization *\/$/;" e enum:__anon1
WRITE_DRIVE_MEMORY_PROTOCOL ts.h /^ WRITE_DRIVE_MEMORY_PROTOCOL = 0x42,$/;" e enum:__anon1
WRITE_TO_DRIVE ts.h /^ WRITE_TO_DRIVE = 0,$/;" e enum:__anon1
WaitNT tsMain.c /^Byte WaitNT(void)$/;" f
ZCmd ts.h 30;" d
ZCmd ts.h 55;" d
ZData ts.h 29;" d
ZData ts.h 54;" d
ZUpload ts.h 31;" d
ZUpload ts.h 56;" d
_LIBTS_H_ libts.h 2;" d
_TS_H_ ts.h 2;" d
abortTestScript tsLib.c /^void abortTestScript(Byte bCellNo)$/;" f
bAccessFlag ts.h /^ Byte bAccessFlag;$/;" m struct:drive_memory_control_block
bBinary2Ascii tsLib.c /^const Byte bBinary2Ascii[] = "0123456789ABCDEF";$/;" v
bCellTestLibraryVersion ts.h /^ Byte bCellTestLibraryVersion[CELL_TEST_LIBRARY_VERSION_SIZE];$/;" m struct:test_script_control_block
bCheckflag ts.h /^ Byte bCheckflag;$/;" m struct:test_script_control_block
bDriveBPITPITable ts.h /^ Byte bDriveBPITPITable[20];$/;" m struct:test_script_control_block
bDriveHeadTable ts.h /^ Byte bDriveHeadTable[10];$/;" m struct:test_script_control_block
bDriveMfgId ts.h /^ Byte bDriveMfgId[6];$/;" m struct:test_script_control_block
bDriveMfgIdOnLabel ts.h /^ Byte bDriveMfgIdOnLabel[6];$/;" m struct:test_script_control_block
bDriveMicroLevel ts.h /^ Byte bDriveMicroLevel[8];$/;" m struct:test_script_control_block
bDrivePORrequestflag ts.h /^ Byte bDrivePORrequestflag;$/;" m struct:test_script_control_block
bDrivePass2Id ts.h /^ Byte bDrivePass2Id[6];$/;" m struct:test_script_control_block
bDrivePesHeadNumber ts.h /^ Byte bDrivePesHeadNumber;$/;" m struct:test_script_control_block
bDrivePesTemperature ts.h /^ Byte bDrivePesTemperature;$/;" m struct:test_script_control_block
bDriveSerialNumber ts.h /^ Byte bDriveSerialNumber[8];$/;" m struct:test_script_control_block
bDriveSignature ts.h /^ Byte bDriveSignature[128];$/;" m struct:test_script_control_block
bDriveSkip_SRST_result ts.h /^ Byte bDriveSkip_SRST_result; \/* [COM_22] *\/$/;" m struct:test_script_control_block
bDriveSrstuartflag ts.h /^ Byte bDriveSrstuartflag;$/;" m struct:test_script_control_block
bDriveStepCount ts.h /^ Byte bDriveStepCount;$/;" m struct:test_script_control_block
bDriveStepCount ts.h /^ Byte bDriveStepCount;$/;" m struct:test_script_recorder_block
bDriveTemperature ts.h /^ Byte bDriveTemperature;$/;" m struct:test_script_control_block
bDriveTemperature ts.h /^ Byte bDriveTemperature;$/;" m struct:test_script_recorder_block
bDriveTemperatureMax ts.h /^ Byte bDriveTemperatureMax;$/;" m struct:test_script_control_block
bDriveTemperatureMin ts.h /^ Byte bDriveTemperatureMin;$/;" m struct:test_script_control_block
bEndianFlag ts.h /^ Byte bEndianFlag;$/;" m struct:drive_memory_control_block
bHeaderNameaddress ts.h /^ Byte *bHeaderNameaddress;$/;" m struct:test_result_save_block
bLibraryVersion ts.h /^ Byte bLibraryVersion[256]; \/* [019KP3] *\/$/;" m struct:test_script_control_block
bLogCur ts.h /^ Byte *bLogCur;$/;" m struct:test_script_log_block
bLogEnd ts.h /^ Byte *bLogEnd;$/;" m struct:test_script_log_block
bLogTop ts.h /^ Byte *bLogTop;$/;" m struct:test_script_log_block
bName ts.h /^ Byte bName[20+1];$/;" m struct:drive_memory_control_block
bOffsetHead ts.h /^ Byte bOffsetHead;$/;" m struct:test_script_control_block
bPartFlag ts.h /^ Byte bPartFlag;$/;" m struct:test_script_control_block
bPass2flag ts.h /^ Byte bPass2flag;$/;" m struct:test_script_control_block
bReportFlag ts.h /^ Byte bReportFlag;$/;" m struct:drive_memory_control_block
bSaveaddressTop ts.h /^ Byte *bSaveaddressTop;$/;" m struct:test_result_save_block
bSectorBuffer ts.h /^ Byte bSectorBuffer[0x21000]; \/** size 0x10000 -> 0x10800 (512+16)*128sectors 2010.11.26 Memory corruption on MRN in GSP *\/$/;" m struct:test_script_control_block
bStatusControl ts.h /^ Byte bStatusControl;$/;" m struct:test_script_control_block
bSwitchTable ts.h /^ Byte bSwitchTable[256];$/;" m struct:test_script_control_block
bSwtablePickupf ts.h /^ Byte bSwtablePickupf;$/;" m struct:test_script_control_block
bTestDefaultBadHeadTable ts.h /^ Byte bTestDefaultBadHeadTable[10];$/;" m struct:test_script_control_block
bTestLabelMfgIdOffset ts.h /^ Byte bTestLabelMfgIdOffset;$/;" m struct:test_script_control_block
bTestMfgId ts.h /^ Byte bTestMfgId[6+1];$/;" m struct:test_script_control_block
bTestPfTableFileName ts.h /^ Byte bTestPfTableFileName[128+1];$/;" m struct:test_script_control_block
bTestResultFileName ts.h /^ Byte bTestResultFileName[128+1];$/;" m struct:test_script_control_block
bTestSerialNumber ts.h /^ Byte bTestSerialNumber[8+1];$/;" m struct:test_script_control_block
bTestUartProtocol ts.h /^ Byte bTestUartProtocol;$/;" m struct:test_script_control_block
bTesterflag ts.h /^Byte bTesterflag;$/;" v
calcAtoUL tsLib.c /^Dword calcAtoUL( Byte *data, Dword size )$/;" f
cellCardInventoryblock ts.h /^ CELL_CARD_INVENTORY_BLOCK cellCardInventoryblock;$/;" m struct:test_script_control_block
checkAlpha tsLib.c /^Byte checkAlpha(char *s, long n)$/;" f
clearDriveRawdataRetryRequest tsStat.c /^Byte clearDriveRawdataRetryRequest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
clearGradingFlag tsStat.c /^Byte clearGradingFlag(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
clearReportingTimerOnSsrst tsStat.c /^Byte clearReportingTimerOnSsrst(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
convA2H tsLib.c /^Dword convA2H( Byte data )$/;" f
convertBadHead tsHead.c /^Dword convertBadHead(Dword current_bad_head, Dword max_head_num, Byte *current_head_table, Byte *default_head_table)$/;" f
createDriveBadHeadTable tsHead.c /^Byte createDriveBadHeadTable(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
createErrorCode tsError.c /^Byte createErrorCode(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
cutout_sw_bit tsStat.c /^Dword cutout_sw_bit(Byte *bStart_pointer, Dword *dwRet_address)$/;" f
downloadFile tsHost.c /^void downloadFile(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *bName, Byte *bData, Dword dwSize) \/* [HIGH_SPEED_UART] *\/$/;" f
downloadFileChild tsHost.c /^void downloadFileChild(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *bName, Byte *bData, Dword *dwSize, Dword dwOffset, Byte isBroadcast, Byte doCompare) \/* [HIGH_SPEED_UART] *\/$/;" f
downloadFileInBroadcast tsHost.c /^void downloadFileInBroadcast(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *bName, Byte *bData, Dword dwSize) \/* [HIGH_SPEED_UART] *\/$/;" f
driveIoCtrl tsCom.c /^Byte driveIoCtrl(Dword dwAddress, Word wSize, Byte *bData, Byte bProtocol, UART_PERFORMANCE_LOG_BLOCK *uplb)$/;" f
driveIoCtrlByKeywordWithRetry tsCom.c /^Byte driveIoCtrlByKeywordWithRetry(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *bKeyword, Dword dwTimeoutSec, Byte isRead)$/;" f
driveMemoryControlBlock ts.h /^ DRIVE_MEMORY_CONTROL_BLOCK driveMemoryControlBlock[MAX_SIZE_OF_DMCB];$/;" m struct:test_script_control_block
drive_memory_control_block ts.h /^typedef struct drive_memory_control_block {$/;" s
dumpCellInventoryData tsEnv.c /^Byte dumpCellInventoryData(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
dwAddress ts.h /^ Dword dwAddress;$/;" m struct:drive_memory_control_block
dwAddressOffset ts.h /^ Dword dwAddressOffset;$/;" m struct:drive_memory_control_block
dwCurLogSizeInByte ts.h /^ Dword dwCurLogSizeInByte;$/;" m struct:test_script_log_block
dwDriveAmbientTemperatureNegativeRampRate ts.h /^ Dword dwDriveAmbientTemperatureNegativeRampRate;$/;" m struct:test_script_control_block
dwDriveAmbientTemperaturePositiveRampRate ts.h /^ Dword dwDriveAmbientTemperaturePositiveRampRate;$/;" m struct:test_script_control_block
dwDriveAmbientTemperatureTarget ts.h /^ Dword dwDriveAmbientTemperatureTarget;$/;" m struct:test_script_control_block
dwDriveExtendedErrorCode ts.h /^ Dword dwDriveExtendedErrorCode;$/;" m struct:test_script_control_block
dwDriveFinalTestElapsedTimeSec ts.h /^ Dword dwDriveFinalTestElapsedTimeSec;$/;" m struct:test_script_control_block
dwDriveGradingFlag ts.h /^ Dword dwDriveGradingFlag; \/* MRN,MRK,MRS -> Word size EB7,JET,JGR -> DWord size *\/$/;" m struct:test_script_control_block
dwDriveGradingWaterFallFlag ts.h /^ Dword dwDriveGradingWaterFallFlag;$/;" m struct:test_script_control_block
dwDriveParametricDumpSizeByte ts.h /^ Dword dwDriveParametricDumpSizeByte;$/;" m struct:test_script_control_block
dwDriveParametricSizeByte ts.h /^ Dword dwDriveParametricSizeByte;$/;" m struct:test_script_control_block
dwDrivePesCylinder ts.h /^ Dword dwDrivePesCylinder;$/;" m struct:test_script_control_block
dwDrivePesDumpSizeByte ts.h /^ Dword dwDrivePesDumpSizeByte;$/;" m struct:test_script_control_block
dwDrivePesTotalSizeByte ts.h /^ Dword dwDrivePesTotalSizeByte;$/;" m struct:test_script_control_block
dwDrivePowerIntervalFrom5VTo12V ts.h /^ Dword dwDrivePowerIntervalFrom5VTo12V;$/;" m struct:test_script_control_block
dwDrivePowerOffWaitTime ts.h /^ Dword dwDrivePowerOffWaitTime;$/;" m struct:test_script_control_block
dwDrivePowerOnWaitTime ts.h /^ Dword dwDrivePowerOnWaitTime;$/;" m struct:test_script_control_block
dwDrivePowerRiseTime12V ts.h /^ Dword dwDrivePowerRiseTime12V;$/;" m struct:test_script_control_block
dwDrivePowerRiseTime5V ts.h /^ Dword dwDrivePowerRiseTime5V;$/;" m struct:test_script_control_block
dwDrivePowerSupply12V ts.h /^ Dword dwDrivePowerSupply12V;$/;" m struct:test_script_control_block
dwDrivePowerSupply5V ts.h /^ Dword dwDrivePowerSupply5V;$/;" m struct:test_script_control_block
dwDriveResultDumpSizeByte ts.h /^ Dword dwDriveResultDumpSizeByte;$/;" m struct:test_script_control_block
dwDriveResultTotalSizeByte ts.h /^ Dword dwDriveResultTotalSizeByte;$/;" m struct:test_script_control_block
dwDriveSrstTopAddress ts.h /^ Dword dwDriveSrstTopAddress;$/;" m struct:test_script_control_block
dwDriveTestElapsedTimeSec ts.h /^ Dword dwDriveTestElapsedTimeSec;$/;" m struct:test_script_control_block
dwDriveTestIdentifyTimeoutSec ts.h /^ Dword dwDriveTestIdentifyTimeoutSec;$/;" m struct:test_script_control_block
dwDriveTestRawdataDumpTimeoutSec ts.h /^ Dword dwDriveTestRawdataDumpTimeoutSec;$/;" m struct:test_script_control_block
dwDriveTestStatusPollingIntervalTimeSec ts.h /^ Dword dwDriveTestStatusPollingIntervalTimeSec;$/;" m struct:test_script_control_block
dwDriveTestTimeSec ts.h /^ Dword dwDriveTestTimeSec;$/;" m struct:test_script_recorder_block
dwDriveUartPullup ts.h /^ Dword dwDriveUartPullup;$/;" m struct:test_script_control_block
dwFakeErrorCode ts.h /^ Dword dwFakeErrorCode;$/;" m struct:test_script_control_block
dwMaxLogSizeInByte ts.h /^ Dword dwMaxLogSizeInByte;$/;" m struct:test_script_log_block
dwNumOfCommand ts.h /^ Dword dwNumOfCommand;$/;" m struct:uart_performance_log_block
dwNumOfCommandSuccess ts.h /^ Dword dwNumOfCommandSuccess;$/;" m struct:uart_performance_log_block
dwPad ts.h /^ Dword dwPad;$/;" m struct:test_script_control_block
dwSavelengthInByte ts.h /^ Dword dwSavelengthInByte;$/;" m struct:test_result_save_block
dwSignature ts.h /^ Dword dwSignature;$/;" m struct:test_script_control_block
dwTestModeParam1 ts.h /^ Dword dwTestModeParam1;$/;" m struct:test_script_control_block
dwTestModeParam2 ts.h /^ Dword dwTestModeParam2;$/;" m struct:test_script_control_block
dwTestModeParam3 ts.h /^ Dword dwTestModeParam3;$/;" m struct:test_script_control_block
dwTestScriptRecorderBlockCounter ts.h /^ Dword dwTestScriptRecorderBlockCounter;$/;" m struct:test_script_control_block
dwTestScriptTimeSec tsLib.c /^Dword dwTestScriptTimeSec[NUM_OF_CELL_CONTROLLER_TASK]; \/** Test Start Time of Each Cells *\/$/;" v
dwTestScriptTimeSec tsLib.c /^time_t dwTestScriptTimeSec[NUM_OF_CELL_CONTROLLER_TASK]; \/** Test Start Time of Each Cells *\/$/;" v
dwTestScriptTimeSecAsOfNow tsLib.c /^Dword dwTestScriptTimeSecAsOfNow;$/;" v
dwTestScriptTimeSecPrevious tsLib.c /^Dword dwTestScriptTimeSecPrevious;$/;" v
dwTestUartBaudrate ts.h /^ Dword dwTestUartBaudrate;$/;" m struct:test_script_control_block
dwTesterLogSizeKByte ts.h /^ Dword dwTesterLogSizeKByte;$/;" m struct:test_script_control_block
dwTimeStampAtFinalTestStart ts.h /^ Dword dwTimeStampAtFinalTestStart;$/;" m struct:test_script_control_block
dwTimeStampAtFinalize ts.h /^ Dword dwTimeStampAtFinalize;$/;" m struct:test_script_control_block
dwTimeStampAtGetDriveRawdata ts.h /^ Dword dwTimeStampAtGetDriveRawdata;$/;" m struct:test_script_control_block
dwTimeStampAtIdentifyDrive ts.h /^ Dword dwTimeStampAtIdentifyDrive;$/;" m struct:test_script_control_block
dwTimeStampAtSRSTTestEnd ts.h /^ Dword dwTimeStampAtSRSTTestEnd;$/;" m struct:test_script_control_block
dwTimeStampAtTestEnd ts.h /^ Dword dwTimeStampAtTestEnd;$/;" m struct:test_script_control_block
dwTimeStampAtTestStart ts.h /^ Dword dwTimeStampAtTestStart;$/;" m struct:test_script_control_block
dwTimeStampAtTurnDrivePowerSupplyOn ts.h /^ Dword dwTimeStampAtTurnDrivePowerSupplyOn;$/;" m struct:test_script_control_block
dwTimeStampAtWaitDriveTestCompleted ts.h /^ Dword dwTimeStampAtWaitDriveTestCompleted;$/;" m struct:test_script_control_block
dwTimeoutSecFromStartToFinalEnd ts.h /^ Dword dwTimeoutSecFromStartToFinalEnd; \/* dwDriveFinalTestTimeoutSec *\/$/;" m struct:test_script_control_block
dwTimeoutSecFromStartToFinalEndCutoff ts.h /^ Dword dwTimeoutSecFromStartToFinalEndCutoff; \/* dwDriveFinalTestCutoffTimeoutSec *\/$/;" m struct:test_script_control_block
dwTimeoutSecFromStartToSRSTEnd ts.h /^ Dword dwTimeoutSecFromStartToSRSTEnd; \/* dwDriveTestTimeoutSec *\/$/;" m struct:test_script_control_block
dwTimeoutSecFromStartToSRSTEndCutoff ts.h /^ Dword dwTimeoutSecFromStartToSRSTEndCutoff; \/* dwDriveTestCutoffTimeoutSec *\/$/;" m struct:test_script_control_block
dwTotalDataSize ts.h /^ Dword dwTotalDataSize;$/;" m struct:uart_performance_log_block
dwVersionLength ts.h /^ Dword dwVersionLength; \/* [019KP3] *\/$/;" m struct:test_script_control_block
env ts.h /^ jmp_buf env;$/;" m struct:test_script_abort_block
freeMemoryForSaveData tsParse.c /^void freeMemoryForSaveData(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getCellComModuleTaskNo tsLib.c /^Word getCellComModuleTaskNo(Byte bCellAddress)$/;" f
getCellInventory gaia.c /^Byte getCellInventory(Byte bCellNo, CELL_CARD_INVENTORY_BLOCK **stCellInventory)$/;" f
getCellTestLibraryVersion tsLib.c /^Byte *getCellTestLibraryVersion(void)$/;" f
getCurrentTemperature gaia.c /^Byte getCurrentTemperature(Byte bCellNo, Word *wTempInHundredth)$/;" f
getCurrentVoltage gaia.c /^Byte getCurrentVoltage(Byte bCellNo, Word *wV5InMilliVolts, Word *wV12InMilliVolts)$/;" f
getDriveParametersForPesDump tsRaw.c /^unsigned char getDriveParametersForPesDump(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getDriveParametersForPesHeader tsRaw.c /^unsigned char getDriveParametersForPesHeader(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getDriveParametersForResultDump tsRaw.c /^unsigned char getDriveParametersForResultDump(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getDriveRawdata tsRaw.c /^Byte getDriveRawdata(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getDriveRawdataStatusAndControl tsStat.c /^Byte getDriveRawdataStatusAndControl(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getDriveReportingData tsRaw.c /^Byte getDriveReportingData(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte bStateNow)$/;" f
getDriveTemperature tsStat.c /^Byte getDriveTemperature(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getEchoData tsIdfy.c /^Byte getEchoData(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getEnvironmentStatus tsEnv.c /^Byte getEnvironmentStatus(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getFieldInScriptFile tsParse.c /^Byte *getFieldInScriptFile(Byte *textFile, Dword desiredNumOfField)$/;" f
getGradingflag tsStat.c /^Byte getGradingflag(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getHead tsStat.c /^Byte getHead(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getSRSTstep tsStat.c /^Byte getSRSTstep(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getSWtable tsParse.c /^void getSWtable(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
getTemperatureErrorStatus gaia.c /^Byte getTemperatureErrorStatus(Byte b, Word *w)$/;" f
getTestScriptLog tsLib.c /^void getTestScriptLog(Byte **bLogData, Dword *dwCurLogSizeInByte, Dword *dwMaxLogSizeInByte)$/;" f
getTestScriptTimeInSec tsLib.c /^Dword getTestScriptTimeInSec(void)$/;" f
getVoltageErrorStatus gaia.c /^Byte getVoltageErrorStatus(Byte b, Word *w)$/;" f
get_MY_CELL_NO_by_index tsLib.c /^Byte get_MY_CELL_NO_by_index(Word wIndex, Word *wMyCellNo)$/;" f
get_que tsLib.c /^QUE *get_que(void)$/;" f
get_task tsLib.c /^Word get_task(void)$/;" f
get_task_base_offset tsLib.c /^Word get_task_base_offset(void)$/;" f
grading tsStat.c /^Byte grading(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
hhhhmmssTimeFormat2Sec tsLib.c /^Byte hhhhmmssTimeFormat2Sec(Byte *hhhhmmss, Dword *dwTimeSec)$/;" f
identifyDrive tsIdfy.c /^Byte identifyDrive(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
isAbortByUser ts.h /^ Byte isAbortByUser;$/;" m struct:test_script_error_block
isAvailable tsLib.c /^ Byte isAvailable; \/\/ zero if not available, otherwize available.$/;" m struct:__anon2 file:
isBadHeadReport ts.h /^ Byte isBadHeadReport;$/;" m struct:test_script_control_block
isCellTemperatureAbnormal ts.h /^ Byte isCellTemperatureAbnormal;$/;" m struct:test_script_error_block
isDriveIdentifyComplete ts.h /^ Byte isDriveIdentifyComplete;$/;" m struct:test_script_control_block
isDriveIdentifyTimeout ts.h /^ Byte isDriveIdentifyTimeout;$/;" m struct:test_script_error_block
isDriveMcsReady tsStat.c /^Byte isDriveMcsReady(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
isDrivePesReady tsStat.c /^Byte isDrivePesReady(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
isDrivePlugged gaia.c /^Byte isDrivePlugged(Byte b)$/;" f
isDrivePowerFail ts.h /^ Byte isDrivePowerFail;$/;" m struct:test_script_error_block
isDriveRawdataComplete ts.h /^ Byte isDriveRawdataComplete;$/;" m struct:test_script_control_block
isDriveRawdataDumpDriveError ts.h /^ Byte isDriveRawdataDumpDriveError;$/;" m struct:test_script_error_block
isDriveRawdataDumpOtherError ts.h /^ Byte isDriveRawdataDumpOtherError;$/;" m struct:test_script_error_block
isDriveRawdataDumpPageIndexError ts.h /^ Byte isDriveRawdataDumpPageIndexError;$/;" m struct:test_script_error_block
isDriveRawdataDumpPesPageError ts.h /^ Byte isDriveRawdataDumpPesPageError;$/;" m struct:test_script_error_block
isDriveRawdataDumpReportingFlagError ts.h /^ Byte isDriveRawdataDumpReportingFlagError;$/;" m struct:test_script_error_block
isDriveRawdataDumpTimeoutError ts.h /^ Byte isDriveRawdataDumpTimeoutError;$/;" m struct:test_script_error_block
isDriveRawdataDumpTotalPageError ts.h /^ Byte isDriveRawdataDumpTotalPageError;$/;" m struct:test_script_error_block
isDriveRawdataFinalizeError ts.h /^ Byte isDriveRawdataFinalizeError;$/;" m struct:test_script_error_block
isDriveRawdataReady tsStat.c /^Byte isDriveRawdataReady(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
isDriveRawdataSetupError tsStat.c /^Byte isDriveRawdataSetupError(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
isDriveRawdataSetupReady tsStat.c /^Byte isDriveRawdataSetupReady(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
isDriveReportingDataReady tsRaw.c /^Byte isDriveReportingDataReady(TEST_SCRIPT_CONTROL_BLOCK *tscb, DRIVE_MEMORY_CONTROL_BLOCK *dmcb, Byte bStateNow)$/;" f
isDriveSinetureError ts.h /^ Byte isDriveSinetureError;$/;" m struct:test_script_error_block
isDriveTestTimeout ts.h /^ Byte isDriveTestTimeout;$/;" m struct:test_script_error_block
isDriveUnplugged ts.h /^ Byte isDriveUnplugged;$/;" m struct:test_script_error_block
isDriveVoltageDataReport ts.h /^ Byte isDriveVoltageDataReport;$/;" m struct:test_script_control_block
isDriveWriteImmidiateflagError ts.h /^ Byte isDriveWriteImmidiateflagError;$/;" m struct:test_script_error_block
isDriveWriteRetryRequestError ts.h /^ Byte isDriveWriteRetryRequestError;$/;" m struct:test_script_error_block
isEnable ts.h /^ Byte isEnable;$/;" m struct:test_script_abort_block
isEnvironmentError tsEnv.c /^Byte isEnvironmentError(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
isFakeErrorCode ts.h /^ Byte isFakeErrorCode;$/;" m struct:test_script_control_block
isFatalError ts.h /^ Byte isFatalError;$/;" m struct:test_script_error_block
isForceDriveTestCompFlagOn ts.h /^ Byte isForceDriveTestCompFlagOn;$/;" m struct:test_script_control_block
isForceDriveUnload ts.h /^ Byte isForceDriveUnload;$/;" m struct:test_script_control_block
isForceStopBySrst ts.h /^ Byte isForceStopBySrst;$/;" m struct:test_script_error_block
isGradingError ts.h /^ Byte isGradingError; \/* 0x01:no PASS2ID 0x02:SW table 0x04:Pass2ID write error 0x08:pening *\/$/;" m struct:test_script_error_block
isMultiGrading ts.h /^ Byte isMultiGrading;$/;" m struct:test_script_control_block
isNoDriveFinalized ts.h /^ Byte isNoDriveFinalized;$/;" m struct:test_script_control_block
isNoPlugCheck ts.h /^ Byte isNoPlugCheck;$/;" m struct:test_script_control_block
isNoPowerControl ts.h /^ Byte isNoPowerControl;$/;" m struct:test_script_control_block
isNoPowerOffAfterTest ts.h /^ Byte isNoPowerOffAfterTest;$/;" m struct:test_script_control_block
isReSrstProhibitControl ts.h /^ Byte isReSrstProhibitControl;$/;" m struct:test_script_control_block
isRequested ts.h /^ Byte isRequested;$/;" m struct:test_script_abort_block
isTestMode ts.h /^ Byte isTestMode;$/;" m struct:test_script_control_block
isTestScriptAbortRequested tsLib.c /^Byte isTestScriptAbortRequested(void)$/;" f
isTesterLogMirrorToStdout ts.h /^ Byte isTesterLogMirrorToStdout;$/;" m struct:test_script_control_block
isTesterLogMirrorToStdout ts.h /^ Byte isTesterLogMirrorToStdout;$/;" m struct:test_script_log_block
isTesterLogReportEnable ts.h /^ Byte isTesterLogReportEnable;$/;" m struct:test_script_control_block
isTpiSearch ts.h /^ Byte isTpiSearch;$/;" m struct:test_script_control_block
is_que tsLib.c /^Byte is_que(void)$/;" f
main gaia.c /^int main(int argc, char *argv[])$/;" f
memcpyWith16bitBigEndianTo16bitConversion tsLib.c /^Word *memcpyWith16bitBigEndianTo16bitConversion(Word *wOUT, Byte *bIN, Dword N)$/;" f
memcpyWith16bitLittleEndianTo16bitConversion tsLib.c /^Word *memcpyWith16bitLittleEndianTo16bitConversion(Word *wOUT, Byte *bIN, Dword N)$/;" f
memcpyWith16bitLittleEndianTo8bitConversion tsLib.c /^Byte *memcpyWith16bitLittleEndianTo8bitConversion(Byte *bOUT, Byte *bIN, Dword N)$/;" f
memcpyWith32bitBigEndianTo32bitConversion tsLib.c /^Dword *memcpyWith32bitBigEndianTo32bitConversion(Dword *dwOUT, Byte *bIN, Dword N)$/;" f
memcpyWith32bitLittleEndianTo32bitConversion tsLib.c /^Dword *memcpyWith32bitLittleEndianTo32bitConversion(Dword *dwOUT, Byte *bIN, Dword N)$/;" f
memcpyWith32bitLittleEndianTo8bitConversion tsLib.c /^Byte *memcpyWith32bitLittleEndianTo8bitConversion(Byte *bOUT, Byte *bIN, Dword N)$/;" f
mutex_slotio gaia.c /^pthread_mutex_t mutex_slotio;$/;" v
next_position tsStat.c /^Dword next_position(Byte *bStart_point, Byte bDelimiter)$/;" f
optTime tsMain.c /^void optTime(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
parseTestScriptFile tsParse.c /^Byte parseTestScriptFile(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *scriptFile, Word wFileSize)$/;" f
prepare_buf tsStat.c /^unsigned char *prepare_buf(char *msgptr, unsigned char *dataptr, Byte len)$/;" f
putBinaryDataDump tsLib.c /^void putBinaryDataDump(Byte *dwPhysicalAddress, Dword dwLogicalAddress, Dword dwSize)$/;" f
put_que tsLib.c /^void put_que(QUE *que)$/;" f
queryDriveDataAddress tsParse.c /^Byte *queryDriveDataAddress(TEST_SCRIPT_CONTROL_BLOCK *tscb, DRIVE_MEMORY_CONTROL_BLOCK *dmcb)$/;" f
queryDriveMemoryControlBlock tsParse.c /^Byte queryDriveMemoryControlBlock(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *bKeyword, DRIVE_MEMORY_CONTROL_BLOCK **dmcb)$/;" f
readRawdataFromDrive tsRaw.c /^Byte readRawdataFromDrive(Dword dwAddress, Word wPage, Word wExpectedPageIndex, TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
recordDriveAndEnvironmentStatus tsPoll.c /^void recordDriveAndEnvironmentStatus(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
removeECCbytes tsRaw.c /^Dword removeECCbytes(Byte *BufferAddress, Dword dwlength, Dword dwECClength)$/;" f
reportHostBadHead tsHost.c /^void reportHostBadHead(TEST_SCRIPT_CONTROL_BLOCK *tscb, Word wBadHeadData)$/;" f
reportHostErrorMessage tsHost.c /^void reportHostErrorMessage(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *description, ...)$/;" f
reportHostGradingId tsHost.c /^void reportHostGradingId(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
reportHostId tsHost.c /^void reportHostId(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
reportHostTestComplete tsHost.c /^void reportHostTestComplete(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte bComp)$/;" f
reportHostTestData tsHost.c /^void reportHostTestData(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *bName, Byte *bData, Dword dwSize)$/;" f
reportHostTestDataChild tsHost.c /^void reportHostTestDataChild(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *bName, Byte *bData, Dword dwSize)$/;" f
reportHostTestMessage tsHost.c /^void reportHostTestMessage(TEST_SCRIPT_CONTROL_BLOCK *tscb, Byte *description, ...)$/;" f
reportHostTestStatus tsHost.c /^void reportHostTestStatus(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
reportHostTestTimeOut tsHost.c /^void reportHostTestTimeOut(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
reportHostTesterLog tsHost.c /^void reportHostTesterLog(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
requestDriveTestAbort tsAbort.c /^Byte requestDriveTestAbort(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
requestDriveUnload tsAbort.c /^Byte requestDriveUnload(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
resetTestScriptLog tsLib.c /^void resetTestScriptLog(Dword dwMaxLogSizeInByte, Byte isTesterLogMirrorToStdout)$/;" f
resetTestScriptTimeInSec tsLib.c /^void resetTestScriptTimeInSec(void)$/;" f
runTestScript tsLib.c /^void runTestScript(ZQUE *que)$/;" f
runTestScriptDestructor tsMain.c /^void runTestScriptDestructor(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptDriveComEchoTest tsMain.c /^void runTestScriptDriveComEchoTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptDriveComEchoTestWithPowerCycle tsMain.c /^void runTestScriptDriveComEchoTestWithPowerCycle(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptDriveComReadTest tsMain.c /^void runTestScriptDriveComReadTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptDriveComReadThenHostComUploadTest tsMain.c /^void runTestScriptDriveComReadThenHostComUploadTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptDrivePollOnly tsMain.c /^void runTestScriptDrivePollOnly(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptHostComDownloadTest tsMain.c /^void runTestScriptHostComDownloadTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptHostComLoopbackTest tsMain.c /^void runTestScriptHostComLoopbackTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptHostComMessageTest tsMain.c /^void runTestScriptHostComMessageTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptHostComUploadTest tsMain.c /^void runTestScriptHostComUploadTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptMain tsMain.c /^void runTestScriptMain(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptPowerOnOnly tsMain.c /^void runTestScriptPowerOnOnly(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptSrst tsMain.c /^void runTestScriptSrst(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptTemperatureTest tsMain.c /^void runTestScriptTemperatureTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
runTestScriptThread tsLib.c /^void *runTestScriptThread(void *arg)$/;" f
runTestScriptVoltageTest tsMain.c /^void runTestScriptVoltageTest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
searchLineTopInScriptFile tsParse.c /^Byte *searchLineTopInScriptFile(Byte *scriptFile, Dword lineNumber)$/;" f
sec2hhhhmmssTimeFormat tsLib.c /^void sec2hhhhmmssTimeFormat(Dword dwTimeSec, Byte *hhhhmmss)$/;" f
setDrivePass2ID tsStat.c /^Byte setDrivePass2ID(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
setDriveRawdataRetryRequest tsStat.c /^Byte setDriveRawdataRetryRequest(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
setDriveRawdataTransferComplete tsStat.c /^Byte setDriveRawdataTransferComplete(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
setParameterIntoTestScriptControlBlock tsParse.c /^Byte setParameterIntoTestScriptControlBlock(Byte *textFile, TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
setSafeHandlingTemperature gaia.c /^Byte setSafeHandlingTemperature(Byte bCellNo, Word wTempInHundredth)$/;" f
setTargetTemperature gaia.c /^Byte setTargetTemperature(Byte bCellNo, Word wTempInHundredth)$/;" f
setTargetVoltage gaia.c /^Byte setTargetVoltage(Byte bCellNo, Word wV5InMilliVolts, Word wV12InMilliVolts)$/;" f
setUartPullupVoltage gaia.c /^Byte setUartPullupVoltage(Byte bCellNo, Word wUartPullupVoltageInMilliVolts)$/;" f
setVoltageInterval gaia.c /^Byte setVoltageInterval(Byte bCellNo, Word wTimeFromV5ToV12InMsec)$/;" f
setVoltageRiseTime gaia.c /^Byte setVoltageRiseTime(Byte bCellNo, Word wV5TimeInMsec, Word wV12TimeInMsec)$/;" f
set_task tsLib.c /^Byte set_task(Word w) \/* return non-zero value if out of range *\/$/;" f
siFinalize gaia.c /^Byte siFinalize(Byte bCellNo)$/;" f
siInitialize gaia.c /^Byte siInitialize(Byte bCellNo)$/;" f
siReadDriveMemory gaia.c /^Byte siReadDriveMemory(Byte bCellNo, Dword dwAddress, Word wSize, Byte *bData, Word wTimeoutInMillSec)$/;" f
sub_ts_sleep tsLib.c /^void sub_ts_sleep(Dword dwTimeInSec, Byte bSleepMode)$/;" f
taskId tsLib.c /^ Word taskId;$/;" m struct:__anon2 file:
task_delay tsLib.c /^void task_delay(Dword dwSecInHundredth)$/;" f
task_id tsLib.c /^} task_id[TOP_OF_CELL_CONTROLLER_TASK_ID + NUM_OF_CELL_CONTROLLER_TASK];$/;" v typeref:struct:__anon2
task_twait tsLib.c 1073;" d file:
task_twait tsLib.c 95;" d file:
tcPrintf gaia.c 3;" d file:
testResultSaveBlock ts.h /^ TEST_RESULT_SAVE_BLOCK testResultSaveBlock[64];$/;" m struct:test_script_control_block
testScriptAbortBlock tsLib.c /^TEST_SCRIPT_ABORT_BLOCK testScriptAbortBlock[NUM_OF_CELL_CONTROLLER_TASK];$/;" v
testScriptErrorBlock ts.h /^ TEST_SCRIPT_ERROR_BLOCK testScriptErrorBlock;$/;" m struct:test_script_control_block
testScriptLogBlock tsLib.c /^TEST_SCRIPT_LOG_BLOCK testScriptLogBlock[NUM_OF_CELL_CONTROLLER_TASK];$/;" v
testScriptRecorderBlock ts.h /^ TEST_SCRIPT_RECORDER_BLOCK testScriptRecorderBlock[4096];$/;" m struct:test_script_control_block
test_result_save_block ts.h /^typedef struct test_result_save_block {$/;" s
test_script_abort_block ts.h /^typedef struct test_script_abort_block {$/;" s
test_script_control_block ts.h /^typedef struct test_script_control_block {$/;" s
test_script_error_block ts.h /^typedef struct test_script_error_block {$/;" s
test_script_log_block ts.h /^typedef struct test_script_log_block {$/;" s
test_script_recorder_block ts.h /^typedef struct test_script_recorder_block {$/;" s
textInQuotationMark2String tsLib.c /^Byte textInQuotationMark2String(Byte *textInQuotationMark, Byte *bString, Dword dwStringSize)$/;" f
threadId tsLib.c /^ pthread_t threadId;$/;" m struct:__anon2 file:
tmp_bType tsLib.c /^Byte tmp_bType;$/;" v
tmp_dwAddress tsLib.c /^Dword tmp_dwAddress;$/;" v
tmp_wLength tsLib.c /^Word tmp_wLength;$/;" v
ts_abort tsLib.c /^void ts_abort(void)$/;" f
ts_cval tsLib.c /^static int ts_cval(c)$/;" f file:
ts_isalnum_mem tsLib.c /^Byte ts_isalnum_mem(Byte *s, Dword n)$/;" f
ts_isprint_mem tsLib.c /^Byte ts_isprint_mem(char *s, long n)$/;" f
ts_memcmp_exp tsLib.c /^Dword ts_memcmp_exp(Byte *s1, Byte *s2, Dword n)$/;" f
ts_printf tsLib.c /^void ts_printf(Byte *bFileName, Dword dwNumOfLine, Byte *description, ...)$/;" f
ts_qalloc tsLib.c /^void *ts_qalloc(Dword dwNBYTES)$/;" f
ts_qfree tsLib.c /^void ts_qfree(void *ptr)$/;" f
ts_qfree_then_abort tsLib.c /^void ts_qfree_then_abort(void *ptr)$/;" f
ts_qget tsLib.c /^void *ts_qget(void)$/;" f
ts_qis tsLib.c /^Byte ts_qis(void)$/;" f
ts_qput tsLib.c /^void ts_qput(void *ptr)$/;" f
ts_sleep_partial tsLib.c /^void ts_sleep_partial(Dword dwTimeInSec)$/;" f
ts_sleep_slumber tsLib.c /^void ts_sleep_slumber(Dword dwTimeInSec)$/;" f
ts_strtoul tsLib.c /^Dword ts_strtoul(Byte *s, Byte **endptr, Dword radix)$/;" f
turnDrivePowerSupplyOff tsEnv.c /^Byte turnDrivePowerSupplyOff(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
turnDrivePowerSupplyOn tsEnv.c /^Byte turnDrivePowerSupplyOn(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
uartPerformanceLogBlock ts.h /^ UART_PERFORMANCE_LOG_BLOCK uartPerformanceLogBlock[IDENTIFY_DRIVE_PROTOCOL - READ_DRIVE_MEMORY_PROTOCOL + 1];$/;" m struct:test_script_control_block
uart_performance_log_block ts.h /^typedef struct uart_performance_log_block {$/;" s
wCurrentTempInHundredth ts.h /^ Word wCurrentTempInHundredth;$/;" m struct:test_script_control_block
wCurrentV12InMilliVolts ts.h /^ Word wCurrentV12InMilliVolts;$/;" m struct:test_script_control_block
wCurrentV5InMilliVolts ts.h /^ Word wCurrentV5InMilliVolts;$/;" m struct:test_script_control_block
wDriveECClength ts.h /^ Word wDriveECClength;$/;" m struct:test_script_control_block
wDriveEchoVersion ts.h /^ Word wDriveEchoVersion;$/;" m struct:test_script_control_block
wDriveForceStopPFcode ts.h /^ Word wDriveForceStopPFcode[MAX_NUMBER_OF_FORCE_STOP_PF_CODE];$/;" m struct:test_script_control_block
wDriveHeadNumber ts.h /^ Word wDriveHeadNumber;$/;" m struct:test_script_control_block
wDriveMaxbufferpagesize ts.h /^ Word wDriveMaxbufferpagesize;$/;" m struct:test_script_control_block
wDriveNativeErrorCode ts.h /^ Word wDriveNativeErrorCode;$/;" m struct:test_script_control_block
wDrivePesDataCount ts.h /^ Word wDrivePesDataCount; \/* MRN,MRK,MRS -> Reporting PES page \/ head *\/$/;" m struct:test_script_control_block
wDrivePesNumberOfServoSector ts.h /^ Word wDrivePesNumberOfServoSector;$/;" m struct:test_script_control_block
wDrivePesPage ts.h /^ Word wDrivePesPage[10];$/;" m struct:test_script_control_block
wDrivePesSpindleSpeed ts.h /^ Word wDrivePesSpindleSpeed;$/;" m struct:test_script_control_block
wDriveReSrstProhibit ts.h /^ Word wDriveReSrstProhibit;$/;" m struct:test_script_control_block
wDriveStatusAndControlFlag ts.h /^ Word wDriveStatusAndControlFlag;$/;" m struct:test_script_control_block
wHostID ts.h /^ Word wHostID;$/;" m struct:test_script_control_block
wParamPageNumber ts.h /^Word wParamPageNumber;$/;" v
wReadBlocksize ts.h /^Word wReadBlocksize;$/;" v
wSize ts.h /^ Word wSize;$/;" m struct:drive_memory_control_block
wTempInHundredth ts.h /^ Word wTempInHundredth;$/;" m struct:test_script_recorder_block
wTestResultSaveBlockCounter ts.h /^ Word wTestResultSaveBlockCounter;$/;" m struct:test_script_control_block
wTpiSearchOffset ts.h /^ Word wTpiSearchOffset;$/;" m struct:test_script_control_block
wTpiSearchSize ts.h /^ Word wTpiSearchSize;$/;" m struct:test_script_control_block
wV12InMilliVolts ts.h /^ Word wV12InMilliVolts;$/;" m struct:test_script_recorder_block
wV5InMilliVolts ts.h /^ Word wV5InMilliVolts;$/;" m struct:test_script_recorder_block
waitDriveTestCompleted tsPoll.c /^Byte waitDriveTestCompleted(TEST_SCRIPT_CONTROL_BLOCK *tscb)$/;" f
zque ts.h /^ ZQUE *zque; \/**< keep it for free memory *\/$/;" m struct:test_script_log_block
zqueToTscb tsLib.c /^ZQUE *zqueToTscb[NUM_OF_CELL_CONTROLLER_TASK];$/;" v