Lines Matching defs:proto

61 saproto_share_parse(sa_proto_t proto, const char *propstr, int unset,
67 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
71 sa_strerror(ret), sa_proto_to_val(proto));
85 saproto_share_merge(sa_proto_t proto, nvlist_t *dst_prot_nvl,
91 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
95 sa_strerror(ret), sa_proto_to_val(proto));
110 saproto_share_set_def_proto(sa_proto_t proto, nvlist_t *share)
114 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
122 saproto_share_validate_name(const char *sh_name, sa_proto_t proto,
128 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
132 sa_strerror(ret), sa_proto_to_val(proto));
141 sa_proto_t proto, sa_validate_flags_t flags, char *errbuf, size_t buflen)
146 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
150 sa_strerror(ret), sa_proto_to_val(proto));
165 saproto_share_format_props(nvlist_t *props, sa_proto_t proto, char **retbuf)
169 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
179 * Publish the share for the specified protocol. proto must be
187 saproto_share_publish(nvlist_t *share, sa_proto_t proto, int wait)
191 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
201 * Unpublish the share for the specified protocol. proto must be
207 saproto_share_unpublish(nvlist_t *share, sa_proto_t proto, int wait)
211 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
221 * Unpublish the share for the specified protocol. proto must be
228 sa_proto_t proto, int wait)
232 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
240 saproto_share_publish_admin(const char *mntpnt, sa_proto_t proto)
244 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
256 saproto_fs_publish(nvlist_t *sh_list, sa_proto_t proto, int wait)
260 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
272 saproto_fs_unpublish(nvlist_t *sh_list, sa_proto_t proto, int wait)
276 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
293 sa_proto_get_featureset(sa_proto_t proto)
298 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
317 sa_proto_get_proplist(sa_proto_t proto)
322 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
336 sa_proto_get_status(sa_proto_t proto)
341 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
355 sa_proto_get_property(sa_proto_t proto, const char *sectname,
361 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
375 sa_proto_set_property(sa_proto_t proto, const char *sectname,
380 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
391 sa_proto_rem_section(sa_proto_t proto, const char *sectname)
395 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
407 sa_proto_t proto)
411 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
419 saproto_parse_proplist(sa_proto_t proto, nvlist_t *props,
425 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
429 sa_strerror(ret), sa_proto_to_val(proto));
438 saproto_share_proplist_from_share(sa_proto_t proto, nvlist_t *prot_nvl,
443 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);