Home
last modified time | relevance | path

Searched refs:zfsnew (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c2897 char *zfsnew; in sa_moveshare() local
2943 zfsnew = sa_get_group_attr(group, "zfs"); in sa_moveshare()
2944 if ((zfsold != NULL && zfsnew == NULL) || in sa_moveshare()
2945 (zfsold == NULL && zfsnew != NULL)) { in sa_moveshare()
2950 if (zfsnew != NULL) in sa_moveshare()
2951 sa_free_attr_string(zfsnew); in sa_moveshare()