Searched refs:hash_node_t (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libnsctl/common/ |
H A D | hash.c | 34 hash_node_t ** 37 hash_node_t **hash; in nsc_create_hash() 39 hash = (hash_node_t **)calloc(HASH_PRIME, sizeof (hash_node_t *)); in nsc_create_hash() 44 nsc_insert_node(hash_node_t **hash, void *data, const char *key) in nsc_insert_node() 47 hash_node_t *node; in nsc_insert_node() 49 node = (hash_node_t *)malloc(sizeof (hash_node_t)); in nsc_insert_node() 78 nsc_lookup(hash_node_t **hash, const char *key) in nsc_lookup() 81 hash_node_t *node; in nsc_lookup() 94 nsc_remove_node(hash_node_t **hash, char *key) in nsc_remove_node() 97 hash_node_t *node, *prev; in nsc_remove_node() [all …]
|
H A D | nsc_hash.h | 37 } hash_node_t; typedef 39 hash_node_t **nsc_create_hash(); 40 int nsc_insert_node(hash_node_t **, void *, const char *); 41 void *nsc_lookup(hash_node_t **, const char *); 42 void *nsc_remove_node(hash_node_t **, char *); 43 void nsc_remove_all(hash_node_t **, void (*)(void *));
|
H A D | llib-lnsctl | 48 hash_node_t **nsc_create_hash(); 49 int nsc_insert_node(hash_node_t **, void *, const char *); 50 void *nsc_lookup(hash_node_t **, const char *); 51 void *nsc_remove_node(hash_node_t **, char *); 52 void nsc_remove_all(hash_node_t **, void (*)(void *));
|
/titanic_41/usr/src/cmd/cmd-crypto/tpmadm/ |
H A D | admin_cmds.c | 351 } hash_node_t; typedef 354 hash_node_t *hash_table[HASHSIZE]; 356 static hash_node_t * 360 hash_node_t *node; in hash_insert() 374 node = calloc(1, sizeof (hash_node_t)); in hash_insert() 386 add_child(hash_node_t *parent, hash_node_t *child) in add_child() 388 hash_node_t *node; in add_child() 400 print_all(hash_node_t *parent, int indent) in print_all() 403 hash_node_t *node; in print_all() 424 hash_node_t *parent, *child, *srk = NULL; in cmd_keyinfo()
|
/titanic_41/usr/src/lib/libdscfg/common/ |
H A D | cfg_vols.c | 85 static hash_node_t **dsvol; 88 static hash_node_t **svol; 91 static hash_node_t **shadowvol; 93 static hash_node_t **devhash;
|
H A D | cfg_cluster.c | 65 static hash_node_t **schash;
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | rdcpersist.c | 56 hash_node_t **volhash = NULL;
|
/titanic_41/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 71 hash_node_t **volhash = NULL;
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 79 hash_node_t **volhash = NULL;
|