Searched refs:hash_node_t (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libnsctl/common/
H A Dnsc_hash.h37 } hash_node_t; typedef in typeref:struct:hash_node_s
39 hash_node_t **nsc_create_hash(void);
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 Dhash.c34 hash_node_t **
37 hash_node_t **hash;
39 hash = (hash_node_t **)calloc(HASH_PRIME, sizeof (hash_node_t *));
44 nsc_insert_node(hash_node_t **hash, void *data, const char *key)
47 hash_node_t *node;
49 node = (hash_node_t *)malloc(sizeof (hash_node_t));
78 nsc_lookup(hash_node_t **hash, const char *key)
81 hash_node_t *nod
[all...]
H A Dllib-lnsctl48 hash_node_t **nsc_create_hash(void);
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 *));
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c65 static hash_node_t **schash;
H A Dcfg_vols.c85 static hash_node_t **dsvol;
88 static hash_node_t **svol;
91 static hash_node_t **shadowvol;
93 static hash_node_t **devhash;
/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c56 hash_node_t **volhash = NULL;

Completed in 36 milliseconds