Searched refs:othernode (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libdscfg/common/ |
H A D | cfg_cluster.c | 243 cfg_l_dgname_islocal(char *dgname, char **othernode) in cfg_l_dgname_islocal() argument 261 if (othernode) { in cfg_l_dgname_islocal() 263 *othernode = "unknown"; in cfg_l_dgname_islocal() 289 cfg_dgname_islocal(char *dgname, char **othernode) in cfg_dgname_islocal() argument 293 if (dgname == NULL || *dgname == '\0' || othernode == NULL) { in cfg_dgname_islocal() 311 if (othernode) in cfg_dgname_islocal() 312 *othernode = strdup(data->scstat_node_name); in cfg_dgname_islocal()
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | rdcrules.c | 250 char *othernode; in check_dgislocal() local 257 rc = cfg_dgname_islocal(dgname, &othernode); in check_dgislocal() 269 "the command on that node"), dgname, othernode); in check_dgislocal()
|
/titanic_41/usr/src/cmd/avs/sv/ |
H A D | svadm.c | 274 char *othernode; in sv_check_dgislocal() local 281 rc = cfg_dgname_islocal(dgname, &othernode); in sv_check_dgislocal() 290 "the command on that node"), dgname, othernode); in sv_check_dgislocal()
|
/titanic_41/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 1205 char *othernode; local 1211 rc = cfg_dgname_islocal(dgname, &othernode); 1220 othernode);
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 3378 char *othernode; local 3385 rc = cfg_dgname_islocal(dgname, &othernode); 3394 "the command on that node"), dgname, othernode);
|