Home
last modified time | relevance | path

Searched defs:htbl (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c59 struct htbl { struct
60 void **htbl_ptrs; argument
61 uint_t (*htbl_hash)(const void *, size_t); argument
62 size_t htbl_link_off; /* offset of the linkage structure */ argument
63 size_t htbl_key_off; /* offset of the key value (rehash) */ argument
64 size_t htbl_size; /* size of the hash */ argument
65 uint_t htbl_size_index; argument
66 uint_t htbl_ifcount; /* count of entries */ argument
67 boolean_t htbl_grow; /* growth allowed */ argument
71 #define HFIRST(htbl, arg) \ argument
[all …]
/titanic_41/usr/src/cmd/truss/
H A Dhtbl.h51 typedef struct htbl { struct
54 } htbl_t; argument
/titanic_41/usr/src/lib/libpicltree/
H A Dpicltree.c456 hash_init(hash_t *htbl) in hash_init()
473 hash_add_newobj(hash_t *htbl, picl_hdl_t hdl, void *pobj) in hash_add_newobj()
489 hash_add_newhdl(hash_t *htbl, picl_hdl_t piclh, picl_hdl_t ptreeh) in hash_add_newhdl()
511 hash_remove(hash_t *htbl, picl_hdl_t hdl) in hash_remove()
546 hash_lookup_obj(hash_t *htbl, picl_hdl_t hdl) in hash_lookup_obj()
564 hash_lookup_hdl(hash_t *htbl, picl_hdl_t hdl) in hash_lookup_hdl()