Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c165 psattrp->psa_subsystem_root_path = NULL; in __posix_spawnattr_init()
1075 old_buf = psattr->psa_subsystem_root_path; in posix_spawnattr_set_subsystem_root_path_np()
1076 psattr->psa_subsystem_root_path = buf; in posix_spawnattr_set_subsystem_root_path_np()
1098 subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn_destroysubsystem_root_path_np()
1104 psattr->psa_subsystem_root_path = NULL; in posix_spawn_destroysubsystem_root_path_np()
2812 if (psattr->psa_subsystem_root_path != NULL) { in posix_spawn()
2814 ad.subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn()
/xnu-8019.80.24/bsd/sys/
H A Dspawn_internal.h259 …char *psa_subsystem_root_path; /* pass given path in apple strings … member