Lines Matching refs:volhash
79 hash_node_t **volhash = NULL; variable
1391 if (nsc_lookup(volhash, qvol) == NULL) { in diskq_subcmd()
1512 if (nsc_lookup(volhash, qvol) == NULL) in diskq_subcmd()
1658 vc = nsc_lookup(volhash, datavol); in rdc_force_disable()
1663 vc = nsc_lookup(volhash, bmpvol); in rdc_force_disable()
4474 if (nsc_lookup(volhash, vol1) == NULL) {
4520 if (vol2 && nsc_lookup(volhash, vol2) == NULL) {
4567 if (vol3 && nsc_lookup(volhash, diskqueue) == NULL) {
4630 vc = nsc_lookup(volhash, vol1);
4645 vc = nsc_lookup(volhash, vol2);
4659 vc = nsc_lookup(volhash, diskqueue);
4677 vc = nsc_lookup(volhash, orig_fbmp);
4688 if (nsc_lookup(volhash, frombitmap) == NULL) {
4724 vc = nsc_lookup(volhash, orig_diskq);
4736 (nsc_lookup(volhash, diskqueue) == NULL)) {
4773 vc = nsc_lookup(volhash, orig_tbmp);
4785 if (nsc_lookup(volhash, tobitmap) == NULL) {
5449 if (volhash) {
5454 volhash = nsc_create_hash();
5486 volcount = (volcount_t *)nsc_lookup(volhash, vol);
5492 (void) nsc_insert_node(volhash, volcount, vol);
5496 volcount = (volcount_t *)nsc_lookup(volhash, bmp);
5503 (void) nsc_insert_node(volhash, volcount, bmp);
5509 volcount = (volcount_t *)nsc_lookup(volhash, diskqueue);
5515 (void) nsc_insert_node(volhash, volcount, diskqueue);
5523 nsc_remove_all(volhash, free);
5524 volhash = 0;