Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/i386/bios/
Dapm.h47 struct apmhook sc_suspend; member
/freebsd-10-stable/sys/dev/tpm/
Dtpmvar.h58 int sc_suspend; member
Dtpm.c426 sc->sc_suspend = 0; in tpm_attach()
428 sc->sc_suspend = PWR_RESUME; in tpm_attach()
666 printf("tpm_suspend: power down: %d -> %d\n", sc->sc_suspend, why); in tpm_suspend()
668 sc->sc_suspend = why; in tpm_suspend()
689 printf("tpm_resume: resume: %d -> %d\n", sc->sc_suspend, why); in tpm_resume()
691 sc->sc_suspend = why; in tpm_resume()