Home
last modified time | relevance | path

Searched refs:coal_dbg (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/bsd/kern/
H A Dsys_coalition.c89 coal_dbg("(addr, %u) -> %llu", flags, cid); in coalition_create_syscall()
151 coal_dbg("(%llu, %u) -> %d", cid, flags, error); in coalition_request_terminate_syscall()
215 coal_dbg("(%llu, %u) -> %d", cid, flags, error); in coalition_reap_syscall()
619 coal_dbg("looking up coalitions for pid:%d", pid);
622 coal_dbg("ERROR: Couldn't find pid:%d", pid);
655 coal_dbg("looking up coalitions for pid:%d", pid);
658 coal_dbg("ERROR: Couldn't find pid:%d", pid);
692 coal_dbg("looking up coalitions for pid:%d", pid);
695 coal_dbg("ERROR: Couldn't find pid:%d", pid);
706 coal_dbg("PID:%d, Coalition:%lld, type:%d, pgcount:%lld",
[all …]
H A Dkern_exec.c3965 coal_dbg("ERROR: %d not in privilegd " in posix_spawn()
3973 coal_dbg("searching for coalition id:%llu", cid); in posix_spawn()
3981 coal_dbg("could not find coalition id:%llu " in posix_spawn()
3992 coal_dbg("coalition with id:%lld is not of type:%d" in posix_spawn()
/xnu-11215.81.4/osfmk/kern/
H A Dcoalition.c646 coal_dbg("Added PID:%d to id:%llu, task_count:%llu, dead_count:%llu, nonempty_time:%llu", in i_coal_resource_adopt_task()
709 coal_dbg("removed PID:%d from id:%llu, task_count:%llu, dead_count:%llu", in i_coal_resource_remove_task()
1123 coal_dbg("coalition %lld adopted PID:%d as UNDEF", in i_coal_jetsam_adopt_task()
1135 coal_dbg("removing PID:%d from coalition id:%lld", in i_coal_jetsam_remove_task()
1140 coal_dbg(" PID:%d was the leader!", task_pid(task)); in i_coal_jetsam_remove_task()
1164 coal_dbg("setting PID:%d as LEADER of %lld", in i_coal_jetsam_set_taskrole()
1168 coal_dbg(" re-queue existing leader (%d) as OTHER", in i_coal_jetsam_set_taskrole()
1183 coal_dbg("setting PID:%d as XPC in %lld", in i_coal_jetsam_set_taskrole()
1188 coal_dbg("setting PID:%d as EXT in %lld", in i_coal_jetsam_set_taskrole()
1205 coal_dbg("setting PID:%d as UNDEF in %lld", in i_coal_jetsam_set_taskrole()
[all …]
/xnu-11215.81.4/osfmk/mach/
H A Dcoalition.h198 #define coal_dbg(fmt, ...) \ macro
201 #define coal_dbg(fmt, ...) macro