Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/acpi/
Dacpi_apm.c141 if (get_hibernate_io_function(swdevt[0]) == NULL) { in acpiioctl()
228 if (get_hibernate_io_function(swdevt[0]) == NULL) in request_sleep()
/openbsd/src/sys/arch/loongson/loongson/
Dhibernate_machdep.c61 get_hibernate_io_function(dev_t dev) in get_hibernate_io_function() function
/openbsd/src/sys/sys/
Dhibernate.h125 hibio_fn get_hibernate_io_function(dev_t);
/openbsd/src/sys/arch/arm64/dev/
Dapm.c383 if (get_hibernate_io_function(swdevt[0]) == NULL) in request_sleep()
/openbsd/src/sys/arch/i386/i386/
Dhibernate_machdep.c73 get_hibernate_io_function(dev_t dev) in get_hibernate_io_function() function
/openbsd/src/sys/arch/amd64/amd64/
Dhibernate_machdep.c75 get_hibernate_io_function(dev_t dev) in get_hibernate_io_function() function
/openbsd/src/sys/kern/
Dsubr_hibernate.c587 hib->io_func = get_hibernate_io_function(swdevt[0]); in get_hibernate_info()
/openbsd/src/sys/dev/
Dsoftraid.c5120 my->subfn = get_hibernate_io_function(my->subdev); in sr_hibernate_io()