Task              299 console.c      	((struct MessagePort *) ConsolePort)->waitingProc = (struct Task *) -1L;
Task              912 filesystem.c   	((struct MessagePort *) FSPort)->waitingProc = (struct Task *) -1L;
Task               16 include/kernel.h void BlockTask(struct Task *task);
Task               17 include/kernel.h void UnBlockTask(struct Task *task);
Task               22 include/kernel.h struct Task *PidToTask(long pid);
Task               16 include/kstructs.h 	struct Task *nexttask;
Task               66 include/kstructs.h 	struct Task *waitingProc;
Task                6 include/tasklist.h 	struct Task *task;
Task                9 include/tasklist.h struct TaskList *AddToHeadOfTaskList(struct TaskList *list, struct Task *task);
Task               10 include/tasklist.h struct TaskList *AddToTailOfTaskList(struct TaskList *list, struct Task *task);
Task               11 include/tasklist.h struct TaskList *RemoveFromTaskList(struct TaskList *list, struct Task *task);
Task                6 kernlib.c      extern struct Task *currentTask;
Task              166 keyboard.c     	((struct MessagePort *) KbdPort)->waitingProc = (struct Task *) -1L;
Task               17 memory.c       extern struct Task *currentTask;
Task               21 memory.c       extern struct Task *lowPriTask;
Task               49 memory.c       	currentTask = (struct Task *) TaskStruct;
Task                4 messaging.c    extern struct Task *currentTask;
Task               29 messaging.c    	if (MP->waitingProc != (struct Task *)-1L) {
Task               30 messaging.c    		struct Task *task = MP->waitingProc;
Task               31 messaging.c    		MP->waitingProc = (struct Task *)-1L;
Task               66 messaging.c    	temp->waitingProc = (struct Task *)-1L;
Task                8 newtask.c      struct Task *
Task               13 newtask.c      struct Task *currentTask;
Task               16 newtask.c      struct Task *lowPriTask;
Task               33 newtask.c      struct Task *
Task               36 newtask.c      	struct Task *temp = (struct Task *) TaskStruct;
Task               46 newtask.c      void LinkTask(struct Task *task)
Task               61 newtask.c      	struct Task *task = nextfreetss();
Task               63 newtask.c      			sizeof(struct Task));
Task              201 newtask.c      	struct Task *task = PidToTask(pid);
Task              214 newtask.c      struct Task *
Task              218 newtask.c      	struct Task *task = nextfreetss();
Task              255 newtask.c      	lowPriTask->nexttask = (struct Task *) 0;
Task              263 newtask.c      	struct Task *task = currentTask;
Task              312 newtask.c      void BlockTask(struct Task *task)
Task              323 newtask.c      void UnBlockTask(struct Task *task)
Task              334 newtask.c      struct Task *
Task               11 pagetab.c      extern struct Task *currentTask;
Task                9 tasklist.c     struct TaskList *AddToHeadOfTaskList(struct TaskList *list, struct Task *task)
Task               20 tasklist.c     struct TaskList *AddToTailOfTaskList(struct TaskList *list, struct Task *task)
Task               41 tasklist.c     struct TaskList *RemoveFromTaskList(struct TaskList *list, struct Task *task)