Home
last modified time | relevance | path

Searched refs:volhash (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/librdc/common/
H A Drdcpersist.c56 hash_node_t **volhash = NULL; variable
82 if (volhash) { in load_rdc_vols()
87 volhash = nsc_create_hash(); in load_rdc_vols()
110 volcount = (volcount_t *)nsc_lookup(volhash, vol); in load_rdc_vols()
116 nsc_insert_node(volhash, volcount, vol); in load_rdc_vols()
120 volcount = (volcount_t *)nsc_lookup(volhash, bmp); in load_rdc_vols()
127 nsc_insert_node(volhash, volcount, bmp); in load_rdc_vols()
281 if (nsc_lookup(volhash, vol) == NULL) { in do_autosv_enable()
288 if (nsc_lookup(volhash, bmp) == NULL) { in do_autosv_enable()
296 nsc_remove_all(volhash, free); in do_autosv_enable()
[all …]
/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndradm.c79 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);
[all …]
/titanic_41/usr/src/cmd/avs/dsw/
H A Diiadm.c71 hash_node_t **volhash = NULL; variable
1013 if (volhash) { in remove_iiset()
1021 sdata = (shdvol_t *)nsc_lookup(volhash, shadow); in remove_iiset()
1032 nsc_lookup(volhash, sdata->master); in remove_iiset()
1913 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
1955 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
2063 if (nsc_lookup(volhash, master_volume) == NULL) {
2074 if (nsc_lookup(volhash, shadow_volume) == NULL) {
4028 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
4124 if (volhash) {
[all …]