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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c270 db_pgno_t last_page; local
276 key->size = collect_key(hashp, key_pagep, 0, &last_page);
284 ii.pgno = last_page;
369 * hashp->bigkey_buf. last_page indicates to the calling function what the
378 collect_key(hashp, pagep, len, last_page)
382 db_pgno_t *last_page;
401 if (last_page)
402 *last_page = ADDR(pagep);
416 if (last_page)
417 *last_page
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c50 uint32_t last_page; member in struct:__anon2247
324 fs_info->page_count = fs_info->header->new.last_page;
484 int last_page = fs_info->page_count - 1; local
491 while (first_page <= last_page) {
494 1.0 * (last_page - first_page) / last_page);
501 (last_page - first_page + 1)
525 fs_info->header->new.last_page = fs_info->page_count - 1;

Completed in 24 milliseconds