Searched defs:volhash (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c56 hash_node_t **volhash = NULL; variable
82 if (volhash) {
87 volhash = nsc_create_hash();
110 volcount = (volcount_t *)nsc_lookup(volhash, vol);
116 nsc_insert_node(volhash, volcount, vol);
120 volcount = (volcount_t *)nsc_lookup(volhash, bmp);
127 nsc_insert_node(volhash, volcount, bmp);
281 if (nsc_lookup(volhash, vol) == NULL) {
288 if (nsc_lookup(volhash, bmp) == NULL) {
296 nsc_remove_all(volhash, fre
[all...]

Completed in 1751 milliseconds