Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn.c168 psattrp->psa_subsystem_root_path = NULL; in __posix_spawnattr_init()
1143 old_buf = psattr->psa_subsystem_root_path; in posix_spawnattr_set_subsystem_root_path_np()
1144 psattr->psa_subsystem_root_path = buf; in posix_spawnattr_set_subsystem_root_path_np()
1166 subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn_destroysubsystem_root_path_np()
1172 psattr->psa_subsystem_root_path = NULL; in posix_spawn_destroysubsystem_root_path_np()
3009 if (psattr->psa_subsystem_root_path != NULL) { in posix_spawn()
3011 ad.subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn()
/xnu-11215/bsd/sys/
H A Dspawn_internal.h270 …char *psa_subsystem_root_path; /* pass given path in apple strings … member