Home
last modified time | relevance | path

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

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