Lines Matching defs:dgname
243 cfg_l_dgname_islocal(char *dgname, char **othernode)
249 if (snprintf(command, sizeof (command), metaset, dgname) >=
274 * cfg_dgname_islocal(char *dgname, char **othernode)
289 cfg_dgname_islocal(char *dgname, char **othernode)
293 if (dgname == NULL || *dgname == '\0' || othernode == NULL) {
309 if (data = (hash_data_t *)nsc_lookup(schash, dgname)) {
355 * /dev/vx/{r}dsk/dgname/partition
367 /* no dgname */
371 /* no dgname */
376 len++; /* count length of dgname */
379 /* no dgname */
399 /* no dgname */
420 * ptr to NULL-string - no dgname
421 * pointer to string - dgname
446 /* must be local - return NULL-string dgname */