Searched defs:htbl (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 59 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 …]
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | htbl.h | 49 typedef struct htbl { struct 52 } htbl_t; argument
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dthash.c | 40 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 D | picltree.c | 456 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()
|