Lines Matching defs:share
107 * to add the default protocol properties to the share.
110 saproto_share_set_def_proto(sa_proto_t proto, nvlist_t *share)
118 return (ops->sap_share_set_def_proto(share));
140 saproto_share_validate(libshare_handle_t *shdl, nvlist_t *share,
154 return (ops->sap_share_validate(shdl, share, flags,
179 * Publish the share for the specified protocol. proto must be
187 saproto_share_publish(nvlist_t *share, sa_proto_t proto, int wait)
195 return (ops->sap_share_publish(share, wait));
201 * Unpublish the share for the specified protocol. proto must be
207 saproto_share_unpublish(nvlist_t *share, sa_proto_t proto, int wait)
215 return (ops->sap_share_unpublish(share, wait));
221 * Unpublish the share for the specified protocol. proto must be