Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DPseudoTerminal.cpp92 if (error_str) in OpenFirstAvailableMaster()
99 if (error_str) in OpenFirstAvailableMaster()
106 if (error_str) in OpenFirstAvailableMaster()
114 if (error_str) in OpenFirstAvailableMaster()
122 if (error_str) in OpenFirstAvailableMaster()
140 if (error_str) in OpenSlave()
175 if (error_str) in GetSlaveName()
212 if (error_str) in Fork()
246 if (error_str && !error_str[0]) in Fork()
251 if (error_str && !error_str[0]) in Fork()
[all …]
/freebsd-12.1/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1509 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff()
1516 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff()
1589 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff()
1686 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_list()
1737 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_list()
1746 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_list()
1797 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_logout()
1847 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_terminate()
1867 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_limits()
1913 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_listen()
[all …]
H A Dctl_frontend_ioctl.c197 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_create()
227 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_create()
248 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_create()
272 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_remove()
284 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_remove()
292 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_remove()
323 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl()
H A Dctl_backend_block.c1841 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file()
1906 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file()
1952 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
1961 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
1987 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
2000 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
2135 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open()
2143 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open()
2181 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open()
2200 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open()
[all …]
H A Dctl_backend_ramdisk.c899 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm()
907 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm()
927 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm()
1020 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1036 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1043 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1145 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1170 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1193 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1244 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_modify()
[all …]
H A Dctl_ioctl.h466 char error_str[CTL_ERROR_STR_LEN]; member
519 char error_str[CTL_ERROR_STR_LEN]; member
562 char error_str[CTL_ERROR_STR_LEN]; member
748 char error_str[CTL_ERROR_STR_LEN]; member
H A Dctl.c2912 snprintf(lun_req->error_str, sizeof(lun_req->error_str), in ctl_ioctl()
2922 snprintf(lun_req->error_str, sizeof(lun_req->error_str), in ctl_ioctl()
3008 snprintf(list->error_str, sizeof(list->error_str), in ctl_ioctl()
3133 snprintf(list->error_str, sizeof(list->error_str), in ctl_ioctl()
3158 snprintf(ci->error_str, sizeof(ci->error_str), in ctl_ioctl()
3179 snprintf(req->error_str, sizeof(req->error_str), in ctl_ioctl()
3189 snprintf(req->error_str, sizeof(req->error_str), in ctl_ioctl()
3199 snprintf(req->error_str, sizeof(req->error_str), in ctl_ioctl()
3220 snprintf(req->error_str, in ctl_ioctl()
3266 snprintf(list->error_str, sizeof(list->error_str), in ctl_ioctl()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPseudoTerminal.h85 lldb::pid_t Fork(char *error_str, size_t error_len);
139 const char *GetSlaveName(char *error_str, size_t error_len) const;
171 bool OpenFirstAvailableMaster(int oflag, char *error_str, size_t error_len);
203 bool OpenSlave(int oflag, char *error_str, size_t error_len);
/freebsd-12.1/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
69 "Error while applying chosen settings ($error_str)" \
/freebsd-12.1/lib/libmt/
H A Dmtlib.c74 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_start_element()
83 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_start_element()
91 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_start_element()
140 snprintf(mtinfo->error_str, in mt_start_element()
141 sizeof(mtinfo->error_str), in mt_start_element()
169 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_end_element()
178 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_end_element()
H A Dmtlib.h72 char error_str[128]; member
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_all.c6000 if (error_str != NULL) { in scsi_parse_transportid_64bit()
6020 if (error_str != NULL) { in scsi_parse_transportid_64bit()
6034 if (error_str != NULL) { in scsi_parse_transportid_64bit()
6101 if (error_str != NULL) { in scsi_parse_transportid_spi()
6110 if (error_str != NULL) { in scsi_parse_transportid_spi()
6120 if (error_str != NULL) { in scsi_parse_transportid_spi()
6130 if (error_str != NULL) { in scsi_parse_transportid_spi()
6144 if (error_str != NULL) { in scsi_parse_transportid_spi()
6192 if (error_str != NULL) { in scsi_parse_transportid_rdma()
6289 if (error_str != NULL) { in scsi_parse_transportid_rdma()
[all …]
H A Dscsi_sa.c1028 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili()
1034 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili()
1044 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili()
1059 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili()
1088 snprintf(ps->error_str, sizeof(ps->error_str), in saseteotwarn()
1095 snprintf(ps->error_str, sizeof(ps->error_str), in saseteotwarn()
1203 snprintf(ps[0].error_str, sizeof(ps[0].error_str), in sasetprotents()
1216 snprintf(ps[0].error_str, sizeof(ps[0].error_str), in sasetprotents()
1678 snprintf(g->error_str, sizeof(g->error_str), in saioctl()
1700 snprintf(g->error_str, sizeof(g->error_str), in saioctl()
[all …]
H A Dscsi_all.h1267 uint32_t output_flags, char *error_str,
3923 char *error_str, int error_str_len);
3931 char *error_str, int error_str_len);
3939 char *error_str, int error_str_len);
3947 char *error_str,int error_str_len);
3955 char *error_str,int error_str_len);
3963 char *error_str, int error_str_len);
3986 uint32_t output_flags, char *error_str,
3992 uint32_t output_flags, char *error_str,
3998 uint32_t output_flags, char *error_str,
[all …]
/freebsd-12.1/usr.sbin/ctld/
H A Dkernel.c448 list.error_str); in conf_new_from_kernel()
497 list.error_str); in conf_new_from_kernel()
841 log_warnx("LUN removal error: %s", req.error_str); in kernel_lun_remove()
912 "%s; dropping connection", req.error_str); in kernel_handoff()
938 "%s; dropping connection", req.error_str); in kernel_limits()
1032 req.error_str); in kernel_port_add()
1180 req.error_str); in kernel_port_remove()
1222 req.error_str); in kernel_listen()
1243 req.error_str); in kernel_accept()
1272 "%s; dropping connection", req.error_str); in kernel_send()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp118 void CommandReturnObject::SetError(llvm::StringRef error_str) { in SetError() argument
119 if (error_str.empty()) in SetError()
122 AppendError(error_str); in SetError()
/freebsd-12.1/usr.sbin/nscd/
H A Dnscd.c599 char const *error_str; in main() local
785 error_str = NULL; in main()
789 res = parse_config_file(s_configuration, config_file, &error_str, in main()
791 if ((res != 0) && (error_str == NULL)) { in main()
794 &error_str, &error_line); in main()
798 if (error_str != NULL) { in main()
800 config_file, error_line, error_str); in main()
H A Dparser.c371 const char *fname, char const **error_str, int *error_line) in parse_config_file() argument
514 *error_str = "syntax error"; in parse_config_file()
/freebsd-12.1/sbin/camcontrol/
H A Dattrib.c370 char error_str[512]; in scsiattrib() local
407 /*prefer_user_table*/ 0, output_format, error_str, in scsiattrib()
408 sizeof(error_str)); in scsiattrib()
410 warnx("%s: %s", __func__, error_str); in scsiattrib()
H A Dpersist.c465 char error_str[error_str_len]; in scsipersist() local
486 &id->alloc_len, error_str, error_str_len); in scsipersist()
488 warnx("%s", error_str); in scsipersist()
/freebsd-12.1/sys/sys/
H A Dmtio.h227 char error_str[128]; member
274 char error_str[128]; member
/freebsd-12.1/sys/dev/tws/
H A Dtws_services.h116 char *error_str; member
/freebsd-12.1/usr.sbin/ctladm/
H A Dctladm.c608 warnx("error: %s", req.error_str); in cctl_port()
612 warnx("warning: %s", req.error_str); in cctl_port()
2519 warnx("LUN creation error: %s", req.error_str); in cctl_create_lun()
2523 warnx("LUN creation warning: %s", req.error_str); in cctl_create_lun()
2630 warnx("LUN removal error: %s", req.error_str); in cctl_rm_lun()
2634 warnx("LUN removal warning: %s", req.error_str); in cctl_rm_lun()
2750 warnx("LUN modification error: %s", req.error_str); in cctl_modify_lun()
2984 __func__, req.error_str); in cctl_islist()
3114 __func__, req.error_str); in cctl_islogout()
3408 __func__, list.error_str); in cctl_devlist()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp436 std::string error_str; in LaunchProcess() local
437 if (m_gdb_client.GetLaunchSuccess(error_str)) { in LaunchProcess()
453 error.SetErrorString(error_str.c_str()); in LaunchProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp950 std::string error_str; in DoLaunch() local
951 if (m_gdb_comm.GetLaunchSuccess(error_str)) { in DoLaunch()
954 error.SetErrorString(error_str.c_str()); in DoLaunch()
3622 char error_str[1024]; in MonitorDebugserverProcess() local
3627 ::snprintf(error_str, sizeof(error_str), in MonitorDebugserverProcess()
3630 ::snprintf(error_str, sizeof(error_str), in MonitorDebugserverProcess()
3633 ::snprintf(error_str, sizeof(error_str), in MonitorDebugserverProcess()
3638 process_sp->SetExitStatus(-1, error_str); in MonitorDebugserverProcess()

12