Home
last modified time | relevance | path

Searched refs:page_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th24 variable page_count
26 0 page_count !
239 0 page_count !
382 dup page_count ! \ save count
389 page_count @ 0= if
391 page_count @ 0= if exit then
397 page_count @ 5 *
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c96 int page_count; /* Number of pages */ member
1514 chunk->page_count = i; in mem_chunk_get()
1638 for (i = chunk->page_index; i < chunk->page_count; i++, pdp++) { in addr_to_lgrp()