HomeSort by: relevance | last modified time | path
    Searched defs:proto_table (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
inet_proto.c 126 static const NAME_MASK proto_table[] = { variable
199 inet_proto_mask = name_mask(context, proto_table, protocols);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_mount.c 102 proto_table_t proto_table[PROTO_END] = { variable
158 proto_table[proto].p_name) == 0) {
673 proto_table[proto].p_name));
748 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop,
788 proto_table[*curr_proto].p_name, sourcetype,
791 proto_table[*curr_proto].p_share_err,
803 proto_table[*curr_proto].p_name);
806 proto_table[*curr_proto].p_share_err,
827 proto_table[*curr_proto].p_share_err,
886 err = zfs_sa_disable_share(share, proto_table[proto].p_name)
    [all...]

Completed in 20 milliseconds