Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/scripts/
H A Dhost-reboot54 reboot_count=$(get_reboot_count "$host_instance")
56 if [ "$reboot_count" -eq 0 ] && \
62 echo "reboot count ($reboot_count) is greater then 0 or host did not" \
/openbmc/linux/drivers/char/
H A Dnwbutton.c38 static int reboot_count = NUM_PRESSES_REBOOT; /* Number of presses to reboot */ variable
134 button_press_count == reboot_count) in button_sequence_finished()
H A DKconfig183 time with "insmod button reboot_count=<something>".