Home
last modified time | relevance | path

Searched refs:posix_path_t (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/osfmk/mach/
H A Dresource_notify.defs43 type posix_path_t = array [1024] of char; /* 1024 == PATH_MAX */
64 killed_proc_path : posix_path_t; /* filled in if fatal */
84 killed_proc_path : posix_path_t; /* filled in if fatal */
104 killed_proc_path : posix_path_t; /* filled in if fatal */
H A Dresource_monitors.h77 typedef char posix_path_t[PATH_MAX]; typedef
/xnu-12377.1.9/tests/
H A Dkqworkloop_limits.c243 __unused posix_path_t killed_proc_path, in receive_cpu_usage_violation()
258 __unused posix_path_t killed_proc_path, in receive_cpu_wakes_violation()
273 __unused posix_path_t killed_proc_path, in receive_disk_writes_violation()
H A Dfd_table_limits.c287 __unused posix_path_t killed_proc_path, in receive_cpu_usage_violation()
302 __unused posix_path_t killed_proc_path, in receive_cpu_wakes_violation()
317 __unused posix_path_t killed_proc_path, in receive_disk_writes_violation()
H A Dport_table_limits.c289 __unused posix_path_t killed_proc_path, in receive_cpu_usage_violation()
305 __unused posix_path_t killed_proc_path, in receive_cpu_wakes_violation()
321 __unused posix_path_t killed_proc_path, in receive_disk_writes_violation()
/xnu-12377.1.9/osfmk/kern/
H A Dtask_policy.c3968 posix_path_t proc_path = ""; in send_resource_violation()