entry              26 include/dryos23.h     void *entry;
entry              27 include/dryos31.h     void *entry;
entry              57 include/lolevel.h                         void *entry, long parm /*?*/);
entry               9 include/task.h extern int CreateTask (const char *name, int prio, int stack_size, void *entry);
entry              32 include/vxworks.h     void            *entry;
entry             297 modules/dng.c      dir_entry* entry;           // List of entries
entry             315 modules/dng.c      for (i = 0; ifd_list[i].entry != 0; i++)
entry             330 modules/dng.c          for (i=0; p->entry[i].type != T_EOL; i++)
entry             332 modules/dng.c              if (p->entry[i].tag == tag)
entry             333 modules/dng.c                  return &p->entry[i];
entry             378 modules/dng.c      for (i=0; ifd->entry[i].type != T_EOL; i++)
entry             380 modules/dng.c          if ((ifd->entry[i].type & T_SKIP) == 0)  // Exclude skipped entries (e.g. GPS info if camera doesn't have GPS)
entry             382 modules/dng.c              f(ifd, &ifd->entry[i]);
entry             124 modules/flt.h      uint32_t entry;         // Offset of start .text segment
entry              24 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a1000/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a1000/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              21 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              22 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              23 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              24 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/a1000/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              21 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)				tcb->entry = (void*)mykbd_task;
entry              22 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              23 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              24 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              25 platform/a1100/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              26 platform/a1100/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              27 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              31 platform/a1200/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              27 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              31 platform/a1200/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a1300/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a1300/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a1300/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              30 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              31 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task; 
entry              32 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              33 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              34 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              35 platform/a2000/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2100/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              21 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              22 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              23 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              24 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/a2100/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2200/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              24 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2200/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              21 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              22 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              23 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              24 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              25 platform/a2200/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)				tcb->entry = (void*)mykbd_task;
entry              24 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              25 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              27 platform/a2300/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2300/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2300/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              24 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2300/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
entry              25 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a2400/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2400/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
entry              25 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a2400/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2400/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
entry              25 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a2400/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a2400/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a3100/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a3100/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a3100/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              21 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              22 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              23 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              24 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/a3100/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              67 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              68 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              69 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              70 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              71 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              72 platform/a3200/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              67 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              68 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              69 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              70 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              71 platform/a3200/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              72 platform/a3200/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              24 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a3300/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              24 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a3300/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              21 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              22 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              23 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              24 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              25 platform/a3300/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              27 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              28 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
entry              29 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              30 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              31 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              32 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              34 platform/a3400/sub/100f/boot.c 	if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
entry              27 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              28 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
entry              29 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              30 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              31 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              32 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              34 platform/a3400/sub/101a/boot.c 	if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
entry              27 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              28 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
entry              29 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              30 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              31 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              32 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              34 platform/a3400/sub/101b/boot.c 	if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
entry              23 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
entry              25 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a4000/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task; 
entry              25 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a4000/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a4000/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              21 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              22 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              23 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              24 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              25 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              26 platform/a480/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a490/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a490/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a490/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              21 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              22 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              23 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              24 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/a490/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a495/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a495/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/a495/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              21 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              22 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              23 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              24 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/a495/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a800/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              24 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a800/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              21 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              22 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              23 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              24 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              25 platform/a800/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a810/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a810/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              23 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/a810/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              30 platform/d10/sub/100a/boot.c  if(tcb->entry == task_CaptSeq)         tcb->entry = (void*)task_CaptSeqTask_my; 
entry              31 platform/d10/sub/100a/boot.c  if(tcb->entry == task_InitFileModules) tcb->entry = (void*)init_file_modules_task;
entry              32 platform/d10/sub/100a/boot.c  if(tcb->entry == task_MovieRecord)     tcb->entry = (void*)movie_record_task;
entry              33 platform/d10/sub/100a/boot.c  if(tcb->entry == task_ExpDrv)          tcb->entry = (void*)exp_drv_task;
entry              36 platform/d10/sub/100a/boot.c  if(tcb->entry == task_FileWrite)   tcb->entry = (void*)filewritetask;
entry              23 platform/d20/sub/100b/boot.c 	if(tcb->entry == (void*)task_PhySw)            tcb->entry = (void*)mykbd_task;
entry              24 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/d20/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/d30/sub/100a/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              27 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              28 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              29 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              30 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              31 platform/d30/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/d30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              24 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/d30/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              28 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              29 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              30 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              31 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              32 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              33 platform/g11/sub/100f/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              28 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              29 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              30 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              31 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              32 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              33 platform/g11/sub/100j/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              28 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              29 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              30 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              31 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              32 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              33 platform/g11/sub/100l/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              25 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              26 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              27 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              28 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              29 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              30 platform/g11/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              29 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/g12/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/g12/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/g12/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/g12/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/g12/sub/100f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/g12/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/g12/sub/100g/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/g12/sub/100g/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              27 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              28 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              29 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              30 platform/g12/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              31 platform/g12/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              32 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              33 platform/g1x/sub/100e/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              34 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              35 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              36 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              37 platform/g1x/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              38 platform/g1x/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              32 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              33 platform/g1x/sub/100f/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              34 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              35 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              36 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              37 platform/g1x/sub/100f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              38 platform/g1x/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              32 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              33 platform/g1x/sub/100g/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              34 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              35 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              36 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              37 platform/g1x/sub/100g/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              38 platform/g1x/sub/100g/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              32 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              33 platform/g1x/sub/101a/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              34 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              35 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              36 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              37 platform/g1x/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              38 platform/g1x/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/g1x/sub/boot_hdr.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              31 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              32 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              33 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              34 platform/g1x/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              35 platform/g1x/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry             113 platform/generic/main.c     long *entry = (long*)((char*)pNewTcb+0x74);
entry             118 platform/generic/main.c         task_prev = (void*)(*entry);
entry             119 platform/generic/main.c         *entry = (long)task_start_hook;
entry             124 platform/generic/main.c             *entry = (long)physw_hook;
entry             128 platform/generic/main.c             init_file_modules_prev = (void*)(*entry);
entry             130 platform/generic/main.c             *entry = (long)init_file_modules_task;
entry             132 platform/generic/main.c             *entry = (long)init_file_modules_hook;
entry             137 platform/generic/main.c             *entry = (long)capt_seq_hook;
entry             142 platform/generic/main.c             *entry = (long)movie_record_hook;
entry             148 platform/generic/main.c             *entry = (long)exp_drv_task;
entry             154 platform/generic/main.c             *entry = (long)filewritetask;
entry             162 platform/generic/main.c             *entry = (long)my_touchw_task;
entry            1715 platform/generic/wrappers.c int CreateTask (const char *name, int prio, int stack_size, void *entry)
entry            1717 platform/generic/wrappers.c     return _CreateTask(name, prio, stack_size, entry, 0);
entry             145 platform/ixus1000_sd4500/sub/100d/boot.c if(!_strcmp(tcb->name, "PhySw"))           tcb->entry = (void*)mykbd_task;  //JHARP - Verified name - Sept 5, 2010
entry             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
entry             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
entry             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
entry             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
entry             151 platform/ixus1000_sd4500/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              43 platform/ixus1000_sd4500/sub/100f/boot.c if(!_strcmp(tcb->name, "PhySw"))           tcb->entry = (void*)mykbd_task;  //JHARP - Verified name - Sept 5, 2010
entry              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
entry              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
entry              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
entry              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
entry              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
entry              49 platform/ixus1000_sd4500/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              31 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              32 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              33 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              34 platform/ixus1000_sd4500/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry             148 platform/ixus1000_sd4500/sub/102b/boot.c if(!_strcmp(tcb->name, "PhySw"))           tcb->entry = (void*)mykbd_task;  //JHARP - Verified name - Sept 5, 2010
entry             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
entry             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
entry             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
entry             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
entry             154 platform/ixus1000_sd4500/sub/102b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              31 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              32 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              33 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              34 platform/ixus1000_sd4500/sub/102c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              31 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              32 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              33 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              34 platform/ixus1000_sd4500/sub/102d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              31 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              32 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              33 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              34 platform/ixus1000_sd4500/sub/102e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              29 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              30 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              31 platform/ixus1000_sd4500/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/ixus100_sd780/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
entry              24 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/ixus100_sd780/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
entry              21 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              22 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              23 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              24 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/ixus100_sd780/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
entry              22 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task; 
entry              23 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              24 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              25 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              26 platform/ixus105_sd1300/sub/100b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/ixus105_sd1300/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              22 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task; 
entry              23 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              24 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              25 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              26 platform/ixus105_sd1300/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/ixus105_sd1300/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              22 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task; 
entry              23 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              24 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              25 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              26 platform/ixus105_sd1300/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/ixus105_sd1300/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              32 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_CaptSeq)         tcb->entry = (void*)capt_seq_task; 
entry              33 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_InitFileModules) tcb->entry = (void*)init_file_modules_task;
entry              34 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_MovieRecord)     tcb->entry = (void*)movie_record_task;
entry              35 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_ExpDrv)          tcb->entry = (void*)exp_drv_task;
entry              36 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_RotaryEncoder)   tcb->entry = (void*)task_JogDial_my;
entry              37 platform/ixus110_sd960/sub/100b/boot.c  if(tcb->entry == task_FileWrite)       tcb->entry = (void*)filewritetask;
entry              32 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_CaptSeq)         tcb->entry = (void*)capt_seq_task; 
entry              33 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_InitFileModules) tcb->entry = (void*)init_file_modules_task;
entry              34 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_MovieRecord)     tcb->entry = (void*)movie_record_task;
entry              35 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_ExpDrv)          tcb->entry = (void*)exp_drv_task;
entry              36 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_RotaryEncoder)   tcb->entry = (void*)task_JogDial_my;
entry              37 platform/ixus110_sd960/sub/101d/boot.c  if(tcb->entry == task_FileWrite)       tcb->entry = (void*)filewritetask;
entry              32 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_CaptSeq)         tcb->entry = (void*)capt_seq_task; 
entry              33 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_InitFileModules) tcb->entry = (void*)init_file_modules_task;
entry              34 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_MovieRecord)     tcb->entry = (void*)movie_record_task;
entry              35 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_ExpDrv)          tcb->entry = (void*)exp_drv_task;
entry              36 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_RotaryEncoder)   tcb->entry = (void*)task_JogDial_my;
entry              37 platform/ixus110_sd960/sub/101f/boot.c  if(tcb->entry == task_FileWrite)       tcb->entry = (void*)filewritetask;
entry              24 platform/ixus115_elph100hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus115_elph100hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus115_elph100hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus115_elph100hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              25 platform/ixus115_elph100hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus115_elph100hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus115_elph100hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              28 platform/ixus115_elph100hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              24 platform/ixus115_elph100hs/sub/101b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus115_elph100hs/sub/101b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus115_elph100hs/sub/101b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus115_elph100hs/sub/101b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              31 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              32 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              33 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus120_sd940/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              31 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              32 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              33 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus120_sd940/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              31 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              32 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              33 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus120_sd940/sub/102c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              31 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              32 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              33 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus120_sd940/sub/103b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              31 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              32 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              33 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus120_sd940/sub/103c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              28 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              29 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              30 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              31 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              32 platform/ixus120_sd940/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              24 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/ixus125_elph110hs/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;    
entry              24 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/ixus125_elph110hs/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;    
entry              24 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              28 platform/ixus125_elph110hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;    
entry              21 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              22 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              23 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              24 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              25 platform/ixus125_elph110hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;    
entry              22 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              23 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
entry              24 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              25 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              26 platform/ixus130_sd1400/sub/100a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/ixus130_sd1400/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              22 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              23 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
entry              24 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              25 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              26 platform/ixus130_sd1400/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/ixus130_sd1400/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              28 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              29 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              30 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              31 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              32 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              33 platform/ixus200_sd980/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              28 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              29 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              30 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              31 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              32 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              33 platform/ixus200_sd980/sub/101c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              28 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              29 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              30 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              31 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              32 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              33 platform/ixus200_sd980/sub/101d/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              25 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              28 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              29 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              30 platform/ixus200_sd980/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              25 platform/ixus220_elph300hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus220_elph300hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus220_elph300hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              28 platform/ixus220_elph300hs/sub/100c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/ixus220_elph300hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus220_elph300hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus220_elph300hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              28 platform/ixus220_elph300hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/ixus220_elph300hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus220_elph300hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus220_elph300hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              28 platform/ixus220_elph300hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/ixus220_elph300hs/sub/101g/boot.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus220_elph300hs/sub/101g/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus220_elph300hs/sub/101g/boot.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              28 platform/ixus220_elph300hs/sub/101g/boot.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              22 platform/ixus220_elph300hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              23 platform/ixus220_elph300hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              24 platform/ixus220_elph300hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              25 platform/ixus220_elph300hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              24 platform/ixus230_elph310hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus230_elph310hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus230_elph310hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus230_elph310hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              28 platform/ixus230_elph310hs/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              25 platform/ixus230_elph310hs/sub/100b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus230_elph310hs/sub/100b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus230_elph310hs/sub/100b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              28 platform/ixus230_elph310hs/sub/100b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              29 platform/ixus230_elph310hs/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              25 platform/ixus230_elph310hs/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus230_elph310hs/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus230_elph310hs/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              28 platform/ixus230_elph310hs/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              29 platform/ixus230_elph310hs/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              28 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              29 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              30 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
entry              31 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              32 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              33 platform/ixus240_elph320hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              28 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              29 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              30 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
entry              31 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              32 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              33 platform/ixus240_elph320hs/sub/102a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              25 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              26 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              27 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_TouchPanel)       tcb->entry = (void*)task_TouchPanel_my;
entry              28 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              29 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              30 platform/ixus240_elph320hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              39 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              40 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              41 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              42 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              43 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              44 platform/ixus300_sd4000/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry             104 platform/ixus30_sd200/main.c     long *entry = (long*)((char*)pNewTcb+0x74);
entry             111 platform/ixus30_sd200/main.c         taskprev = (void*)(*entry);
entry             112 platform/ixus30_sd200/main.c         *entry = (long)task_start_hook;
entry             120 platform/ixus30_sd200/main.c             *entry = (long)mykbd_task;
entry             125 platform/ixus30_sd200/main.c             taskfsprev = (void*)(*entry);
entry             126 platform/ixus30_sd200/main.c             *entry = (long)task_fs;
entry             131 platform/ixus30_sd200/main.c             *entry = (long)capt_seq_hook;
entry             136 platform/ixus30_sd200/main.c             *entry = (long)movie_record_hook;
entry              29 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/ixus310_elph500hs/sub/100a/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              31 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              32 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_TouchPanel)		tcb->entry = (void*)task_TouchPanel_my;
entry              33 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus310_elph500hs/sub/100a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus310_elph500hs/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/ixus310_elph500hs/sub/101a/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              31 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              32 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_TouchPanel)		tcb->entry = (void*)task_TouchPanel_my;
entry              33 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus310_elph500hs/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus310_elph500hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/ixus310_elph500hs/sub/101c/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              31 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              32 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_TouchPanel)		tcb->entry = (void*)task_TouchPanel_my;
entry              33 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus310_elph500hs/sub/101c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus310_elph500hs/sub/101c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              27 platform/ixus310_elph500hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              28 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              29 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_TouchPanel)		tcb->entry = (void*)task_TouchPanel_my;
entry              30 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              31 platform/ixus310_elph500hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              32 platform/ixus310_elph500hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry             106 platform/ixus40_sd300/main.c     long *entry = (long*)((char*)pNewTcb+0x74);
entry             113 platform/ixus40_sd300/main.c         taskprev = (void*)(*entry);
entry             114 platform/ixus40_sd300/main.c         *entry = (long)task_start_hook;
entry             120 platform/ixus40_sd300/main.c             *entry = (long)mykbd_task;
entry             125 platform/ixus40_sd300/main.c             taskfsprev = (void*)(*entry);
entry             126 platform/ixus40_sd300/main.c             *entry = (long)task_fs;
entry             131 platform/ixus40_sd300/main.c             *entry = (long)capt_seq_hook;
entry             135 platform/ixus40_sd300/main.c             *entry = (long)movie_record_hook;
entry             101 platform/ixus50_sd400/main.c     long *entry = (long*)((char*)pNewTcb+0x74);
entry             106 platform/ixus50_sd400/main.c 	taskprev = (void*)(*entry);
entry             107 platform/ixus50_sd400/main.c 	*entry = (long)task_start_hook;
entry             112 platform/ixus50_sd400/main.c 	    *entry = (long)mykbd_task;
entry             115 platform/ixus50_sd400/main.c 	    taskfsprev = (void*)(*entry);
entry             116 platform/ixus50_sd400/main.c 	    *entry = (long)task_fs;
entry             120 platform/ixus50_sd400/main.c 	    *entry = (long)capt_seq_hook;
entry             124 platform/ixus50_sd400/main.c 	    *entry = (long)movie_record_hook;
entry             101 platform/ixus700_sd500/main.c     long *entry = (long*)((char*)pNewTcb+0x74);
entry             106 platform/ixus700_sd500/main.c 	taskprev = (void*)(*entry);
entry             107 platform/ixus700_sd500/main.c 	*entry = (long)task_start_hook;
entry             112 platform/ixus700_sd500/main.c 	    *entry = (long)mykbd_task;
entry             116 platform/ixus700_sd500/main.c 	    *entry = (long)init_file_modules_task;
entry             120 platform/ixus700_sd500/main.c 	    *entry = (long)capt_seq_hook;
entry             124 platform/ixus700_sd500/main.c 	    *entry = (long)movie_record_hook;
entry              24 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/ixus95_sd1200/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
entry              24 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              25 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              26 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              27 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              28 platform/ixus95_sd1200/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
entry              21 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              22 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              23 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              24 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              25 platform/ixus95_sd1200/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;    
entry              31 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task; 
entry              32 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              33 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              36 platform/ixus980_sd990/sub/100e/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              31 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task; 
entry              32 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              33 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              34 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              35 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              36 platform/ixus980_sd990/sub/101b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              26 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              30 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              31 platform/ixus990_sd970/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              24 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              25 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              26 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              27 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              28 platform/ixus990_sd970/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              27 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              28 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              29 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              30 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              31 platform/s100/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              28 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              29 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              30 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              31 platform/s100/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              28 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              29 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              30 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              31 platform/s100/sub/101a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              28 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              29 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              30 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              31 platform/s100/sub/101b/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              27 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              28 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              29 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              30 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              31 platform/s100/sub/102a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry             102 platform/s2is/main.c     long *entry = (long*)((char*)pNewTcb+0x74);
entry             107 platform/s2is/main.c 	taskprev = (void*)(*entry);
entry             108 platform/s2is/main.c 	*entry = (long)task_start_hook;
entry             113 platform/s2is/main.c 	    *entry = (long)mykbd_task;
entry             116 platform/s2is/main.c 	    taskfsprev = (void*)(*entry);
entry             117 platform/s2is/main.c 	    *entry = (long)task_fs;
entry             121 platform/s2is/main.c 	    *entry = (long)capt_seq_hook;
entry             125 platform/s2is/main.c 	    *entry = (long)movie_record_hook;
entry             116 platform/s80/main.c     long *entry = (long*)((char*)pNewTcb+0x74);
entry             121 platform/s80/main.c         task_prev = (void*)(*entry);
entry             122 platform/s80/main.c         *entry = (long)task_start_hook;
entry             127 platform/s80/main.c             *entry = (long)physw_hook;
entry             131 platform/s80/main.c             init_file_modules_prev = (void*)(*entry);
entry             133 platform/s80/main.c             *entry = (long)init_file_modules_task;
entry             135 platform/s80/main.c             *entry = (long)init_file_modules_hook;
entry             140 platform/s80/main.c             *entry = (long)capt_seq_hook;
entry             144 platform/s80/main.c             *entry = (long)task_JogDial_hook;
entry             149 platform/s80/main.c             *entry = (long)movie_record_hook;
entry             155 platform/s80/main.c             *entry = (long)exp_drv_task;
entry              26 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              30 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              31 platform/sx10/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              30 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              31 platform/sx10/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              30 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              31 platform/sx10/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              30 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              31 platform/sx10/sub/102b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              30 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              31 platform/sx10/sub/103a/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              24 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              25 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              26 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              27 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              28 platform/sx10/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              53 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              54 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              55 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              56 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              57 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              58 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              59 platform/sx110is/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              32 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              33 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              34 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              35 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              36 platform/sx130is/sub/101c/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              37 platform/sx130is/sub/101c/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              32 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              33 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              34 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              35 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              36 platform/sx130is/sub/101d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              37 platform/sx130is/sub/101d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              32 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              33 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              34 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              35 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              36 platform/sx130is/sub/101f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              37 platform/sx130is/sub/101f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              31 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              32 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              33 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              34 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              35 platform/sx150is/sub/100a/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              29 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              32 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              33 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              34 platform/sx20/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              32 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              33 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              34 platform/sx20/sub/102b/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              32 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              33 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              34 platform/sx20/sub/102d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              29 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              30 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              31 platform/sx20/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              28 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              29 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              30 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              31 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              32 platform/sx200is/sub/100c/boot.c     if (tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              23 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_CaptSeq)           tcb->entry = (void*)capt_seq_task;
entry              24 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_PhySw)             tcb->entry = (void*)mykbd_task;
entry              25 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_RotaryEncoder)     tcb->entry = (void*)JogDial_task_my;
entry              26 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_InitFileModules)   tcb->entry = (void*)init_file_modules_task;
entry              27 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_MovieRecord)       tcb->entry = (void*)movie_record_task;
entry              28 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_ExpDrv)            tcb->entry = (void*)exp_drv_task;
entry              29 platform/sx200is/sub/boot_hdr.c     if (tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              16 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "PhySw"))           tcb->entry = (void*)mykbd_task;  //JHARP - Verified name - Sept 5, 2010
entry              17 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "CaptSeqTask"))     tcb->entry = (void*)capt_seq_task; //JHARP - Verified name - Sept 5, 2010
entry              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
entry              19 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "MovieRecord"))     tcb->entry = (void*)movie_record_task; //JHARP - Verified name - Sept 5, 2010
entry              20 platform/sx210is/sub/100c/boot.c if(!_strcmp(tcb->name, "ExpDrvTask"))      tcb->entry = (void*)exp_drv_task; //JHARP - Verified name - Sept 5, 2010
entry              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
entry              29 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx220hs/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx220hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx220hs/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              26 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              29 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              30 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              31 platform/sx220hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx230hs/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx230hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx230hs/sub/101b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              26 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              29 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              30 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              31 platform/sx230hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx240hs/sub/100a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx240hs/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx240hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              26 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              29 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              30 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              31 platform/sx240hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx260hs/sub/100b/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx260hs/sub/100c/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              30 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              33 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx260hs/sub/101a/boot.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              26 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_CaptSeq)          tcb->entry = (void*)capt_seq_task;
entry              27 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_InitFileModules)  tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_RotaryEncoder)    tcb->entry = (void*)JogDial_task_my;
entry              29 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_MovieRecord)      tcb->entry = (void*)movie_record_task;
entry              30 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_ExpDrv)           tcb->entry = (void*)exp_drv_task;
entry              31 platform/sx260hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)        tcb->entry = (void*)filewritetask;
entry              29 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/sx30/sub/100e/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx30/sub/100e/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/sx30/sub/100h/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx30/sub/100h/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/sx30/sub/100l/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx30/sub/100l/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/sx30/sub/100n/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx30/sub/100n/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              29 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              30 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              31 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              32 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              33 platform/sx30/sub/100p/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              34 platform/sx30/sub/100p/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              26 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              27 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              28 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              29 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              30 platform/sx30/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              31 platform/sx30/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              30 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              31 platform/sx40hs/sub/100d/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              32 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              33 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              34 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              35 platform/sx40hs/sub/100d/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              36 platform/sx40hs/sub/100d/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              30 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              31 platform/sx40hs/sub/100f/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              32 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              33 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              34 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              35 platform/sx40hs/sub/100f/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              36 platform/sx40hs/sub/100f/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              30 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              31 platform/sx40hs/sub/100g/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              32 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              33 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              34 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              35 platform/sx40hs/sub/100g/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              36 platform/sx40hs/sub/100g/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              30 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              31 platform/sx40hs/sub/100i/boot.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              32 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              33 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              34 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              35 platform/sx40hs/sub/100i/boot.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              36 platform/sx40hs/sub/100i/boot.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry              27 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_CaptSeq)			tcb->entry = (void*)capt_seq_task; 
entry              28 platform/sx40hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_DvlpSeqTask)       tcb->entry = (void*)dvlp_seq_task;
entry              29 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_InitFileModules)	tcb->entry = (void*)init_file_modules_task;
entry              30 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_RotaryEncoder)		tcb->entry = (void*)JogDial_task_my;
entry              31 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_MovieRecord)		tcb->entry = (void*)movie_record_task;
entry              32 platform/sx40hs/sub/boot_hdr.c 	if(tcb->entry == (void*)task_ExpDrv)			tcb->entry = (void*)exp_drv_task;
entry              33 platform/sx40hs/sub/boot_hdr.c     if(tcb->entry == (void*)task_FileWrite)         tcb->entry = (void*)filewritetask;
entry             271 tools/elf2flt/elfflt.c     if ( offs >=flat->entry && offs<flat->data_start )
entry             272 tools/elf2flt/elfflt.c        { sect="text"; secoffs=flat->entry;}
entry             608 tools/elf2flt/elfflt.c   flat->entry = text.flat_offset;
entry             706 tools/elf2flt/elfflt.c 	printf("->entry        0x%x (size %d)\n", flat->entry, flat->data_start - flat->entry );
entry             735 tools/elf2flt/elfflt.c     dump_section( "FLT_text", (unsigned char*)flat_buf+flat->entry, flat->data_start-flat->entry );
entry              46 tools/elf2flt/fltdump.c     if ( offs >=flat->entry && offs<flat->data_start )
entry              47 tools/elf2flt/fltdump.c        { sect="text"; secoffs=flat->entry;}
entry             122 tools/elf2flt/fltdump.c 	printf("->entry(.text) 0x%x (size %d)\n", flat->entry, flat->data_start - flat->entry );
entry             168 tools/elf2flt/fltdump.c     dump_section( "FLT_text", flat_buf+flat->entry, flat->data_start-flat->entry );
entry              81 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int CreateTask (const char *name, int prio, int stack_size, void *entry, int parm /*?*/);
entry             395 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int CreateTaskStrictly (const char *name, int prio, int stack_size,int (*entry)(), int parm /*?*/);
entry             427 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int CreateTask_low(int (*entry)(),int parm, int unk1, int stack_size, int prio, int unk2, const char *name);
entry             464 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int CreateTask_alt(const char *name, int prio, int stack_size, void *entry, int parm /*?*/,int core /*?*/);
entry             465 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int CreateTaskStrictly_alt(const char *name, int prio, int stack_size,int (*entry)(), int parm /*?*/,int core /*?*/);