Searched refs:task_id (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_task_thread.c85 task_t db_lookup_task_id(register int task_id);
100 register int task_id; local
102 task_id = 0;
107 return(task_id);
108 if (task_id++ >= DB_MAX_TASKID)
178 * convert task_id(queue postion) to task address
181 db_lookup_task_id(int task_id) argument
185 if (task_id > DB_MAX_TASKID)
190 if (task_id-- <= 0)
197 * convert (task_id, act_i
268 int task_id; local
306 int task_id; local
[all...]
H A Ddb_print.c107 int task_id,
136 int task_id,
141 int task_id,
348 int task_id,
389 task_id, 2*sizeof(vm_offset_t), task,
418 db_printf("%3d (%0*X): ", task_id, 2*sizeof(vm_offset_t), task);
438 db_print_space(task_t task, int task_id, __unused int flag) argument
449 task_id, task, space, task->map,
454 db_print_task_vm(task_t task, int task_id, boolean_t title, argument
475 task_id,
346 db_print_task( task_t task, int task_id, int flag) argument
491 int task_id; local
519 int task_id; local
535 int task_id; local
559 int task_id; local
592 int task_id = 0; local
609 db_task_from_space( ipc_space_t space, int *task_id) argument
681 int task_id; local
913 int i, task_id, thread_id; local
[all...]
H A Ddb_watch.c210 int task_id; local
222 task_id = db_lookup_task(watch->task);
223 if (task_id < 0)
226 db_printf("task%-3d ", task_id);
H A Ddb_break.c590 int task_id; local
600 else if ((task_id = db_lookup_task(bkpt->task)) < 0)
603 db_printf("task%-3d ", task_id);
608 task_id = db_lookup_task((task_t)(tp->tb_task_thd));
609 if (task_id < 0)
613 db_printf("task%03d ", task_id);
616 task_id = db_lookup_task(thd->task);
618 if (task_id < 0 || act_id < 0)
622 db_printf("task%03d.%-3d ", task_id, act_id);
H A Ddb_print.h187 int *task_id);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c408 int task_id,
442 int task_id,
447 int task_id,
696 int task_id,
737 task_id, 2*sizeof(vm_offset_t), task,
766 db_printf("%3d (%0*X): ", task_id, 2*sizeof(vm_offset_t), task);
788 int task_id,
800 task_id, task, space, task->map,
807 int task_id,
829 task_id,
694 db_print_task( task_t task, int task_id, int flag) argument
786 db_print_space( task_t task, int task_id, int flag) argument
805 db_print_task_vm( task_t task, int task_id, boolean_t title, char *modif) argument
848 int task_id; local
879 int task_id; local
901 int task_id; local
931 int task_id; local
967 int task_id = 0; local
987 db_task_from_space( ipc_space_t space, int *task_id) argument
1068 int task_id; local
1366 int i, task_id, thr_act_id; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.c1325 int task_id; local
1351 ip_receiver, &task_id)))
1352 printf("task%d at 0x%x", task_id, task);
1364 else if ((task = db_task_from_space(port->ip_receiver, &task_id)) != (db_addr_t)0)
1365 printf("task%d at 0x%x", task_id, task);

Completed in 41 milliseconds