Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dsubsystem_root_path_helper.c19 const char * subsystem_root_path = _simple_getenv(apple, SUBSYSTEM_ROOT_PATH_KEY); in main() local
20 if (strcmp(subsystem_root_path, expected_subsystem_root_path)) { in main()
24 const char * subsystem_root_path = _simple_getenv(apple, SUBSYSTEM_ROOT_PATH_KEY); in main() local
25 if (subsystem_root_path != NULL) { in main()
H A Dsubsystem_root_path.c12 T_DECL(subsystem_root_path,
H A DMakefile648 subsystem_root_path: subsystem_root_path.c subsystem_root_path-entitlements.plist target
649 subsystem_root_path: CODE_SIGN_ENTITLEMENTS=subsystem_root_path-entitlements.plist target
754 subsystem_root_path_helper_entitled: subsystem_root_path_helper.c subsystem_root_path-entitlements.…
757 …CATE) $(CODESIGN) --force --sign - --timestamp=none --entitlements subsystem_root_path-entitlement…
/xnu-11215/bsd/sys/
H A Dspawn_internal.h486 char *subsystem_root_path; member
516 uint32_t subsystem_root_path; member
537 user_addr_t subsystem_root_path; member
/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn.c1159 char * subsystem_root_path; in posix_spawn_destroysubsystem_root_path_np() local
1166 subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn_destroysubsystem_root_path_np()
1168 if (subsystem_root_path == NULL) { in posix_spawn_destroysubsystem_root_path_np()
1173 free(subsystem_root_path); in posix_spawn_destroysubsystem_root_path_np()
3011 ad.subsystem_root_path = psattr->psa_subsystem_root_path; in posix_spawn()
/xnu-11215/bsd/kern/
H A Dkern_exec.c3603 char *subsystem_root_path = NULL; in posix_spawn() local
3702 px_args.subsystem_root_path = CAST_USER_ADDR_T(px_args32.subsystem_root_path); in posix_spawn()
3853 subsystem_root_path = zalloc_flags(ZV_NAMEI, in posix_spawn()
3856 …if ((error = copyin(px_args.subsystem_root_path, subsystem_root_path, px_args.subsystem_root_path_… in posix_spawn()
3861 subsystem_root_path[px_args.subsystem_root_path_size - 1] = 0; in posix_spawn()
4099 if (subsystem_root_path) { in posix_spawn()
4102 p->p_subsystem_root_path = subsystem_root_path; in posix_spawn()
4103 subsystem_root_path = old_subsystem_root_path; in posix_spawn()
4796 if (subsystem_root_path != NULL) { in posix_spawn()
4797 zfree(ZV_NAMEI, subsystem_root_path); in posix_spawn()