Searched refs:proc_pidpath (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/tests/ |
| H A D | proc_pidpath_audittoken.c | 63 int ret = proc_pidpath(pid, buffer, sizeof(buffer)); in show_pidpaths()
|
| /xnu-11215/libsyscall/wrappers/libproc/ |
| H A D | libproc.h | 102 int proc_pidpath(int pid, void * buffer, uint32_t buffersize) __OSX_AVAILABLE_STARTING(__MAC_10_5,…
|
| H A D | libproc.c | 264 proc_pidpath(int pid, void * buffer, uint32_t buffersize) in proc_pidpath() function
|
| /xnu-11215/tests/vm_memory_tests_src/ |
| H A D | main.c | 29 int r = proc_pidpath(getpid(), buffer, sizeof(buffer)); in spawn_process()
|
| H A D | vm_tests.c | 31 ret = proc_pidpath(getpid(), buffer, sizeof(buffer)); in mach_vm_client()
|
| /xnu-11215/tests/iokit/ |
| H A D | ioserviceusernotification_race.c | 213 T_QUIET; T_ASSERT_POSIX_SUCCESS(proc_pidpath(getpid(), test_path, MAXPATHLEN), "get pid path");
|
| /xnu-11215/tests/ktrace/ |
| H A D | kperf_tests.c | 1302 int ret = proc_pidpath(getpid(), test_path, MAXPATHLEN); in spawn_bless_helper()
|