Searched defs:last_page (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c272 db_pgno_t last_page; local
278 key->size = collect_key(hashp, key_pagep, 0, &last_page);
286 ii.pgno = last_page;
364 * hashp->bigkey_buf. last_page indicates to the calling function what the
373 collect_key(hashp, pagep, len, last_page)
377 db_pgno_t *last_page;
396 if (last_page)
397 *last_page = ADDR(pagep);
411 if (last_page)
412 *last_page
[all...]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c718 static page_t *last_page = NULL; variable
723 page_t *last = last_page;
777 last_page = pp;
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c2875 uint64_t last_page; local
3018 last_page = raddr & MMU_PAGEMASK;
3092 } else if (((last_page + MMU_PAGESIZE) != raddr) ||
3143 last_page = raddr;

Completed in 82 milliseconds