Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c115 proto_table_t proto_table[PROTO_END] = { variable
170 proto_table[proto].p_name) == 0) { in is_shared()
786 proto_table[proto].p_name)); in zfs_parse_options()
871 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop, in zfs_share_proto()
897 proto_table[*curr_proto].p_share_err, in zfs_share_proto()
908 proto_table[*curr_proto].p_name); in zfs_share_proto()
911 proto_table[*curr_proto].p_share_err, in zfs_share_proto()
918 proto_table[*curr_proto].p_share_err, in zfs_share_proto()
982 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one()
994 proto_table[proto].p_unshare_err, in unshare_one()
[all …]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c80 static ht_node_t proto_table[TABLE_SIZE]; /* protocol table */ variable
251 insert_ipgpc_table_list_info(PROTOID_IDX, proto_table, in initialize_tables()