Home
last modified time | relevance | path

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

/freebsd/lib/libmt/
H A Dmtlib.h70 char error_str[128]; member
/freebsd/sbin/camcontrol/
H A Dattrib.c366 char error_str[512]; in scsiattrib() local
H A Dpersist.c461 char error_str[error_str_len]; in scsipersist() local
/freebsd/sys/dev/tws/
H A Dtws_services.h112 char *error_str; member
/freebsd/sys/cam/scsi/
H A Dscsi_all.c6086 char *error_str, int error_str_len) in scsi_parse_transportid_64bit()
6187 char *error_str, int error_str_len) in scsi_parse_transportid_spi()
6271 char *error_str, int error_str_len) in scsi_parse_transportid_rdma()
6422 char *error_str, int error_str_len) in scsi_parse_transportid_iscsi()
6533 char *error_str, int error_str_len) in scsi_parse_transportid_sop()
6703 char *error_str, int error_str_len) in scsi_parse_transportid()
7050 uint32_t output_flags, char *error_str, in scsi_attrib_volcoh_sbuf()
7160 uint32_t output_flags, char *error_str, in scsi_attrib_vendser_sbuf()
7220 uint32_t output_flags, char *error_str, in scsi_attrib_hexdump_sbuf()
7245 uint32_t output_flags, char *error_str, in scsi_attrib_int_sbuf()
[all …]
/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h471 char error_str[CTL_ERROR_STR_LEN]; member
524 char error_str[CTL_ERROR_STR_LEN]; member
567 char error_str[CTL_ERROR_STR_LEN]; member
756 char error_str[CTL_ERROR_STR_LEN]; member
821 char error_str[CTL_ERROR_STR_LEN]; member
/freebsd/usr.sbin/nscd/
H A Dnscd.c602 char const *error_str; in main() local
H A Dparser.c369 const char *fname, char const **error_str, int *error_line) in parse_config_file()
/freebsd/sys/sys/
H A Dmtio.h224 char error_str[128]; member
270 char error_str[128]; member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp120 const char *error_str = nullptr; in LoadUserSubcommand() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp96 std::string error_str = toString(std::move(E)); in IOHandlerIsInputComplete() local
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink.py176 def error_str(self): member in NetlinkErrorMessage
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp618 std::string error_str = llvm::toString(utility_fn_or_error.takeError()); in MakeLoadImageUtilityFunction() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h256 std::string &error_str, in CreateScriptedThreadPlan()
/freebsd/sys/netlink/
H A Dnetlink_snl.h925 char *error_str; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1554 std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan()