Home
last modified time | relevance | path

Searched refs:cur_base (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemnode.c262 pfn_t cur_base, cur_end; in mem_node_memlist_pages() local
273 cur_base = btop(pmem->ml_address); in mem_node_memlist_pages()
274 cur_end = cur_base + btop(pmem->ml_size) - 1; in mem_node_memlist_pages()
275 if (end < cur_base || base > cur_end) in mem_node_memlist_pages()
278 MAX(cur_base, base)) + 1; in mem_node_memlist_pages()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemnode.c252 pfn_t cur_base, cur_end; in mem_node_memlist_pages() local
276 cur_base = btop(pmem->ml_address); in mem_node_memlist_pages()
277 cur_end = cur_base + btop(pmem->ml_size) - 1; in mem_node_memlist_pages()
278 if (end < cur_base || base > cur_end) in mem_node_memlist_pages()
281 MAX(cur_base, base)) + 1; in mem_node_memlist_pages()
/illumos-gate/usr/src/cmd/filesync/
H A Deval.c87 static struct base *cur_base; /* base pointer for this pass */ variable
454 cur_base = bp; in eval_file()
573 restr = check_restr(cur_base, name); in walker()