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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_impl.h124 } zfs_share_proto_t; typedef in typeref:enum:__anon83
186 int changelist_unshare(prop_changelist_t *, zfs_share_proto_t *);
212 extern int zfs_parse_options(char *, zfs_share_proto_t);
215 const char *, zfs_share_proto_t *);
H A Dlibzfs_mount.c83 static int zfs_share_proto(zfs_handle_t *, zfs_share_proto_t *);
85 zfs_share_proto_t);
103 zfs_share_proto_t nfs_only[] = {
108 zfs_share_proto_t smb_only[] = {
112 zfs_share_proto_t share_all_proto[] = {
123 is_shared(libzfs_handle_t *hdl, const char *mountpoint, zfs_share_proto_t proto)
439 zfs_share_proto_t *curr_proto;
469 zfs_is_shared_proto(zfs_handle_t *zhp, char **where, zfs_share_proto_t proto)
663 zfs_parse_options(char *options, zfs_share_proto_t proto)
726 zfs_share_proto(zfs_handle_t *zhp, zfs_share_proto_t *prot
[all...]
H A Dlibzfs_changelist.c324 changelist_unshare(prop_changelist_t *clp, zfs_share_proto_t *proto)
H A Dlibzfs_dataset.c1245 zfs_share_proto_t proto;

Completed in 201 milliseconds