Searched refs:pghp (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 189 count_pages(prpageheader_t *pghp, int flags, int mask, int notmask) in count_pages() argument 193 prpageheader_t pgh = *pghp; in count_pages() 197 cur = (caddr_t)pghp + sizeof (*pghp); in count_pages() 472 prpageheader_t *pghp; in merge_current_pagedata() local 476 if (lpc->lpc_pgdata_fd < 0 || get_pagedata(&pghp, lpc->lpc_pgdata_fd) != in merge_current_pagedata() 484 get_pagedata(&pghp, lpc->lpc_pgdata_fd) != 0) in merge_current_pagedata() 490 cnt = count_pages(pghp, 0, PG_MODIFIED | PG_REFERENCED, 0); in merge_current_pagedata() 503 mklmapping(&new, pghp); in merge_current_pagedata() 506 OR_pagedata(lpc->lpc_prpageheader, pghp, &mappings_changed); in merge_current_pagedata() 525 lpc->lpc_prpageheader = pghp; in merge_current_pagedata() [all …]
|