Lines Matching defs:othernode
243 cfg_l_dgname_islocal(char *dgname, char **othernode)
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)
293 if (dgname == NULL || *dgname == '\0' || othernode == NULL) {
311 if (othernode)
312 *othernode = strdup(data->scstat_node_name);