Home
last modified time | relevance | path

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

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