Searched refs:coal_dbg (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | sys_coalition.c | 55 coal_dbg("(addr, %u) -> %llu", flags, cid); in coalition_create_syscall() 117 coal_dbg("(%llu, %u) -> %d", cid, flags, error); in coalition_request_terminate_syscall() 181 coal_dbg("(%llu, %u) -> %d", cid, flags, error); in coalition_reap_syscall() 459 coal_dbg("looking up coalitions for pid:%d", pid); 462 coal_dbg("ERROR: Couldn't find pid:%d", pid); 495 coal_dbg("looking up coalitions for pid:%d", pid); 498 coal_dbg("ERROR: Couldn't find pid:%d", pid); 532 coal_dbg("looking up coalitions for pid:%d", pid); 535 coal_dbg("ERROR: Couldn't find pid:%d", pid); 546 coal_dbg("PID:%d, Coalition:%lld, type:%d, pgcount:%lld", [all …]
|
| H A D | kern_exec.c | 3728 coal_dbg("ERROR: %d not in privilegd " in posix_spawn() 3736 coal_dbg("searching for coalition id:%llu", cid); in posix_spawn() 3744 coal_dbg("could not find coalition id:%llu " in posix_spawn() 3755 coal_dbg("coalition with id:%lld is not of type:%d" in posix_spawn()
|
| /xnu-10002.1.13/osfmk/mach/ |
| H A D | coalition.h | 188 #define coal_dbg(fmt, ...) \ macro 191 #define coal_dbg(fmt, ...) macro
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | coalition.c | 629 coal_dbg("Added PID:%d to id:%llu, task_count:%llu, dead_count:%llu, nonempty_time:%llu", in i_coal_resource_adopt_task() 692 coal_dbg("removed PID:%d from id:%llu, task_count:%llu, dead_count:%llu", in i_coal_resource_remove_task() 1029 coal_dbg("coalition %lld adopted PID:%d as UNDEF", in i_coal_jetsam_adopt_task() 1041 coal_dbg("removing PID:%d from coalition id:%lld", in i_coal_jetsam_remove_task() 1046 coal_dbg(" PID:%d was the leader!", task_pid(task)); in i_coal_jetsam_remove_task() 1070 coal_dbg("setting PID:%d as LEADER of %lld", in i_coal_jetsam_set_taskrole() 1074 coal_dbg(" re-queue existing leader (%d) as OTHER", in i_coal_jetsam_set_taskrole() 1089 coal_dbg("setting PID:%d as XPC in %lld", in i_coal_jetsam_set_taskrole() 1094 coal_dbg("setting PID:%d as EXT in %lld", in i_coal_jetsam_set_taskrole() 1111 coal_dbg("setting PID:%d as UNDEF in %lld", in i_coal_jetsam_set_taskrole() [all …]
|