Home
last modified time | relevance | path

Searched defs:hashp (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.c103 HTAB *hashp; in __kdb2_hash_open() local
263 HTAB *hashp; in hash_close() local
278 HTAB *hashp; in hash_fd() local
293 init_hash(HTAB *hashp, const char *file, const HASHINFO *info) in init_hash()
345 init_htab(HTAB *hashp, int32_t nelem) in init_htab()
397 hget_header(HTAB *hashp, u_int32_t page_size) in hget_header()
423 hput_header(HTAB *hashp) in hput_header()
453 hdestroy(HTAB *hashp) in hdestroy()
541 HTAB *hashp; in hash_sync() local
558 flush_meta(HTAB *hashp) in flush_meta()
[all …]
H A Dhash_page.c87 __get_item(HTAB *hashp, CURSOR *cursorp, DBT *key, DBT *val, in __get_item()
159 __get_item_reset(HTAB *hashp, CURSOR *cursorp) in __get_item_reset()
172 __get_item_done(HTAB *hashp, CURSOR *cursorp) in __get_item_done()
186 __get_item_first(HTAB *hashp, CURSOR *cursorp, DBT *key, DBT *val, in __get_item_first()
199 __get_item_next(HTAB *hashp, CURSOR *cursorp, DBT *key, DBT *val, in __get_item_next()
263 __delpair(HTAB *hashp, CURSOR *cursorp, ITEM_INFO *item_info) in __delpair()
397 __split_page(HTAB *hashp, u_int32_t obucket, u_int32_t nbucket) in __split_page()
477 __addel(HTAB *hashp, ITEM_INFO *item_info, const DBT *key, const DBT *val, in __addel()
587 add_bigptr(HTAB * hashp, ITEM_INFO * item_info, indx_t big_pgno) in add_bigptr()
644 __add_ovflpage(HTAB *hashp, PAGE16 *pagep) in __add_ovflpage()
[all …]
H A Dhash_bigkey.c86 __big_insert(HTAB *hashp, PAGE16 *pagep, const DBT *key, const DBT *val) in __big_insert()
143 __big_delete(HTAB *hashp, PAGE16 *pagep, indx_t ndx) in __big_delete()
185 __find_bigpair(HTAB *hashp, CURSOR *cursorp, int8_t *key, int32_t size) in __find_bigpair()
253 __big_keydata(HTAB *hashp, PAGE16 *pagep, DBT *key, DBT *val, int32_t ndx) in __big_keydata()
280 __get_bigkey(HTAB *hashp, PAGE16 *pagep, indx_t ndx, DBT *key) in __get_bigkey()
307 __big_return(HTAB *hashp, ITEM_INFO *item_info, DBT *val, in __big_return()
355 collect_key(HTAB *hashp, PAGE16 *pagep, int32_t len, db_pgno_t *last_page) in collect_key()
419 collect_data(HTAB *hashp, PAGE16 *pagep, int32_t len) in collect_data()
H A Dhash_debug.c62 __dump_bucket(hashp, bucket) in __dump_bucket() argument
/freebsd/lib/libc/db/hash/
H A Dhash.c97 HTAB *hashp; in __hash_open() local
237 HTAB *hashp; in hash_close() local
252 HTAB *hashp; in hash_fd() local
267 init_hash(HTAB *hashp, const char *file, const HASHINFO *info) in init_hash()
333 init_htab(HTAB *hashp, int nelem) in init_htab()
376 hdestroy(HTAB *hashp) in hdestroy()
444 HTAB *hashp; in hash_sync() local
471 flush_meta(HTAB *hashp) in flush_meta()
519 HTAB *hashp; in hash_get() local
536 HTAB *hashp; in hash_put() local
[all …]
H A Dhash_bigkey.c82 __big_insert(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __big_insert()
192 __big_delete(HTAB *hashp, BUFHEAD *bufp) in __big_delete()
269 __find_bigpair(HTAB *hashp, BUFHEAD *bufp, int ndx, char *key, int size) in __find_bigpair()
316 __find_last_page(HTAB *hashp, BUFHEAD **bpp) in __find_last_page()
355 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current) in __big_return()
441 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set) in collect_data()
494 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) in __big_keydata()
508 collect_key(HTAB *hashp, BUFHEAD *bufp, int len, DBT *val, int set) in collect_key()
548 __big_split(HTAB *hashp, in __big_split()
H A Dhash_page.c122 __delpair(HTAB *hashp, BUFHEAD *bufp, int ndx) in __delpair()
179 __split_page(HTAB *hashp, u_int32_t obucket, u_int32_t nbucket) in __split_page()
273 ugly_split(HTAB *hashp, in ugly_split()
394 __addel(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __addel()
464 __add_ovflpage(HTAB *hashp, BUFHEAD *bufp) in __add_ovflpage()
514 __get_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_disk, in __get_page()
569 __put_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_bitmap) in __put_page()
616 __ibitmap(HTAB *hashp, int pnum, int nbits, int ndx) in __ibitmap()
651 overflow_page(HTAB *hashp) in overflow_page()
804 __free_ovflpage(HTAB *hashp, BUFHEAD *obufp) in __free_ovflpage()
[all …]
H A Dhash_buf.c99 __get_buf(HTAB *hashp, u_int32_t addr, in __get_buf()
152 newbuf(HTAB *hashp, u_int32_t addr, BUFHEAD *prev_bp) in newbuf()
293 __buf_init(HTAB *hashp, int nbytes) in __buf_init()
316 __buf_free(HTAB *hashp, int do_free, int to_disk) in __buf_free()
347 __reclaim_buf(HTAB *hashp, BUFHEAD *bp) in __reclaim_buf()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c659 u_long *hashp; in nfsrvd_lookup() local
1232 u_long *hashp; in nfsrvd_create() local
1402 u_long *hashp, cnflags; in nfsrvd_mknod() local
1628 u_long *hashp; in nfsrvd_remove() local
1714 u_long *hashp; in nfsrvd_rename() local
1881 u_long *hashp; in nfsrvd_link() local
1995 u_long *hashp; in nfsrvd_symlink() local
2116 u_long *hashp; in nfsrvd_mkdir() local
2928 u_long *hashp; in nfsrvd_open() local
3872 u_long *hashp; in nfsrvd_secinfo() local
[all …]
H A Dnfs_nfsdsubs.c1889 nfsrv_parsename(struct nfsrv_descript *nd, char *bufp, u_long *hashp, in nfsrv_parsename()
H A Dnfs_nfsdport.c4490 u_long *hashp; in nfsrv_dscreate() local
4873 u_long *hashp; in nfsrv_dsremove() local
6654 u_long *hashp; in nfsrv_pnfslookupds() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c45 char *hashp; in dsl_bookmark_hold_ds() local
H A Dzfs_ioctl.c988 char *hashp = strchr(name, '#'); in zfs_secpolicy_bookmark() local
1014 char *hashp = strchr(name, '#'); in zfs_secpolicy_destroy_bookmarks() local