Home
last modified time | relevance | path

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

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