Searched defs:hash_node_t (Results 1 - 2 of 2) 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 *));
/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...]

Completed in 58 milliseconds