Searched refs:error_str (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp30 static void ErrnoToStr(char *error_str, size_t error_len) { argument
32 ::snprintf(error_str, error_len, "%s", strerror.c_str());
77 bool PseudoTerminal::OpenFirstAvailableMaster(int oflag, char *error_str, argument
79 if (error_str)
80 error_str[0] = '\0';
86 if (error_str)
87 ErrnoToStr(error_str, error_len);
93 if (error_str)
94 ErrnoToStr(error_str, error_len);
101 if (error_str)
124 OpenSlave(int oflag, char *error_str, size_t error_len) argument
156 GetSlaveName(char *error_str, size_t error_len) const argument
192 Fork(char *error_str, size_t error_len) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h64 /// \param[out] error_str
72 lldb::pid_t Fork(char *error_str, size_t error_len);
107 /// \param[out] error_str
120 const char *GetSlaveName(char *error_str, size_t error_len) const;
139 /// \param[out] error_str
150 bool OpenFirstAvailableMaster(int oflag, char *error_str, size_t error_len);
168 /// \param[out] error_str
180 bool OpenSlave(int oflag, char *error_str, size_t error_len);
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig41 local error_str iface_up ifconfig_args=
55 f_eval_catch -dk error_str wlanconfig ifconfig "ifconfig %s %s" \
57 error_str="${error_str#ifconfig: }"
62 if [ "$error_str" ]; then
68 "Error while applying chosen settings ($error_str)" \
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1499 snprintf(ci->error_str, sizeof(ci->error_str),
1506 snprintf(ci->error_str, sizeof(ci->error_str),
1520 snprintf(ci->error_str, sizeof(ci->error_str),
1532 snprintf(ci->error_str, sizeof(ci->error_str),
1580 snprintf(ci->error_str, sizeof(ci->error_str),
[all...]
H A Dctl_backend_ramdisk.c865 snprintf(lun_req->error_str, sizeof(lun_req->error_str),
901 snprintf(req->error_str, sizeof(req->error_str),
921 snprintf(req->error_str, sizeof(req->error_str),
995 snprintf(req->error_str, sizeof(req->error_str),
1011 snprintf(req->error_str, sizeof(req->error_str),
[all...]
H A Dctl_ioctl.h515 * error_str: If the status is CTL_LUN_ERROR, this will
528 char error_str[CTL_ERROR_STR_LEN]; member in struct:ctl_lun_req
573 * error_str: If the status indicates an error, this string will
582 char error_str[CTL_ERROR_STR_LEN]; member in struct:ctl_lun_list
604 * error_str: If the status is CTL_LUN_ERROR, this will
621 char error_str[CTL_ERROR_STR_LEN]; member in struct:ctl_req
797 * error_str: If the status indicates an error, this string will
804 char error_str[CTL_ERROR_STR_LEN]; member in struct:ctl_iscsi
H A Dctl_backend_block.c1792 snprintf(lun_req->error_str, sizeof(lun_req->error_str),
1832 snprintf(req->error_str, sizeof(req->error_str),
1897 snprintf(req->error_str, sizeof(req->error_str),
1943 snprintf(req->error_str, sizeof(req->error_str),
1952 snprintf(req->error_str, sizeof(req->error_str),
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp116 void CommandReturnObject::SetError(llvm::StringRef error_str) { argument
117 if (error_str.empty())
120 AppendError(error_str);
/freebsd-11-stable/lib/libmt/
H A Dmtlib.c74 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
83 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
91 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
140 snprintf(mtinfo->error_str,
141 sizeof(mtinfo->error_str),
169 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str),
[all...]
H A Dmtlib.h72 char error_str[128]; member in struct:mt_status_data
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c5985 char *error_str, int error_str_len)
5996 if (error_str != NULL) {
5997 snprintf(error_str, error_str_len, "%s: error "
6016 if (error_str != NULL) {
6017 snprintf(error_str, error_str_len, "%s: unsupported "
6030 if (error_str != NULL) {
6031 snprintf(error_str, error_str_len, "%s: unable to "
6086 char *error_str, int error_str_len)
6097 if (error_str != NULL) {
6098 snprintf(error_str, error_str_le
5979 scsi_parse_transportid_64bit(int proto_id, char *id_str, struct scsi_transportid_header **hdr, unsigned int *alloc_len, struct malloc_type *type, int flags, char *error_str, int error_str_len) argument
6081 scsi_parse_transportid_spi(char *id_str, struct scsi_transportid_header **hdr, unsigned int *alloc_len, struct malloc_type *type, int flags, char *error_str, int error_str_len) argument
6165 scsi_parse_transportid_rdma(char *id_str, struct scsi_transportid_header **hdr, unsigned int *alloc_len, struct malloc_type *type, int flags, char *error_str, int error_str_len) argument
6316 scsi_parse_transportid_iscsi(char *id_str, struct scsi_transportid_header **hdr, unsigned int *alloc_len, struct malloc_type *type, int flags, char *error_str, int error_str_len) argument
6427 scsi_parse_transportid_sop(char *id_str, struct scsi_transportid_header **hdr, unsigned int *alloc_len, struct malloc_type *type, int flags, char *error_str, int error_str_len) argument
6596 scsi_parse_transportid(char *transportid_str, struct scsi_transportid_header **hdr, unsigned int *alloc_len, struct malloc_type *type, int flags, char *error_str, int error_str_len) argument
6947 scsi_attrib_volcoh_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7057 scsi_attrib_vendser_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7117 scsi_attrib_hexdump_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7142 scsi_attrib_int_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7227 scsi_attrib_ascii_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7281 scsi_attrib_text_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, uint32_t flags, uint32_t output_flags, char *error_str, int error_str_len) argument
7351 scsi_attrib_value_sbuf(struct sbuf *sb, uint32_t valid_len, struct scsi_mam_attribute_header *hdr, uint32_t output_flags, char *error_str, size_t error_str_len) argument
7448 scsi_attrib_sbuf(struct sbuf *sb, struct scsi_mam_attribute_header *hdr, uint32_t valid_len, struct scsi_attrib_table_entry *user_table, size_t num_user_entries, int prefer_user_table, uint32_t output_flags, char *error_str, int error_str_len) argument
[all...]
H A Dscsi_sa.c1026 snprintf(ps->error_str, sizeof(ps->error_str),
1032 snprintf(ps->error_str, sizeof(ps->error_str),
1042 snprintf(ps->error_str, sizeof(ps->error_str),
1057 snprintf(ps->error_str, sizeof(ps->error_str),
1086 snprintf(ps->error_str, sizeof(ps->error_str),
[all...]
H A Dscsi_all.h1238 uint32_t output_flags, char *error_str,
1241 uint32_t alloc_len, uint32_t flags, char *error_str,
3871 char *error_str, int error_str_len);
3879 char *error_str, int error_str_len);
3887 char *error_str, int error_str_len);
3895 char *error_str,int error_str_len);
3903 char *error_str,int error_str_len);
3911 char *error_str, int error_str_len);
3917 uint32_t output_flags, char *error_str,
3923 uint32_t output_flags, char *error_str,
[all...]
/freebsd-11-stable/sys/sys/
H A Dmtio.h225 char error_str[128]; member in struct:mtextget
272 char error_str[128]; member in struct:mtparamset
/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.h114 char *error_str; member in struct:error_desc
H A Dtws_services.c135 array[index].error_str,
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c444 list.error_str);
493 list.error_str);
757 log_warnx("LUN creation error: %s", req.error_str);
760 log_warnx("LUN creation warning: %s", req.error_str);
819 log_warnx("LUN modification error: %s", req.error_str);
822 log_warnx("LUN modification warning: %s", req.error_str);
854 log_warnx("LUN removal error: %s", req.error_str);
857 log_warnx("LUN removal warning: %s", req.error_str);
923 "%s; dropping connection", req.error_str);
947 "%s; dropping connection", req.error_str);
[all...]
/freebsd-11-stable/sbin/camcontrol/
H A Dattrib.c370 char error_str[512]; local
407 /*prefer_user_table*/ 0, output_format, error_str,
408 sizeof(error_str));
410 warnx("%s: %s", __func__, error_str);
H A Dpersist.c465 char error_str[error_str_len]; local
486 &id->alloc_len, error_str, error_str_len);
488 warnx("%s", error_str);
/freebsd-11-stable/usr.sbin/nscd/
H A Dnscd.c599 char const *error_str; local
785 error_str = NULL;
789 res = parse_config_file(s_configuration, config_file, &error_str,
791 if ((res != 0) && (error_str == NULL)) {
794 &error_str, &error_line);
798 if (error_str != NULL) {
800 config_file, error_line, error_str);
H A Dparser.c371 const char *fname, char const **error_str, int *error_line)
514 *error_str = "syntax error";
370 parse_config_file(struct configuration *config, const char *fname, char const **error_str, int *error_line) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp423 std::string error_str; local
424 if (m_gdb_client.GetLaunchSuccess(error_str)) {
440 error.SetErrorString(error_str.c_str());
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c2460 warnx("LUN creation error: %s", req.error_str);
2464 warnx("LUN creation warning: %s", req.error_str);
2610 warnx("LUN removal error: %s", req.error_str);
2614 warnx("LUN removal warning: %s", req.error_str);
2768 warnx("LUN modification error: %s", req.error_str);
2772 warnx("LUN modification warning: %s", req.error_str);
2997 __func__, req.error_str);
3126 __func__, req.error_str);
3199 "termination request:\n%s", __func__, req.error_str);
3420 __func__, list.error_str);
[all...]
/freebsd-11-stable/usr.bin/mt/
H A Dmt.c1034 warnx("%s", status_data.error_str);
1123 param_set.error_str);
1320 warnx("%s", params[i].error_str);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h80 std::string &error_str,

Completed in 427 milliseconds

12