PROM_RESET(2spp)
NAME
prom_reset − reset system as indicated by bootmode
SYNOPSIS
#include <prom/entrypt.h>
prom_reset()
DESCRIPTION
prom_reset transfers control to the prom monitor system reset entry point. This entry point configures local memory and then performs the appropriate action indicated by the prom monitor environment variable "bootmode". prom_reset(2spp) differs from prom_reboot(2spp) by performing warm starts if indicated in "bootmode", _prom_reboot will not perform a warm start and instead forces a cold start.
SEE ALSO
prom_restart(2spp), prom_reinit(2spp), prom_reboot(2spp), prom_autoboot(2spp)