Home
last modified time | relevance | path

Searched refs:callback_result (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c800 ssize_t callback_result; in copy_message_data() local
803 callback_result = in copy_message_data()
807 if (callback_result < 0) in copy_message_data()
808 return callback_result; in copy_message_data()
810 if (!callback_result) in copy_message_data()
813 if (callback_result > max_bytes) in copy_message_data()
816 pos += callback_result; in copy_message_data()
944 ssize_t callback_result; in queue_message() local
960 callback_result = in queue_message()
963 if (callback_result < 0) { in queue_message()
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig1051 PythonObject callback_result = callable(result_arg);
1053 long long ret_val = unwrapOrSetPythonException(As<long long>(callback_result));
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3325 const auto callback_result = m_print_callback(result); in IOHandlerInputComplete() local
3326 if (callback_result == eCommandReturnObjectPrintCallbackSkipped) in IOHandlerInputComplete()