tcb                21 platform/a1000/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a1000/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                18 platform/a1000/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                22 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                24 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                25 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                18 platform/a1100/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)				tcb->entry = (void*)mykbd_task;
tcb                22 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                23 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                24 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                25 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                26 platform/a1100/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/a1200/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                27 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                31 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/a1200/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                27 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                31 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a1300/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a1300/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a1300/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                27 platform/a2000/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                30 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                31 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task; 
tcb                32 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                34 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                35 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a2100/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                18 platform/a2100/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                22 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                24 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                25 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a2200/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a2200/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                18 platform/a2200/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                22 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                24 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                25 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a2300/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)				tcb->entry = (void*)mykbd_task;
tcb                24 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                25 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2300/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a2300/sub/100e/boot.c       task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a2300/sub/100f/boot.c       task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                24 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a2400/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
tcb                25 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2400/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a2400/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
tcb                25 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2400/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a2400/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
tcb                25 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a2400/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a3100/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a3100/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a3100/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                18 platform/a3100/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                22 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                24 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                25 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                64 platform/a3200/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                67 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                68 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                69 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                70 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                71 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                72 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                64 platform/a3200/sub/100d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                67 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                68 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                69 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                70 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                71 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                72 platform/a3200/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a3300/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a3300/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                18 platform/a3300/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                22 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                24 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                25 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                25 platform/a3400/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                28 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
tcb                29 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                31 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                32 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                34 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
tcb                25 platform/a3400/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                28 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
tcb                29 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                31 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                32 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                34 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
tcb                25 platform/a3400/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                28 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
tcb                29 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                31 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                32 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                34 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
tcb                21 platform/a4000/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
tcb                25 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a4000/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
tcb                25 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a4000/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                19 platform/a480/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                22 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                23 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                24 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                25 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                26 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a490/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a490/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a490/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                18 platform/a490/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                22 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                24 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                25 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a495/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a495/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a495/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                18 platform/a495/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                22 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                24 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                25 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/a800/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a800/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                18 platform/a800/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                22 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                24 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                25 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a810/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a810/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                21 platform/a810/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/d10/sub/100a/boot.c  task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                30 platform/d10/sub/100a/boot.c  if(tcb->entry == task_CaptSeq)         tcb->entry = (void*)task_CaptSeqTask_my; 
tcb                31 platform/d10/sub/100a/boot.c  if(tcb->entry == task_InitFileModules) tcb->entry = (void*)init_file_modules_task;
tcb                32 platform/d10/sub/100a/boot.c  if(tcb->entry == task_MovieRecord)     tcb->entry = (void*)movie_record_task;
tcb                33 platform/d10/sub/100a/boot.c  if(tcb->entry == task_ExpDrv)          tcb->entry = (void*)exp_drv_task;
tcb                36 platform/d10/sub/100a/boot.c  if(tcb->entry == task_FileWrite)   tcb->entry = (void*)filewritetask;
tcb                21 platform/d20/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/d20/sub/100b/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
tcb                24 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                24 platform/d30/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/d30/sub/100a/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                27 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                28 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                29 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                30 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                31 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/d30/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/d30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                24 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                25 platform/g11/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                29 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                31 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                32 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                33 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                25 platform/g11/sub/100j/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                29 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                31 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                32 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                33 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                25 platform/g11/sub/100l/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                29 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                31 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                32 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                33 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                22 platform/g11/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                26 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                28 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                29 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                30 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                26 platform/g12/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/g12/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/g12/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/g12/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/g12/sub/100f/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/g12/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/g12/sub/100g/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/g12/sub/100g/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/g12/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                27 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                29 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                30 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                31 platform/g12/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                29 platform/g1x/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/g1x/sub/100e/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                34 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                35 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                36 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                37 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                38 platform/g1x/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                29 platform/g1x/sub/100f/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/g1x/sub/100f/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                34 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                35 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                36 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                37 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                38 platform/g1x/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                29 platform/g1x/sub/100g/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/g1x/sub/100g/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                34 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                35 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                36 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                37 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                38 platform/g1x/sub/100g/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                29 platform/g1x/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/g1x/sub/101a/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                34 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                35 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                36 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                37 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                38 platform/g1x/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/g1x/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/g1x/sub/boot_hdr.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                31 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                32 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                33 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                34 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                35 platform/g1x/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                13 platform/generic/main.c static void core_hook_task_create(__attribute__ ((unused))void *tcb)
tcb                17 platform/generic/main.c static void core_hook_task_delete(void *tcb)
tcb                19 platform/generic/main.c     char *name = (char*)(*(long*)((char*)tcb+0x34));
tcb               143 platform/ixus1000_sd4500/sub/100d/boot.c task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb               145 platform/ixus1000_sd4500/sub/100d/boot.c if(!_strcmp(tcb->name, "PhySw"))           tcb->entry = (void*)mykbd_task;  //JHARP - Verified name - Sept 5, 2010
tcb               146 platform/ixus1000_sd4500/sub/100d/boot.c if(!_strcmp(tcb->name, "CaptSeqTask"))     tcb->entry = (void*)capt_seq_task; //JHARP - Verified name - Sept 5, 2010
tcb               147 platform/ixus1000_sd4500/sub/100d/boot.c if(!_strcmp(tcb->name, "InitFileModules")) tcb->entry = (void*)init_file_modules_task; //JHARP - Verified name - Sept 5, 2010
tcb               149 platform/ixus1000_sd4500/sub/100d/boot.c if(!_strcmp(tcb->name, "ExpDrvTask"))      tcb->entry = (void*)exp_drv_task; //JHARP - Verified name - Sept 5, 2010
tcb               150 platform/ixus1000_sd4500/sub/100d/boot.c if(!_strcmp(tcb->name, "RotarySw"))        tcb->entry = (void*)JogDial_task_my; //JHARP - Must verify the code in use - Sept 5, 2010
tcb               151 platform/ixus1000_sd4500/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                41 platform/ixus1000_sd4500/sub/100f/boot.c task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                43 platform/ixus1000_sd4500/sub/100f/boot.c if(!_strcmp(tcb->name, "PhySw"))           tcb->entry = (void*)mykbd_task;  //JHARP - Verified name - Sept 5, 2010
tcb                44 platform/ixus1000_sd4500/sub/100f/boot.c if(!_strcmp(tcb->name, "CaptSeqTask"))     tcb->entry = (void*)capt_seq_task; //JHARP - Verified name - Sept 5, 2010
tcb                45 platform/ixus1000_sd4500/sub/100f/boot.c if(!_strcmp(tcb->name, "InitFileModules")) tcb->entry = (void*)init_file_modules_task; //JHARP - Verified name - Sept 5, 2010
tcb                46 platform/ixus1000_sd4500/sub/100f/boot.c if(!_strcmp(tcb->name, "MovieRecord"))     tcb->entry = (void*)movie_record_task; //JHARP - Verified name - Sept 5, 2010
tcb                47 platform/ixus1000_sd4500/sub/100f/boot.c if(!_strcmp(tcb->name, "ExpDrvTask"))      tcb->entry = (void*)exp_drv_task; //JHARP - Verified name - Sept 5, 2010
tcb                48 platform/ixus1000_sd4500/sub/100f/boot.c if(!_strcmp(tcb->name, "RotarySw"))        tcb->entry = (void*)JogDial_task_my; //JHARP - Must verify the code in use - Sept 5, 2010
tcb                49 platform/ixus1000_sd4500/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/ixus1000_sd4500/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                33 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                34 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb               146 platform/ixus1000_sd4500/sub/102b/boot.c task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb               148 platform/ixus1000_sd4500/sub/102b/boot.c if(!_strcmp(tcb->name, "PhySw"))           tcb->entry = (void*)mykbd_task;  //JHARP - Verified name - Sept 5, 2010
tcb               149 platform/ixus1000_sd4500/sub/102b/boot.c if(!_strcmp(tcb->name, "CaptSeqTask"))     tcb->entry = (void*)capt_seq_task; //JHARP - Verified name - Sept 5, 2010
tcb               150 platform/ixus1000_sd4500/sub/102b/boot.c if(!_strcmp(tcb->name, "InitFileModules")) tcb->entry = (void*)init_file_modules_task; //JHARP - Verified name - Sept 5, 2010
tcb               152 platform/ixus1000_sd4500/sub/102b/boot.c if(!_strcmp(tcb->name, "ExpDrvTask"))      tcb->entry = (void*)exp_drv_task; //JHARP - Verified name - Sept 5, 2010
tcb               153 platform/ixus1000_sd4500/sub/102b/boot.c if(!_strcmp(tcb->name, "RotarySw"))        tcb->entry = (void*)JogDial_task_my; //JHARP - Must verify the code in use - Sept 5, 2010
tcb               154 platform/ixus1000_sd4500/sub/102b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/ixus1000_sd4500/sub/102c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                33 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                34 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/ixus1000_sd4500/sub/102d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                33 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                34 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/ixus1000_sd4500/sub/102e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                33 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                34 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/ixus1000_sd4500/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                29 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                30 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                31 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/ixus100_sd780/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
tcb                21 platform/ixus100_sd780/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
tcb                18 platform/ixus100_sd780/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                22 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                24 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                25 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
tcb                20 platform/ixus105_sd1300/sub/100b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                22 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task; 
tcb                23 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                24 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                25 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                26 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                27 platform/ixus105_sd1300/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                20 platform/ixus105_sd1300/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                22 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task; 
tcb                23 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                24 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                25 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                26 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                27 platform/ixus105_sd1300/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                20 platform/ixus105_sd1300/sub/100d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                22 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task; 
tcb                23 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                24 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                25 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                26 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                27 platform/ixus105_sd1300/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                28 platform/ixus110_sd960/sub/100b/boot.c  task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_CaptSeq)         tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_InitFileModules) tcb->entry = (void*)init_file_modules_task;
tcb                34 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_MovieRecord)     tcb->entry = (void*)movie_record_task;
tcb                35 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_ExpDrv)          tcb->entry = (void*)exp_drv_task;
tcb                36 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_RotaryEncoder)   tcb->entry = (void*)task_JogDial_my;
tcb                37 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_FileWrite)       tcb->entry = (void*)filewritetask;
tcb                28 platform/ixus110_sd960/sub/101d/boot.c  task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_CaptSeq)         tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_InitFileModules) tcb->entry = (void*)init_file_modules_task;
tcb                34 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_MovieRecord)     tcb->entry = (void*)movie_record_task;
tcb                35 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_ExpDrv)          tcb->entry = (void*)exp_drv_task;
tcb                36 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_RotaryEncoder)   tcb->entry = (void*)task_JogDial_my;
tcb                37 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_FileWrite)       tcb->entry = (void*)filewritetask;
tcb                28 platform/ixus110_sd960/sub/101f/boot.c  task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_CaptSeq)         tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_InitFileModules) tcb->entry = (void*)init_file_modules_task;
tcb                34 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_MovieRecord)     tcb->entry = (void*)movie_record_task;
tcb                35 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_ExpDrv)          tcb->entry = (void*)exp_drv_task;
tcb                36 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_RotaryEncoder)   tcb->entry = (void*)task_JogDial_my;
tcb                37 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_FileWrite)       tcb->entry = (void*)filewritetask;
tcb                21 platform/ixus115_elph100hs/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus115_elph100hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus115_elph100hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus115_elph100hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus115_elph100hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                22 platform/ixus115_elph100hs/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus115_elph100hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus115_elph100hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus115_elph100hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                28 platform/ixus115_elph100hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                21 platform/ixus115_elph100hs/sub/101b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus115_elph100hs/sub/101b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus115_elph100hs/sub/101b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus115_elph100hs/sub/101b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus115_elph100hs/sub/101b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus120_sd940/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                31 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                32 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                28 platform/ixus120_sd940/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                31 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                32 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                28 platform/ixus120_sd940/sub/102c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                31 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                32 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                28 platform/ixus120_sd940/sub/103b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                31 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                32 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                28 platform/ixus120_sd940/sub/103c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                31 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                32 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                25 platform/ixus120_sd940/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                29 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                31 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                32 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/ixus125_elph110hs/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;    
tcb                21 platform/ixus125_elph110hs/sub/100e/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;    
tcb                21 platform/ixus125_elph110hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;    
tcb                18 platform/ixus125_elph110hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                22 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                24 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                25 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;    
tcb                20 platform/ixus130_sd1400/sub/100a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                22 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                23 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
tcb                24 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                25 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                26 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                27 platform/ixus130_sd1400/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                20 platform/ixus130_sd1400/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                22 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                23 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
tcb                24 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                25 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                26 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                27 platform/ixus130_sd1400/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                25 platform/ixus200_sd980/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                29 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                31 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                32 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                33 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                25 platform/ixus200_sd980/sub/101c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                29 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                31 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                32 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                33 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                25 platform/ixus200_sd980/sub/101d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                29 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                31 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                32 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                33 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                22 platform/ixus200_sd980/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                28 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                29 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                30 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                22 platform/ixus220_elph300hs/sub/100c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus220_elph300hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus220_elph300hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus220_elph300hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                28 platform/ixus220_elph300hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                22 platform/ixus220_elph300hs/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus220_elph300hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus220_elph300hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus220_elph300hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                28 platform/ixus220_elph300hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                22 platform/ixus220_elph300hs/sub/101c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus220_elph300hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus220_elph300hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus220_elph300hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                28 platform/ixus220_elph300hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                22 platform/ixus220_elph300hs/sub/101g/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus220_elph300hs/sub/101g/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus220_elph300hs/sub/101g/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus220_elph300hs/sub/101g/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                28 platform/ixus220_elph300hs/sub/101g/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                19 platform/ixus220_elph300hs/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                22 platform/ixus220_elph300hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                23 platform/ixus220_elph300hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                24 platform/ixus220_elph300hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                25 platform/ixus220_elph300hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                21 platform/ixus230_elph310hs/sub/100a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus230_elph310hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus230_elph310hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus230_elph310hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus230_elph310hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus230_elph310hs/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/ixus230_elph310hs/sub/100b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus230_elph310hs/sub/100b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus230_elph310hs/sub/100b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus230_elph310hs/sub/100b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                28 platform/ixus230_elph310hs/sub/100b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                29 platform/ixus230_elph310hs/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/ixus230_elph310hs/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus230_elph310hs/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus230_elph310hs/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus230_elph310hs/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                28 platform/ixus230_elph310hs/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                29 platform/ixus230_elph310hs/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                25 platform/ixus240_elph320hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                29 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
tcb                31 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                32 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                33 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                25 platform/ixus240_elph320hs/sub/102a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                28 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                29 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
tcb                31 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                32 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                33 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                22 platform/ixus240_elph320hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                25 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                26 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
tcb                28 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                29 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                30 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                35 platform/ixus300_sd4000/sub/100d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                39 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                40 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                41 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                42 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                43 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                44 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                16 platform/ixus30_sd200/main.c static void core_hook_task_create(__attribute__ ((unused))void *tcb)
tcb                20 platform/ixus30_sd200/main.c static void core_hook_task_delete(void *tcb)
tcb                22 platform/ixus30_sd200/main.c     char *name = (char*)(*(long*)((char*)tcb+0x34));
tcb                26 platform/ixus310_elph500hs/sub/100a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/ixus310_elph500hs/sub/100a/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                31 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                32 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_TouchPanel)		tcb->entry = (void*)task_TouchPanel_my;
tcb                33 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus310_elph500hs/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/ixus310_elph500hs/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/ixus310_elph500hs/sub/101a/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                31 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                32 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_TouchPanel)		tcb->entry = (void*)task_TouchPanel_my;
tcb                33 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus310_elph500hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/ixus310_elph500hs/sub/101c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/ixus310_elph500hs/sub/101c/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                31 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                32 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_TouchPanel)		tcb->entry = (void*)task_TouchPanel_my;
tcb                33 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus310_elph500hs/sub/101c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/ixus310_elph500hs/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                27 platform/ixus310_elph500hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                28 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                29 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_TouchPanel)		tcb->entry = (void*)task_TouchPanel_my;
tcb                30 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                31 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                32 platform/ixus310_elph500hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                16 platform/ixus40_sd300/main.c static void core_hook_task_create(__attribute__ ((unused))void *tcb)
tcb                20 platform/ixus40_sd300/main.c static void core_hook_task_delete(void *tcb)
tcb                22 platform/ixus40_sd300/main.c     char *name = (char*)(*(long*)((char*)tcb+0x34));
tcb                15 platform/ixus50_sd400/main.c static void core_hook_task_create(__attribute__ ((unused))void *tcb)
tcb                19 platform/ixus50_sd400/main.c static void core_hook_task_delete(void *tcb)
tcb                21 platform/ixus50_sd400/main.c     char *name = (char*)(*(long*)((char*)tcb+0x34));
tcb                15 platform/ixus700_sd500/main.c static void core_hook_task_create(__attribute__ ((unused))void *tcb)
tcb                19 platform/ixus700_sd500/main.c static void core_hook_task_delete(void *tcb)
tcb                21 platform/ixus700_sd500/main.c     char *name = (char*)(*(long*)((char*)tcb+0x34));
tcb                21 platform/ixus95_sd1200/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
tcb                21 platform/ixus95_sd1200/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                24 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                25 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                26 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                27 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                28 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
tcb                18 platform/ixus95_sd1200/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                21 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                22 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                23 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                24 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                25 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
tcb                28 platform/ixus980_sd990/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                31 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task; 
tcb                32 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                36 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                28 platform/ixus980_sd990/sub/101b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                31 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task; 
tcb                32 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                34 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                35 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                36 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                23 platform/ixus990_sd970/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                30 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                31 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                20 platform/ixus990_sd970/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                24 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                25 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                26 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                27 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                28 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                24 platform/s100/sub/100d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                28 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                29 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                30 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                31 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                24 platform/s100/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                28 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                29 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                30 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                31 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                24 platform/s100/sub/101a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                28 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                29 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                30 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                31 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                24 platform/s100/sub/101b/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                28 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                29 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                30 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                31 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                24 platform/s100/sub/102a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                28 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                29 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                30 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                31 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                15 platform/s2is/main.c static void core_hook_task_create(__attribute__ ((unused))void *tcb)
tcb                19 platform/s2is/main.c static void core_hook_task_delete(void *tcb)
tcb                21 platform/s2is/main.c     char *name = (char*)(*(long*)((char*)tcb+0x34));
tcb                12 platform/s80/main.c static void core_hook_task_create(__attribute__ ((unused))void *tcb)
tcb                16 platform/s80/main.c static void core_hook_task_delete(void *tcb)
tcb                18 platform/s80/main.c     char *name = (char*)(*(long*)((char*)tcb+0x34));
tcb                23 platform/sx10/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                30 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                31 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/sx10/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                30 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                31 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/sx10/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                30 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                31 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/sx10/sub/102b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                30 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                31 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/sx10/sub/103a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                30 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                31 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                20 platform/sx10/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                24 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                25 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                26 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                27 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                28 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                51 platform/sx110is/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                53 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                54 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                55 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                56 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                57 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                58 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                59 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                29 platform/sx130is/sub/101c/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                34 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                35 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                36 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                37 platform/sx130is/sub/101c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                29 platform/sx130is/sub/101d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                34 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                35 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                36 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                37 platform/sx130is/sub/101d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                29 platform/sx130is/sub/101f/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                32 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                33 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                34 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                35 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                36 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                37 platform/sx130is/sub/101f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                28 platform/sx150is/sub/100a/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                31 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                32 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                34 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                35 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                26 platform/sx20/sub/100f/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                32 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                33 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                34 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/sx20/sub/102b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                32 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                33 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                34 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/sx20/sub/102d/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                32 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                33 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                34 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/sx20/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                29 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                30 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                31 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                24 platform/sx200is/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                28 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                29 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                31 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                32 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                21 platform/sx200is/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                23 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
tcb                24 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
tcb                25 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
tcb                26 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
tcb                27 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
tcb                28 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
tcb                29 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                14 platform/sx210is/sub/100c/boot.c task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                16 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "PhySw"))           tcb->entry = (void*)mykbd_task;  //JHARP - Verified name - Sept 5, 2010
tcb                17 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "CaptSeqTask"))     tcb->entry = (void*)capt_seq_task; //JHARP - Verified name - Sept 5, 2010
tcb                18 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "InitFileModules")) tcb->entry = (void*)init_file_modules_task; //JHARP - Verified name - Sept 5, 2010
tcb                19 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "MovieRecord"))     tcb->entry = (void*)movie_record_task; //JHARP - Verified name - Sept 5, 2010
tcb                20 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "ExpDrvTask"))      tcb->entry = (void*)exp_drv_task; //JHARP - Verified name - Sept 5, 2010
tcb                21 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "RotarySw"))        tcb->entry = (void*)JogDial_task_my; //JHARP - Must verify the code in use - Sept 5, 2010
tcb                26 platform/sx220hs/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx220hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx220hs/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                23 platform/sx220hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                29 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                30 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                31 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx230hs/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx230hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx230hs/sub/101b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                23 platform/sx230hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                29 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                30 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                31 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx240hs/sub/100a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx240hs/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx240hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                23 platform/sx240hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                29 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                30 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                31 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx260hs/sub/100b/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx260hs/sub/100c/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx260hs/sub/101a/boot.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                30 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                23 platform/sx260hs/sub/boot_hdr.c     task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
tcb                27 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
tcb                29 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
tcb                30 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
tcb                31 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
tcb                26 platform/sx30/sub/100e/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx30/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/sx30/sub/100h/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx30/sub/100h/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/sx30/sub/100l/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx30/sub/100l/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/sx30/sub/100n/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx30/sub/100n/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                26 platform/sx30/sub/100p/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                29 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                30 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                31 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                32 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                33 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                34 platform/sx30/sub/100p/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                23 platform/sx30/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                26 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                27 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                28 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                29 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                30 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                31 platform/sx30/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                27 platform/sx40hs/sub/100d/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                30 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                31 platform/sx40hs/sub/100d/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                32 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                34 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                35 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                36 platform/sx40hs/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                27 platform/sx40hs/sub/100f/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                30 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                31 platform/sx40hs/sub/100f/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                32 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                34 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                35 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                36 platform/sx40hs/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                27 platform/sx40hs/sub/100g/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                30 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                31 platform/sx40hs/sub/100g/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                32 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                34 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                35 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                36 platform/sx40hs/sub/100g/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                27 platform/sx40hs/sub/100i/boot.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                30 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                31 platform/sx40hs/sub/100i/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                32 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                33 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                34 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                35 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                36 platform/sx40hs/sub/100i/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
tcb                24 platform/sx40hs/sub/boot_hdr.c 	task_t *tcb=(task_t*)((char*)context-offsetof(task_t, context));
tcb                27 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
tcb                28 platform/sx40hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
tcb                29 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
tcb                30 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
tcb                31 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
tcb                32 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
tcb                33 platform/sx40hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;