Home
last modified time | relevance | path

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

/illumos-gate/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
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
75 #define HADD(htbl, strp) \ argument
218 hash_unlink(struct htbl *htbl, void *strp) in hash_unlink()
[all …]
/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.h49 typedef struct htbl { struct
52 } htbl_t; argument
/illumos-gate/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
/illumos-gate/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()