Searched refs:swsusp_header (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 Dswap.c66 struct swsusp_header { struct
74 static struct swsusp_header *swsusp_header; variable in typeref:struct:swsusp_header
192 hib_bio_read_page(swsusp_resume_block, swsusp_header, NULL);
193 if (!memcmp("SWAP-SPACE",swsusp_header->sig, 10) ||
194 !memcmp("SWAPSPACE2",swsusp_header->sig, 10)) {
195 memcpy(swsusp_header->orig_sig,swsusp_header->sig, 10);
196 memcpy(swsusp_header->sig,SWSUSP_SIG, 10);
197 swsusp_header
[all...]

Completed in 31 milliseconds