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

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c243 cfg_l_dgname_islocal(char *dgname, char **othernode) argument
261 if (othernode) {
263 *othernode = "unknown";
274 * cfg_dgname_islocal(char *dgname, char **othernode)
278 * will be returned in othernode (if not NULL). It is up to the
284 * 0 - disk service is not mastered on this node (*othernode set)
289 cfg_dgname_islocal(char *dgname, char **othernode) argument
293 if (dgname == NULL || *dgname == '\0' || othernode == NULL) {
311 if (othernode)
312 *othernode
[all...]
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcrules.c250 char *othernode; local
257 rc = cfg_dgname_islocal(dgname, &othernode);
269 "the command on that node"), dgname, othernode);
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c274 char *othernode; local
281 rc = cfg_dgname_islocal(dgname, &othernode);
290 "the command on that node"), dgname, othernode);
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c1205 char *othernode; local
1211 rc = cfg_dgname_islocal(dgname, &othernode);
1220 othernode);
/illumos-gate/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);

Completed in 87 milliseconds