Home
last modified time | relevance | path

Searched defs:pagep (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c82 __big_insert(hashp, pagep, key, val) in __big_insert() argument
142 __big_delete(HTAB *hashp, PAGE16 *pagep, indx_t ndx) in __big_delete()
190 PAGE16 *pagep, *hold_pagep; local
256 __big_keydata(hashp, pagep, key, val, ndx) in __big_keydata() argument
287 __get_bigkey(HTAB *hashp, PAGE16 *pagep, indx_t ndx, DBT *key) in __get_bigkey()
320 PAGE16 *pagep; local
365 collect_key(hashp, pagep, len, last_page) in collect_key() argument
433 collect_data(hashp, pagep, len) in collect_data() argument
H A Dhash_page.c230 u_int16_t *pagep, n, off; local
255 next_realkey(PAGE16 * pagep, indx_t n) in next_realkey()
272 prev_realkey(PAGE16 * pagep, indx_t n) in prev_realkey()
299 PAGE16 *pagep; variable
527 PAGE16 *pagep; local
634 PAGE16 *pagep; local
685 PAGE16 *pagep; variable
725 __add_bigpage(HTAB * hashp, PAGE16 * pagep, indx_t ndx, const u_int8_t in __add_bigpage()
766 page_init(HTAB * hashp, PAGE16 * pagep, db_pgno_t pgno, u_int8_t type) in page_init()
796 PAGE16 *pagep; local
[all …]
H A Dhash.h69 u_int16_t *pagep; member
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c46 PAGE *pagep; local
121 PAGE *pagep; local
195 PAGE *pagep; local
349 PAGE *pagep; local
402 PAGE *pagep; local
516 PAGE *pagep; local
H A Ddb_dup.c48 PAGE *pagep; local
118 PAGE *pagep; local
393 __db_ditem(dbc, pagep, indx, nbytes) in __db_ditem() argument
459 __db_pitem(dbc, pagep, indx, nbytes, hdr, data) in __db_pitem() argument
532 __db_relink(dbc, add_rem, pagep, new_next, needlock) in __db_relink() argument
650 PAGE *pagep; local
H A Ddb_overflow.c174 PAGE *pagep, *lastp; local
295 PAGE *pagep; local
355 PAGE *pagep; local
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c47 PAGE *pagep; local
153 PAGE *pagep; local
524 PAGE *pagep; local
612 PAGE *pagep; local
678 PAGE *pagep; local
755 PAGE *pagep; local
821 PAGE *pagep; local
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c87 PAGE *pagep; local
196 PAGE *pagep; local
383 PAGE *pagep; local
479 PAGE *pagep; local
682 PAGE *pagep; local
773 PAGE *pagep; local
860 PAGE *pagep; local
H A Dhash_page.c1016 __ham_onpage_replace(pagep, pgsize, ndx, off, change, dbt) in __ham_onpage_replace() argument
1426 __ham_add_ovflpage(dbc, pagep, release, pp) in __ham_add_ovflpage() argument
1475 PAGE *pagep; local
1493 __ham_del_page(dbc, pagep) in __ham_del_page() argument
1554 __ham_put_page(dbp, pagep, is_dirty) in __ham_put_page() argument
1572 __ham_dirty_page(dbp, pagep) in __ham_dirty_page() argument
1583 __ham_get_page(dbp, addr, pagep) in __ham_get_page() argument
H A Dhash_dup.c563 __ham_move_offpage(dbc, pagep, ndx, pgno) in __ham_move_offpage() argument
/illumos-gate/usr/src/uts/common/os/
H A Dschedctl.c147 sc_page_ctl_t *pagep; in schedctl_lwp_cleanup() local
185 sc_page_ctl_t *pagep; in schedctl_proc_cleanup() local
248 sc_page_ctl_t *pagep; in schedctl_fork() local
489 sc_page_ctl_t *pagep; in schedctl_shared_alloc() local
578 sc_page_ctl_t *pagep; in schedctl_page_lookup() local
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page.c250 cma_page_t **pagep; in cma_page_retry() local
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c78 hermon_udbr_page_t *pagep; in hermon_dbr_new_user_page() local
137 hermon_udbr_page_t *pagep; in hermon_user_dbr_alloc() local
213 hermon_udbr_page_t *pagep; in hermon_user_dbr_free() local
436 hermon_udbr_page_t *pagep, *nextp; in hermon_dbr_kern_free() local
H A Dhermon_umap.c416 hermon_udbr_page_t *pagep; in hermon_umap_dbrecmem() local
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree.h138 #define BT_STK_ENTER(c, pagep, page_indx, lock, ret) do { \ argument
147 #define BT_STK_PUSH(c, pagep, page_indx, lock, ret) do { \ argument
H A Dhash.h63 PAGE *pagep; /* The current page. */ member