Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1536 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff()
1543 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff()
1620 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff()
1719 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_list()
1768 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_list()
1777 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_list()
1828 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_logout()
1878 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_terminate()
1898 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_limits()
1944 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_listen()
[all …]
H A Dctl_frontend_ioctl.c193 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_create()
223 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_create()
244 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_create()
270 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_remove()
282 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_remove()
290 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl_port_remove()
321 snprintf(req->error_str, sizeof(req->error_str), in cfi_ioctl()
H A Dctl_backend_ramdisk.c840 snprintf(lun_req->error_str, sizeof(lun_req->error_str), in ctl_backend_ramdisk_ioctl()
876 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm()
896 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm()
969 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
985 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
992 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1095 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1110 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
1162 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_modify()
1197 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_modify()
H A Dctl_backend_block.c1903 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file()
1911 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file()
1978 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file()
2024 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
2033 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
2059 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
2072 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
2207 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open()
2215 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open()
2253 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open()
[all …]
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/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig40 local error_str iface_up ifconfig_args=
54 f_eval_catch -dk error_str wlanconfig ifconfig "ifconfig %s %s" \
56 error_str="${error_str#ifconfig: }"
62 if [ "$error_str" ]; then
68 "Error while applying chosen settings ($error_str)" \
/freebsd-14.2/lib/libmt/
H A Dmtlib.c72 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_start_element()
81 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_start_element()
89 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_start_element()
138 snprintf(mtinfo->error_str, in mt_start_element()
139 sizeof(mtinfo->error_str), in mt_start_element()
167 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_end_element()
176 snprintf(mtinfo->error_str, sizeof(mtinfo->error_str), in mt_end_element()
H A Dmtlib.h70 char error_str[128]; member
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_all.c6098 if (error_str != NULL) { in scsi_parse_transportid_64bit()
6118 if (error_str != NULL) { in scsi_parse_transportid_64bit()
6132 if (error_str != NULL) { in scsi_parse_transportid_64bit()
6199 if (error_str != NULL) { in scsi_parse_transportid_spi()
6208 if (error_str != NULL) { in scsi_parse_transportid_spi()
6218 if (error_str != NULL) { in scsi_parse_transportid_spi()
6228 if (error_str != NULL) { in scsi_parse_transportid_spi()
6242 if (error_str != NULL) { in scsi_parse_transportid_spi()
6290 if (error_str != NULL) { in scsi_parse_transportid_rdma()
6387 if (error_str != NULL) { in scsi_parse_transportid_rdma()
[all …]
H A Dscsi_sa.c1084 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili()
1090 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili()
1100 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili()
1115 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili()
1144 snprintf(ps->error_str, sizeof(ps->error_str), in saseteotwarn()
1151 snprintf(ps->error_str, sizeof(ps->error_str), in saseteotwarn()
1258 snprintf(ps[0].error_str, sizeof(ps[0].error_str), in sasetprotents()
1271 snprintf(ps[0].error_str, sizeof(ps[0].error_str), in sasetprotents()
1737 snprintf(g->error_str, sizeof(g->error_str), in saioctl()
1759 snprintf(g->error_str, sizeof(g->error_str), in saioctl()
[all …]
H A Dscsi_all.h1266 uint32_t output_flags, char *error_str,
3984 char *error_str, int error_str_len);
3992 char *error_str, int error_str_len);
4000 char *error_str, int error_str_len);
4008 char *error_str,int error_str_len);
4016 char *error_str,int error_str_len);
4024 char *error_str, int error_str_len);
4046 uint32_t output_flags, char *error_str,
4052 uint32_t output_flags, char *error_str,
4058 uint32_t output_flags, char *error_str,
[all …]
/freebsd-14.2/usr.sbin/ctld/
H A Dkernel.c461 list.error_str); in conf_new_from_kernel()
510 list.error_str); in conf_new_from_kernel()
910 log_warnx("LUN removal error: %s", req.error_str); in kernel_lun_remove()
982 "%s; dropping connection", req.error_str); in kernel_handoff()
1009 "%s; dropping connection", req.error_str); in kernel_limits()
1105 req.error_str); in kernel_port_add()
1255 req.error_str); in kernel_port_remove()
1297 req.error_str); in kernel_listen()
1318 req.error_str); in kernel_accept()
1347 "%s; dropping connection", req.error_str); in kernel_send()
[all …]
/freebsd-14.2/usr.sbin/nscd/
H A Dnscd.c603 char const *error_str; in main() local
789 error_str = NULL; in main()
793 res = parse_config_file(s_configuration, config_file, &error_str, in main()
795 if ((res != 0) && (error_str == NULL)) { in main()
798 &error_str, &error_line); in main()
802 if (error_str != NULL) { in main()
804 config_file, error_line, error_str); in main()
H A Dparser.c369 const char *fname, char const **error_str, int *error_line) in parse_config_file() argument
540 *error_str = "invalid value"; in parse_config_file()
544 *error_str = "syntax error"; in parse_config_file()
/freebsd-14.2/sbin/camcontrol/
H A Dattrib.c366 char error_str[512]; in scsiattrib() local
403 /*prefer_user_table*/ 0, output_format, error_str, in scsiattrib()
404 sizeof(error_str)); in scsiattrib()
406 warnx("%s: %s", __func__, error_str); in scsiattrib()
H A Dpersist.c461 char error_str[error_str_len]; in scsipersist() local
482 &id->alloc_len, error_str, error_str_len); in scsipersist()
484 warnx("%s", error_str); in scsipersist()
/freebsd-14.2/sbin/ifconfig/
H A Daf_inet.c373 if (e.error_str != NULL) in in_delete_first_nl()
374 warnx("%s(): %s", __func__, e.error_str); in in_delete_first_nl()
393 if (e.error_str != NULL) in in_delete_first_nl()
394 warnx("%s(): %s", __func__, e.error_str); in in_delete_first_nl()
434 if (e.error_str != NULL) in in_exec_nl()
435 warnx("%s(): %s", __func__, e.error_str); in in_exec_nl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp120 const char *error_str = nullptr; in LoadUserSubcommand() local
122 error_str = "sub-command already exists"; in LoadUserSubcommand()
124 error_str = "can't replace a builtin subcommand"; in LoadUserSubcommand()
126 if (error_str) { in LoadUserSubcommand()
127 return llvm::createStringError(llvm::inconvertibleErrorCode(), error_str); in LoadUserSubcommand()
/freebsd-14.2/usr.sbin/arp/
H A Darp_netlink.c366 if (e.error_str != NULL) in delete_nl()
367 xo_warnx("delete %s: %s (%s)", host, strerror(e.error), e.error_str); in delete_nl()
431 if (e.error_str != NULL) in set_nl()
432 xo_warnx("set: %s: %s (%s)", host, strerror(e.error), e.error_str); in set_nl()
/freebsd-14.2/usr.sbin/ndp/
H A Dndp_netlink.c442 if (e.error_str != NULL) in delete_nl()
443 xo_warnx("delete %s: %s (%s)", host, strerror(e.error), e.error_str); in delete_nl()
514 if (e.error_str != NULL) in set_nl()
515 xo_warnx("set: %s: %s (%s)", host, strerror(e.error), e.error_str); in set_nl()
/freebsd-14.2/sys/sys/
H A Dmtio.h226 char error_str[128]; member
272 char error_str[128]; member
/freebsd-14.2/tests/sys/netlink/
H A Dtest_snl.c129 ATF_CHECK(e.error_str != NULL); in ATF_TC_BODY()
169 ATF_CHECK(e.error_str != NULL); in ATF_TC_BODY()
/freebsd-14.2/sys/dev/tws/
H A Dtws_services.h112 char *error_str; member
/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
98 return error_str.find("<eof>") == std::string::npos; in IOHandlerIsInputComplete()
/freebsd-14.2/usr.sbin/ctladm/
H A Dctladm.c621 warnx("error: %s", req.error_str); in cctl_port()
625 warnx("warning: %s", req.error_str); in cctl_port()
2547 warnx("LUN creation error: %s", req.error_str); in cctl_create_lun()
2551 warnx("LUN creation warning: %s", req.error_str); in cctl_create_lun()
2658 warnx("LUN removal error: %s", req.error_str); in cctl_rm_lun()
2662 warnx("LUN removal warning: %s", req.error_str); in cctl_rm_lun()
2778 warnx("LUN modification error: %s", req.error_str); in cctl_modify_lun()
3011 __func__, req.error_str); in cctl_islist()
3141 __func__, req.error_str); in cctl_islogout()
3434 __func__, list.error_str); in cctl_devlist()
[all …]

12