Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c59 struct htbl { struct
71 #define HFIRST(htbl, arg) \ argument
75 #define HADD(htbl, strp) \ argument
60 htbl_ptrshtbl global() argument
61 htbl_hashhtbl global() argument
62 htbl_link_offhtbl global() argument
63 htbl_key_offhtbl global() argument
64 htbl_sizehtbl global() argument
65 htbl_size_indexhtbl global() argument
66 htbl_ifcounthtbl global() argument
67 htbl_growhtbl global() argument
204 hash_link(struct htbl * htbl,uint_t hval,void * strp) hash_link() argument
218 hash_unlink(struct htbl * htbl,void * strp) hash_unlink() argument
265 htbl_grow(struct htbl * htbl) htbl_grow() argument
[all...]
/titanic_52/usr/src/cmd/truss/
H A Dhtbl.h51 typedef struct htbl { struct
54 tblhtbl global() argument
/titanic_52/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c40 Dtlink_t** htbl; /* hash table slots */ member
47 Dtlink_t **htbl, **t, **endt, *l, *next; in htable() local
[all...]
/titanic_52/usr/src/lib/libpicltree/
H A Dpicltree.c456 hash_init(hash_t *htbl) in hash_init() argument
473 hash_add_newobj(hash_t *htbl, picl_hdl_t hdl, void *pobj) in hash_add_newobj() argument
489 hash_add_newhdl(hash_t * htbl,picl_hdl_t piclh,picl_hdl_t ptreeh) hash_add_newhdl() argument
511 hash_remove(hash_t * htbl,picl_hdl_t hdl) hash_remove() argument
546 hash_lookup_obj(hash_t * htbl,picl_hdl_t hdl) hash_lookup_obj() argument
564 hash_lookup_hdl(hash_t * htbl,picl_hdl_t hdl) hash_lookup_hdl() argument
[all...]