Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dspawn_internal.h471 __darwin_size_t subsystem_root_path_size; member
498 uint32_t subsystem_root_path_size; member
517 user_size_t subsystem_root_path_size; member
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c3171 px_args.subsystem_root_path_size = px_args32.subsystem_root_path_size; in posix_spawn()
3313 if ((px_args.subsystem_root_path_size > 0) && (px_args.subsystem_root_path_size <= MAXPATHLEN)) { in posix_spawn()
3326 …or = copyin(px_args.subsystem_root_path, subsystem_root_path, px_args.subsystem_root_path_size))) { in posix_spawn()
3331 subsystem_root_path[px_args.subsystem_root_path_size - 1] = 0; in posix_spawn()
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2813 ad.subsystem_root_path_size = MAXPATHLEN; in posix_spawn()