Home
last modified time | relevance | path

Searched defs:error_str (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/lib/libmt/
H A Dmtlib.h72 char error_str[128]; member
/freebsd-13.1/sbin/camcontrol/
H A Dattrib.c370 char error_str[512]; in scsiattrib() local
H A Dpersist.c465 char error_str[error_str_len]; in scsipersist() local
/freebsd-13.1/sys/dev/tws/
H A Dtws_services.h112 char *error_str; member
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_all.c6003 char *error_str, int error_str_len) in scsi_parse_transportid_64bit()
6104 char *error_str, int error_str_len) in scsi_parse_transportid_spi()
6188 char *error_str, int error_str_len) in scsi_parse_transportid_rdma()
6339 char *error_str, int error_str_len) in scsi_parse_transportid_iscsi()
6450 char *error_str, int error_str_len) in scsi_parse_transportid_sop()
6620 char *error_str, int error_str_len) in scsi_parse_transportid()
6967 uint32_t output_flags, char *error_str, in scsi_attrib_volcoh_sbuf()
7077 uint32_t output_flags, char *error_str, in scsi_attrib_vendser_sbuf()
7137 uint32_t output_flags, char *error_str, in scsi_attrib_hexdump_sbuf()
7162 uint32_t output_flags, char *error_str, in scsi_attrib_int_sbuf()
[all …]
/freebsd-13.1/usr.sbin/nscd/
H A Dparser.c371 const char *fname, char const **error_str, int *error_line) in parse_config_file()
H A Dnscd.c606 char const *error_str; in main() local
/freebsd-13.1/sys/cam/ctl/
H A Dctl_ioctl.h468 char error_str[CTL_ERROR_STR_LEN]; member
521 char error_str[CTL_ERROR_STR_LEN]; member
564 char error_str[CTL_ERROR_STR_LEN]; member
750 char error_str[CTL_ERROR_STR_LEN]; member
/freebsd-13.1/sys/sys/
H A Dmtio.h227 char error_str[128]; member
273 char error_str[128]; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp96 std::string error_str = toString(std::move(E)); in IOHandlerIsInputComplete() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp647 std::string error_str = llvm::toString(utility_fn_or_error.takeError()); in MakeLoadImageUtilityFunction() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp444 std::string error_str; in LaunchProcess() local
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h275 std::string &error_str, in CreateScriptedThreadPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp889 std::string error_str; in DoLaunch() local
3594 char error_str[1024]; in MonitorDebugserverProcess() local
H A DGDBRemoteCommunicationClient.cpp761 bool GDBRemoteCommunicationClient::GetLaunchSuccess(std::string &error_str) { in GetLaunchSuccess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1851 std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan()