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

/illumos-gate/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();
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();
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 *));
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c351 } hash_node_t; typedef in typeref:struct:hash_node
354 hash_node_t *hash_table[HASHSIZE];
356 static hash_node_t *
360 hash_node_t *node;
374 node = calloc(1, sizeof (hash_node_t));
386 add_child(hash_node_t *parent, hash_node_t *child)
388 hash_node_t *node;
400 print_all(hash_node_t *parent, int indent)
403 hash_node_t *nod
[all...]
/illumos-gate/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;
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcpersist.c56 hash_node_t **volhash = NULL;
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c71 hash_node_t **volhash = NULL;
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c79 hash_node_t **volhash = NULL;

Completed in 85 milliseconds