Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Dtsget.in21 my $return_data = "";
26 $return_data = substr ${$state->{data}}, $state->{bytes}, $data_len;
29 return $return_data;
/freebsd-14.2/sys/dev/ixgbe/
H A Dixgbe_common.h164 u32 length, u32 timeout, bool return_data);
H A Dixgbe_common.c4667 u32 length, u32 timeout, bool return_data) in ixgbe_host_interface_command() argument
4692 if (!return_data) in ixgbe_host_interface_command()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2830 llvm::StringRef return_data(py_string.GetString()); in GetShortHelpForCommandObject() local
2831 dest.assign(return_data.data(), return_data.size()); in GetShortHelpForCommandObject()