Searched refs:core_proc (Results 1 – 2 of 2) sorted by relevance
110 is_coredump_eligible(proc_t core_proc) in is_coredump_eligible() argument112 if (current_proc() != core_proc && ( in is_coredump_eligible()113 core_proc->p_exit_reason && in is_coredump_eligible()114 core_proc->p_exit_reason->osr_namespace == OS_REASON_JETSAM)) { in is_coredump_eligible()117 if (current_proc() != core_proc) { in is_coredump_eligible()118 panic("coredump for proc that is not current: %p)", core_proc); in is_coredump_eligible()132 const int error = mac_proc_check_dump_core(core_proc); in is_coredump_eligible()188 process_cpu_type(proc_t core_proc) in process_cpu_type() argument192 if (IS_64BIT_PROCESS(core_proc)) { in process_cpu_type()198 if (IS_64BIT_PROCESS(core_proc)) { in process_cpu_type()[all …]
248 cpu_type_t process_cpu_type(struct proc * core_proc);249 cpu_type_t process_cpu_subtype(struct proc * core_proc);