Searched defs:othernode (Results 1 - 2 of 2) sorted by relevance

/osnet-11/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);
/osnet-11/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...]

Completed in 77 milliseconds