Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libmt/
H A Dmtlib.h70 char error_str[128]; member
/freebsd-14.2/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-14.2/sys/dev/tws/
H A Dtws_services.h112 char *error_str; member
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_all.c6087 char *error_str, int error_str_len) in scsi_parse_transportid_64bit()
6188 char *error_str, int error_str_len) in scsi_parse_transportid_spi()
6272 char *error_str, int error_str_len) in scsi_parse_transportid_rdma()
6423 char *error_str, int error_str_len) in scsi_parse_transportid_iscsi()
6534 char *error_str, int error_str_len) in scsi_parse_transportid_sop()
6704 char *error_str, int error_str_len) in scsi_parse_transportid()
7051 uint32_t output_flags, char *error_str, in scsi_attrib_volcoh_sbuf()
7161 uint32_t output_flags, char *error_str, in scsi_attrib_vendser_sbuf()
7221 uint32_t output_flags, char *error_str, in scsi_attrib_hexdump_sbuf()
7246 uint32_t output_flags, char *error_str, in scsi_attrib_int_sbuf()
[all …]
/freebsd-14.2/usr.sbin/nscd/
H A Dparser.c369 const char *fname, char const **error_str, int *error_line) in parse_config_file()
H A Dnscd.c603 char const *error_str; in main() local
/freebsd-14.2/sys/cam/ctl/
H A Dctl_ioctl.h469 char error_str[CTL_ERROR_STR_LEN]; member
522 char error_str[CTL_ERROR_STR_LEN]; member
565 char error_str[CTL_ERROR_STR_LEN]; member
754 char error_str[CTL_ERROR_STR_LEN]; member
/freebsd-14.2/sys/sys/
H A Dmtio.h226 char error_str[128]; member
272 char error_str[128]; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp120 const char *error_str = nullptr; in LoadUserSubcommand() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp96 std::string error_str = toString(std::move(E)); in IOHandlerIsInputComplete() local
/freebsd-14.2/tests/atf_python/sys/netlink/
H A Dnetlink.py176 def error_str(self): member in NetlinkErrorMessage
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h256 std::string &error_str, in CreateScriptedThreadPlan()
/freebsd-14.2/sys/netlink/
H A Dnetlink_snl.h903 char *error_str; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1554 std::string &error_str, lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan()