Searched defs:page_info (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c53 struct page_info { struct
88 /* Free a struct page_info and its content */
90 free_page_info(struct page_info *info)
100 * Allocate and fill in a new struct page_info given the
104 static struct page_info *
107 struct page_info *info;
112 if ((info = malloc(sizeof (struct page_info))) == NULL)
626 process_page(struct page_info *page, char *section_dir)
738 const struct page_info *p1 = *(struct page_info * cons
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c90 page_descr_t page_info[MAX_MEMINFO_CNT]; member in struct:memory_chunk
1484 page_descr_t *pdp = chunk->page_info;
1503 for (i = 0, pdp = chunk->page_info;
1528 pdp = chunk->page_info;
1637 pdp = &chunk->page_info[chunk->page_index];

Completed in 99 milliseconds