Searched refs:proto_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c105 proto_table_t proto_table[PROTO_END] = { variable
725 err = sa_disable_share(mountpoint, proto_table[proto].p_name);
727 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err,
741 if (sa_is_shared(mountpoint, proto_table[proto].p_name)) {
776 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop,
792 proto_table[*curr_proto].p_name);
795 proto_table[*curr_proto].p_share_err,
866 return (sa_validate_shareopts(options, proto_table[proto].p_name));
874 sa_commit_shares(proto_table[*curr_proto].p_name);
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibzfs_impl.h242 extern proto_table_t proto_table[PROTO_END];

Completed in 108 milliseconds