Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dfsctl.h419 #define EXCLAVE_FS_GET_BASE_DIRS_MAX_COUNT (10 * 1024) macro
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c13107 if ((get_base_dirs->count == 0) || (get_base_dirs->count > EXCLAVE_FS_GET_BASE_DIRS_MAX_COUNT)) { in fsctl_internal()