Home
last modified time | relevance | path

Searched refs:subsystem_root_path_size (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Dspawn_internal.h485 __darwin_size_t subsystem_root_path_size; member
515 uint32_t subsystem_root_path_size; member
536 user_size_t subsystem_root_path_size; member
/xnu-11215/bsd/kern/
H A Dkern_exec.c3701 px_args.subsystem_root_path_size = px_args32.subsystem_root_path_size; in posix_spawn()
3843 if ((px_args.subsystem_root_path_size > 0) && (px_args.subsystem_root_path_size <= MAXPATHLEN)) { in posix_spawn()
3856 …or = copyin(px_args.subsystem_root_path, subsystem_root_path, px_args.subsystem_root_path_size))) { in posix_spawn()
3861 subsystem_root_path[px_args.subsystem_root_path_size - 1] = 0; in posix_spawn()
/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn.c3010 ad.subsystem_root_path_size = MAXPATHLEN; in posix_spawn()