Searched refs:bootprofile_type (Results 1 – 1 of 1) sorted by relevance
1605 } bootprofile_type = kBootProfileDisabled; variable1651 bootprofile_type = kBootProfileStartTimerAtBoot; in bootprofile_init()1653 bootprofile_type = kBootProfileStartTimerAtWake; in bootprofile_init()1655 bootprofile_type = kBootProfileDisabled; in bootprofile_init()1658 bootprofile_type = kBootProfileDisabled; in bootprofile_init()1664 …if ((bootprofile_type == kBootProfileDisabled) || (bootprofile_buffer_size == 0) || (bootprofile_i… in bootprofile_init()1677 …bootprofile_type == kBootProfileStartTimerAtBoot ? "boot" : (bootprofile_type == kBootProfileStart… in bootprofile_init()1683 if (bootprofile_type == kBootProfileStartTimerAtBoot) { in bootprofile_init()1697 if (bootprofile_type == kBootProfileStartTimerAtWake) { in bootprofile_wake_from_sleep()