Searched refs:resume_file (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dhibernate.c33 static char resume_file[256] = CONFIG_PM_STD_PARTITION; variable
705 if (!strlen(resume_file)) {
710 pr_debug("PM: Checking image partition %s\n", resume_file);
713 swsusp_resume_device = name_to_dev_t(resume_file);
727 swsusp_resume_device = name_to_dev_t(resume_file);
992 strncpy( resume_file, str, 255 );

Completed in 42 milliseconds