Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_mount.c99 proto_table_t proto_table[PROTO_END] = { variable
155 proto_table[proto].p_name) == 0) { in is_shared()
669 proto_table[proto].p_name)); in zfs_parse_options()
744 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop, in zfs_share_proto()
784 proto_table[*curr_proto].p_name, sourcetype, in zfs_share_proto()
787 proto_table[*curr_proto].p_share_err, in zfs_share_proto()
799 proto_table[*curr_proto].p_name); in zfs_share_proto()
802 proto_table[*curr_proto].p_share_err, in zfs_share_proto()
823 proto_table[*curr_proto].p_share_err, in zfs_share_proto()
882 err = zfs_sa_disable_share(share, proto_table[proto].p_name); in unshare_one()