Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtelemetry.c1395 } bootprofile_type = kBootProfileDisabled; variable
1441 bootprofile_type = kBootProfileStartTimerAtBoot; in bootprofile_init()
1443 bootprofile_type = kBootProfileStartTimerAtWake; in bootprofile_init()
1445 bootprofile_type = kBootProfileDisabled; in bootprofile_init()
1448 bootprofile_type = kBootProfileDisabled; in bootprofile_init()
1454 …if ((bootprofile_type == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_i… in bootprofile_init()
1467bootprofile_type == kBootProfileStartTimerAtBoot ? "boot" : (bootprofile_type == kBootProfileStart… in bootprofile_init()
1473 if (bootprofile_type == kBootProfileStartTimerAtBoot) { in bootprofile_init()
1487 if (bootprofile_type == kBootProfileStartTimerAtWake) { in bootprofile_wake_from_sleep()