Searched refs:proc_list_uptrs (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/libsyscall/wrappers/libproc/ |
| H A D | libproc_private.h | 44 int proc_list_uptrs(pid_t pid, uint64_t *buffer, uint32_t buffersize);
|
| H A D | libproc.c | 725 proc_list_uptrs(int pid, uint64_t *buf, uint32_t bufsz) in proc_list_uptrs() function
|
| /xnu-11215/tests/ |
| H A D | poll.c | 146 int ret = proc_list_uptrs(getpid(), buffer, 16392 * 8); in leak_thread()
|
| H A D | proc_info.c | 1807 #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 D | kern_exit.c | 189 int proc_list_uptrs(void *p, uint64_t *udata_buffer, int size);
|