Home
last modified time | relevance | path

Searched refs:proc_list_uptrs (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/libsyscall/wrappers/libproc/
H A Dlibproc_private.h44 int proc_list_uptrs(pid_t pid, uint64_t *buffer, uint32_t buffersize);
H A Dlibproc.c725 proc_list_uptrs(int pid, uint64_t *buf, uint32_t bufsz) in proc_list_uptrs() function
/xnu-11215/tests/
H A Dpoll.c146 int ret = proc_list_uptrs(getpid(), buffer, 16392 * 8); in leak_thread()
H A Dproc_info.c1807 #pragma mark proc_list_uptrs
1827 int uptrs_count = proc_list_uptrs((int)pid, NULL, 0); in print_uptrs()
1839 uptrs_count = proc_list_uptrs((int)pid, uptrs_alloc, (uint32_t)(sizeof(uint64_t) * uptrs_len)); in print_uptrs()
1850 T_DECL(proc_list_uptrs, "the kernel should return any up-pointers it knows about", T_META_TAG_VM_PR…
1903 int uptrs_count = proc_list_uptrs(getpid(), NULL, 0);
1910 uptrs_count = proc_list_uptrs(getpid(), uptrs_obs, sizeof(uptrs_obs));
1930 uptrs_count = proc_list_uptrs(getpid(), up_overflow, sizeof(uint64_t) + 1);
/xnu-11215/bsd/kern/
H A Dkern_exit.c189 int proc_list_uptrs(void *p, uint64_t *udata_buffer, int size);