Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/ !
H A Dexclaves_storage.c200 is_restore(void) in is_restore() function
202 bool is_restore = false; in is_restore() local
203 (void) PE_parse_boot_argn("-restore", &is_restore, sizeof(is_restore)); in is_restore()
204 return is_restore; in is_restore()
272 if (is_restore() || bsd_rooted_ramdisk() || is_recovery_environment()) { in exclaves_storage_init()