Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c88 __big_insert(hashp, pagep, key, val) in __big_insert() argument
148 __big_delete(HTAB * hashp,PAGE16 * pagep,indx_t ndx) __big_delete() argument
196 PAGE16 *pagep, *hold_pagep; global() local
264 __big_keydata(hashp,pagep,key,val,ndx) __big_keydata() argument
295 __get_bigkey(HTAB * hashp,PAGE16 * pagep,indx_t ndx,DBT * key) __get_bigkey() argument
328 PAGE16 *pagep; global() local
373 collect_key(hashp,pagep,len,last_page) collect_key() argument
441 collect_data(hashp,pagep,len) collect_data() argument
[all...]
H A Dhash_page.c234 u_int16_t *pagep, n, off; global() local
259 next_realkey(PAGE16 * pagep,indx_t n) next_realkey() argument
280 prev_realkey(PAGE16 * pagep,indx_t n) prev_realkey() argument
307 PAGE16 *pagep; global() variable
536 PAGE16 *pagep; global() local
643 PAGE16 *pagep; global() local
694 PAGE16 *pagep; global() variable
734 __add_bigpage(HTAB * hashp,PAGE16 * pagep,indx_t ndx,const u_int8_t is_basepage) __add_bigpage() argument
775 page_init(HTAB * hashp,PAGE16 * pagep,db_pgno_t pgno,u_int8_t type) page_init() argument
805 PAGE16 *pagep; global() local
835 __delete_page(hashp,pagep,page_type) __delete_page() argument
865 PAGE16 *pagep; global() local
905 PAGE16 *pagep; global() local
938 PAGE16 *pagep; global() variable
960 PAGE16 *pagep; global() variable
989 swap_page_header_in(pagep) swap_page_header_in() argument
1008 swap_page_header_out(pagep) swap_page_header_out() argument
1302 PAGE16 *pagep; global() variable
[all...]
H A Dhash.h71 u_int16_t *pagep; member
/titanic_51/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c46 PAGE *pagep; local
121 PAGE *pagep; global() local
195 PAGE *pagep; global() local
349 PAGE *pagep; global() local
402 PAGE *pagep; global() local
516 PAGE *pagep; global() local
[all...]
H A Ddb_dup.c48 PAGE *pagep; local
118 PAGE *pagep; local
393 __db_ditem(dbc,pagep,indx,nbytes) __db_ditem() argument
459 __db_pitem(dbc,pagep,indx,nbytes,hdr,data) __db_pitem() argument
532 __db_relink(dbc,add_rem,pagep,new_next,needlock) __db_relink() argument
650 PAGE *pagep; global() local
[all...]
H A Ddb_overflow.c174 PAGE *pagep, *lastp; local
295 PAGE *pagep; global() local
355 PAGE *pagep; global() local
[all...]
/titanic_51/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c87 PAGE *pagep; local
196 PAGE *pagep; global() local
383 PAGE *pagep; global() local
479 PAGE *pagep; global() local
682 PAGE *pagep; global() local
773 PAGE *pagep; global() local
860 PAGE *pagep; global() local
[all...]
H A Dhash_page.c1016 __ham_onpage_replace(pagep,pgsize,ndx,off,change,dbt) __ham_onpage_replace() argument
1426 __ham_add_ovflpage(dbc,pagep,release,pp) __ham_add_ovflpage() argument
1475 PAGE *pagep; global() local
1493 __ham_del_page(dbc,pagep) __ham_del_page() argument
1554 __ham_put_page(dbp,pagep,is_dirty) __ham_put_page() argument
1572 __ham_dirty_page(dbp,pagep) __ham_dirty_page() argument
1583 __ham_get_page(dbp,addr,pagep) __ham_get_page() argument
[all...]
H A Dhash_dup.c563 __ham_move_offpage(dbc,pagep,ndx,pgno) __ham_move_offpage() argument
[all...]
/titanic_51/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c47 PAGE *pagep; local
153 PAGE *pagep; local
524 PAGE *pagep; global() local
612 PAGE *pagep; global() local
678 PAGE *pagep; global() local
755 PAGE *pagep; global() local
821 PAGE *pagep; global() local
[all...]
/titanic_51/usr/src/uts/common/os/
H A Dschedctl.c139 sc_page_ctl_t *pagep; in schedctl_lwp_cleanup() local
178 sc_page_ctl_t *pagep; in schedctl_proc_cleanup() local
236 sc_page_ctl_t *pagep; schedctl_fork() local
472 sc_page_ctl_t *pagep; schedctl_shared_alloc() local
561 sc_page_ctl_t *pagep; schedctl_page_lookup() local
[all...]
/titanic_51/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page.c250 cma_page_t **pagep; in cma_page_retry() local
/titanic_51/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; hermon_user_dbr_alloc() local
213 hermon_udbr_page_t *pagep; hermon_user_dbr_free() local
436 hermon_udbr_page_t *pagep, *nextp; hermon_dbr_kern_free() local
[all...]
H A Dhermon_umap.c416 hermon_udbr_page_t *pagep; in hermon_umap_dbrecmem() local
/titanic_51/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