Searched refs:soptions (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c5328 char *soptions; local
5348 soptions = sa_get_share_attr(share, shareopts);
5353 if (soptions == NULL)
5354 soptions = sa_proto_legacy_format(proto, share, 1);
5364 (soptions != NULL && strlen(soptions) > 0) ?
5365 soptions : defprop,
5381 if (soptions != NULL)
5382 sa_format_free(soptions);

Completed in 66 milliseconds