Searched defs:PageRec (Results 1 – 2 of 2) sorted by relevance
424 struct PageRec { struct425 struct Pattern *pattern; // This is the data it should contain.426 void *src; // This is the memory location the data was sourced from.450 virtual bool SectorValidatePage(const struct PageRec &page, argument
1965 page_recs_ = new struct PageRec[sat_->disk_pages()]; in Work() local