Searched refs:page_map (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c193 static long *page_map; /* offset of first byte of each page */ variable
431 /* allocate page_map if we need one */
433 page_map = malloc((size_t)(MAXPAGES * sizeof (long *)));
434 if (page_map == NULL) {
803 page_map[0] = 0L;
1077 page_map[current.page_count] = current.offset;
1095 copypage(outfile, page_map[i], page_map[i+1]);
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.h115 ddi_put32(devc->pt_acch, devc->page_map + e, ((v) << 1) | (e));
398 uint32_t *page_map; /* up to 8k ptrs to 4k pages */ member in struct:_emu10k_devc_t
H A Daudioemu10k.c2052 devc->page_map = (void *)devc->pt_kaddr;

Completed in 68 milliseconds