Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dimgact.h98 char *ip_subsystem_root_path; /* filepath for the subsystem root */ member
/xnu-10063.101.15/bsd/kern/
H A Dkern_exec.c3624 imgp->ip_subsystem_root_path = NULL; in posix_spawn()
4059 imgp->ip_subsystem_root_path = p->p_subsystem_root_path; in posix_spawn()
5211 imgp->ip_subsystem_root_path = NULL; in __mac_execve()
5251 imgp->ip_subsystem_root_path = p->p_subsystem_root_path; in __mac_execve()
6329 if (imgp->ip_subsystem_root_path) { in exec_add_apple_strings()
6332 …ubsystem_root_path_string, buffer_len, SUBSYSTEM_ROOT_PATH_KEY "%s", imgp->ip_subsystem_root_path); in exec_add_apple_strings()