Lines Matching defs:page
465 // Fill this page with its pattern.
469 logprintf(0, "Process Error: Fill Page entry null\n");
511 // Fill this page with a random pattern.
515 logprintf(0, "Process Error: Fill Page entry null\n");
530 // Actually fill the page.
554 // Fill the page with pattern
558 // Put the page back on the queue.
745 errormessage = "Page Error";
1280 // cause bad data to be propogated across the page.
1424 // cause bad data to be propogated across the page.
1708 bool FileThread::SectorValidatePage(const struct PageRec &page,
1760 page.src, page.dst);
1876 // Throw out a used empty page.
1885 // Throw out a used, filled page.
1908 // Update page recordpage record.
1911 // Read from the file into destination page.
1921 // Record page index currently CRC checked.
1964 // Load patterns into page records.
2115 // Send a page, return false if a page was not sent.
2140 // Receive a page. Return false if a page was not received.
2401 struct page_entry page;
2402 page.addr = local_page;
2408 if (!ReceivePage(sock, &page))
2412 if (!SendPage(sock, &page))
3019 // Even though a valid page could not be obatined, it is not an error
3243 "page length\n");
3356 // Copying SAT page into memory region.
3369 // Checking page content in memory region.