Searched refs:proto_table (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_mount.c | 102 proto_table_t proto_table[PROTO_END] = { variable 158 proto_table[proto].p_name) == 0) { in is_shared() 673 proto_table[proto].p_name)); in zfs_parse_options() 748 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop, in zfs_share_proto() 788 proto_table[*curr_proto].p_name, sourcetype, in zfs_share_proto() 791 proto_table[*curr_proto].p_share_err, in zfs_share_proto() 803 proto_table[*curr_proto].p_name); in zfs_share_proto() 806 proto_table[*curr_proto].p_share_err, in zfs_share_proto() 827 proto_table[*curr_proto].p_share_err, in zfs_share_proto() 886 err = zfs_sa_disable_share(share, proto_table[proto].p_name); in unshare_one()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | inet_proto.c | 126 static const NAME_MASK proto_table[] = { variable 199 inet_proto_mask = name_mask(context, proto_table, protocols); in inet_proto_init()
|