Searched defs:input (Results 201 - 225 of 280) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/
H A Dumac.c1041 static int uhash_update(uhash_ctx_t ctx, const u_char *input, long len) argument
1248 umac_update(struct umac_ctx *ctx, const u_char *input, long len) argument
[all...]
H A Dauth-pam.c989 char input[PAM_MAX_MSG_SIZE]; local
H A Dssh-agent.c105 struct sshbuf *input; member in struct:__anon4521
[all...]
H A Dchannels.h120 Buffer input; /* data read from socket, to be sent over member in struct:Channel
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto.c2448 krb5_crypto_prf(krb5_context context, const krb5_crypto crypto, const krb5_data *input, krb5_data *output) argument
2468 krb5_crypto_prfplus(krb5_context context, const krb5_crypto crypto, const krb5_data *input, size_t length, krb5_data *output) argument
[all...]
/freebsd-11-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1161 input(int *cmd) function
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c233 struct input { struct
241 static struct input *input = NULL; variable in typeref:struct:input
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c83 struct input { struct
177 const struct input *input; local
207 struct input *input; local
259 struct input *input; local
281 struct input *input; local
331 struct input *input; local
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c133 ibv_cmd_query_device_ex(struct ibv_context *context, const struct ibv_query_device_ex_input *input, struct ibv_device_attr_ex *attr, size_t attr_size, uint64_t *raw_fw_ver, struct ibv_query_device_ex *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_query_device_resp_ex *resp, size_t resp_core_size, size_t resp_size) argument
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c67 mlx4_query_device_ex(struct ibv_context *context, const struct ibv_query_device_ex_input *input, struct ibv_device_attr_ex *attr, size_t attr_size) argument
/freebsd-11-stable/sys/dev/bktr/
H A Dmsp34xx.c122 int input; member in struct:msp3400c
/freebsd-11-stable/usr.bin/indent/
H A Dindent_globs.h54 FILE *input; /* the fid for the input file */ variable
/freebsd-11-stable/contrib/ntp/include/
H A Dparse.h353 parse_inp_fnc_t *input; member in struct:clockformat
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_82599.c1471 u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, argument
1537 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common, u8 queue) argument
1611 ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask) argument
1871 ixgbe_fdir_write_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, u16 soft_id, u8 queue, bool cloud_mode) argument
1960 ixgbe_fdir_erase_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, u16 soft_id) argument
2007 ixgbe_fdir_add_perfect_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input, union ixgbe_atr_input *input_mask, u16 soft_id, u8 queue, bool cloud_mode) argument
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc259 property::parse_string(text_input_buffer &input) argument
282 property::parse_cells(text_input_buffer &input, int cell_size) argument
370 parse_bytes(text_input_buffer &input) argument
397 parse_reference(text_input_buffer &input) argument
456 parse_define(text_input_buffer &input, define_map *defines) argument
477 property(text_input_buffer &input, string &&k, string_set &&l, bool semicolonTerminated, define_map *defines) argument
585 parse(text_input_buffer &input, string &&key, string_set &&label, bool semicolonTerminated, define_map *defines) argument
710 parse_name(text_input_buffer &input, bool &is_property, const char *error) argument
851 node(text_input_buffer &input, device_tree &tree, string &&n, std::unordered_set<string> &&l, string &&a, define_map *defines) argument
1014 parse(text_input_buffer &input, device_tree &tree, string &&name, string_set &&label, string &&address, define_map *defines) argument
1560 parse_file(text_input_buffer &input, std::vector<node_ptr> &roots, bool &read_header) argument
1776 input_buffer &input = *in; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h52 static StringRef input(StringRef Scalar, void *Ctx, StringValue &S) { function in struct:llvm::yaml::ScalarTraits
73 static StringRef input(StringRef Scalar, void *Ctx, FlowStringValue &S) { function in struct:llvm::yaml::ScalarTraits
93 static StringRef input(StringRef Scalar, void *Ctx, BlockStringValue &S) { function in struct:llvm::yaml::BlockScalarTraits
117 static StringRef input(StringRef Scalar, void *Ctx, UnsignedValue &Value) { function in struct:llvm::yaml::ScalarTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h1262 static StringRef input(StringRef Str, void *Ctx, endian_type &E) { function in struct:llvm::ScalarTraits
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h132 virtual bool GenerateWatchpointCommandCallbackData(StringList &input, argument
143 virtual bool GenerateTypeScriptFunction(StringList &input, argument
149 virtual bool GenerateScriptAliasFunction(StringList &input, argument
154 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output, argument
123 GenerateBreakpointCommandCallbackData( StringList &input, std::string &output, bool has_extra_args) argument
281 GenerateFunction(const char *signature, const StringList &input) argument
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp272 static StringRef input(StringRef scalar, void *ctxt, RefKind &kind) { function in struct:llvm::yaml::ScalarTraits
471 static StringRef input(StringRef scalar, void *ctxt, function in struct:llvm::yaml::ScalarTraits
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c869 get_bool(svn_boolean_t *boolp, const char *input, svn_boolean_t default_value, const char *section, const char *option) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c276 const unsigned char *input = (const unsigned char *)data; local
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c707 dump_command(struct mlx5_core_dev *dev, struct mlx5_cmd_work_ent *ent, int input) argument
/freebsd-11-stable/contrib/gcc/
H A Dtree-outof-ssa.c775 tree input = TREE_VALUE (link); local
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c1769 re_string_skip_bytes (input, peek_token (result, input, syntax)); argument
1759 fetch_token(re_token_t *result, re_string_t *input, reg_syntax_t syntax) argument
2008 peek_token_bracket(re_token_t *token, re_string_t *input, reg_syntax_t syntax) argument
3688 fetch_number(re_string_t *input, re_token_t *token, reg_syntax_t syntax) argument
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dr600_blit.c1646 static inline uint32_t i2f(uint32_t input) argument

Completed in 256 milliseconds

1234567891011>>