Home
last modified time | relevance | path

Searched refs:head_ptr (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/osfmk/vm/
H A Dvm_reclaim.c789 user_addr_t head_ptr = get_head_ptr(indices); local
791 result = copyin_atomic64(head_ptr, head);
795 "Unable to copy head ptr from 0x%llx: err=%d\n", head_ptr, result);
857 user_addr_t head_ptr = get_head_ptr(indices); local
859 result = copyout_atomic64(value, head_ptr);
863 "Unable to copy %llu to head ptr at 0x%llx: err=%d\n", value, head_ptr, result);
/xnu-11417.101.15/tools/lldbmacros/
H A Dprocess.py1836 head_ptr = proc.p_children.lh_first