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

/osnet-11/usr/src/lib/librdc/common/
H A Drdcrules.c248 check_dgislocal(char *dgname) argument
257 rc = cfg_dgname_islocal(dgname, &othernode);
261 "disk service, %s: %s"), dgname, strerror(errno));
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
249 if (snprintf(command, sizeof (command), metaset, dgname) >=
274 * cfg_dgname_islocal(char *dgname, char **othernode)
289 cfg_dgname_islocal(char *dgname, char **othernode) argument
293 if (dgname == NULL || *dgname == '\0' || othernode == NULL) {
309 if (data = (hash_data_t *)nsc_lookup(schash, dgname)) {
355 * /dev/md/dgname/{r}dsk/partition
363 /* no dgname */
371 * /dev/vx/{r}dsk/dgname/partitio
[all...]

Completed in 23 milliseconds