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

/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c2117 nvlist_t *proto_props; local
2129 if ((rc = saproto_share_parse(proto, propstr, 0, &proto_props, errbuf,
2134 if ((sh_name = sa_share_get_name(proto_props)) != NULL) {
2137 sa_share_free(proto_props);
2144 (void) nvlist_remove(proto_props, SA_PROP_NAME,
2151 sa_share_free(proto_props);
2160 sa_share_free(proto_props);
2169 * protocol property list (proto_props)
2172 rc = sa_share_set_proto(new_share, proto, proto_props);
2173 sa_share_free(proto_props);
[all...]

Completed in 31 milliseconds