Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dprotocol_cmd.h562 static const struct proto_map proto_table[] = { variable
627 if (optype_tmp == proto_table[i].optype) { in rta_proto_operation()
628 if (proto_table[i].protid == protid) { in rta_proto_operation()
630 if (proto_table[i].protoinfo_func == NULL) { in rta_proto_operation()
635 ret = (*proto_table[i].protoinfo_func) in rta_proto_operation()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c105 proto_table_t proto_table[PROTO_END] = { variable
683 err = sa_disable_share(mountpoint, proto_table[proto].p_name); in unshare_one()
685 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one()
699 if (sa_is_shared(mountpoint, proto_table[proto].p_name)) { in is_shared()
734 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop, in zfs_share_proto()
750 proto_table[*curr_proto].p_name); in zfs_share_proto()
753 proto_table[*curr_proto].p_share_err, in zfs_share_proto()
824 return (sa_validate_shareopts(options, proto_table[proto].p_name)); in zfs_parse_options()
832 sa_commit_shares(proto_table[*curr_proto].p_name); in zfs_commit_proto()
H A Dlibzfs.abi416 …<elf-symbol name='proto_table' size='48' type='object-type' binding='global-binding' visibility='d…
2160proto_table' type-id='type-id-177' mangled-name='proto_table' visibility='default' filepath='../..…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs_impl.h242 extern proto_table_t proto_table[PROTO_END];