Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dbootprofile.c75 kBootProfileDisabled = 0, enumerator
78 } bootprofile_type = kBootProfileDisabled;
112 bootprofile_type = kBootProfileDisabled; in _bootprofile_init()
118 …if ((bootprofile_type == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_i… in _bootprofile_init()