Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dproc.h510 extern uint64_t get_current_unique_pid(void);
/xnu-11215/osfmk/vm/
H A Dvm_fault.c4000 extern uint64_t get_current_unique_pid(void);
4113 …fo->user_tag << 16) | (caller_prot << 8) | type_of_fault, m->vmp_offset, get_current_unique_pid()); in vm_fault_complete()
4115 KDBG_FILTERED(MACHDBG_CODE(DBG_MACH_WORKINGSET, VM_REAL_FAULT_FAST), get_current_unique_pid()); in vm_fault_complete()
6423 …fault_type_for_tracing(need_copy_on_read, type_of_fault), m->vmp_offset, get_current_unique_pid()); in vm_fault_internal()
6424 KDBG_FILTERED(MACHDBG_CODE(DBG_MACH_WORKINGSET, VM_REAL_FAULT_SLOW), get_current_unique_pid()); in vm_fault_internal()
8138 uint64_t cupid = get_current_unique_pid(); in vm_record_rtfault()
/xnu-11215/bsd/kern/
H A Dproc_info.c2461 uint64_t effpid = get_current_unique_pid(); in proc_pidinfo()
H A Dkern_proc.c258 get_current_unique_pid(void) in get_current_unique_pid() function