Home
last modified time | relevance | path

Searched refs:othernode (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c243 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 Drdcrules.c250 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 Dsvadm.c274 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 Diiadm.c1205 char *othernode; local
1211 rc = cfg_dgname_islocal(dgname, &othernode);
1220 othernode);
/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndradm.c3378 char *othernode; local
3385 rc = cfg_dgname_islocal(dgname, &othernode);
3394 "the command on that node"), dgname, othernode);