| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | PseudoTerminal.cpp | 110 PseudoTerminal::OpenFirstAvailableMaster (int oflag, char *error_str, size_t error_len) in OpenFirstAvailableMaster() argument 112 if (error_str) in OpenFirstAvailableMaster() 113 error_str[0] = '\0'; in OpenFirstAvailableMaster() 119 if (error_str) in OpenFirstAvailableMaster() 120 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster() 127 if (error_str) in OpenFirstAvailableMaster() 128 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster() 136 if (error_str) in OpenFirstAvailableMaster() 137 ::strerror_r (errno, error_str, error_len); in OpenFirstAvailableMaster() 157 PseudoTerminal::OpenSlave (int oflag, char *error_str, size_t error_len) in OpenSlave() argument [all …]
|
| /NextBSD/contrib/ofed/libsdp/src/ |
| HD | port.c | 2410 char *config_file, *error_str; in __sdp_init() local 2456 if (NULL != (error_str = dlerror())) { in __sdp_init() 2457 fprintf(stderr, "%s\n", error_str); in __sdp_init() 2461 if (NULL != (error_str = dlerror())) { in __sdp_init() 2462 fprintf(stderr, "%s\n", error_str); in __sdp_init() 2466 if (NULL != (error_str = dlerror())) { in __sdp_init() 2467 fprintf(stderr, "%s\n", error_str); in __sdp_init() 2471 if (NULL != (error_str = dlerror())) { in __sdp_init() 2472 fprintf(stderr, "%s\n", error_str); in __sdp_init() 2476 if (NULL != (error_str = dlerror())) { in __sdp_init() [all …]
|
| /NextBSD/sys/cam/ctl/ |
| HD | ctl_frontend_iscsi.c | 1465 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff() 1472 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff() 1486 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff() 1498 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_handoff() 1542 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() 1631 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_list() 1676 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_list() 1711 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_logout() 1729 snprintf(ci->error_str, sizeof(ci->error_str), in cfiscsi_ioctl_logout() [all …]
|
| HD | ctl_backend_ramdisk.c | 387 snprintf(lun_req->error_str, sizeof(lun_req->error_str), in ctl_backend_ramdisk_ioctl() 417 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm() 425 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm() 445 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm() 536 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create() 615 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create() 640 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create() 663 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create() 712 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_modify() 743 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_modify()
|
| HD | ctl_backend_block.c | 1797 snprintf(lun_req->error_str, sizeof(lun_req->error_str), in ctl_be_block_ioctl() 1837 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file() 1902 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file() 1948 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev() 1957 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev() 1975 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev() 1983 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev() 1996 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev() 2006 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev() 2131 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open() [all …]
|
| HD | ctl_ioctl.h | 474 char error_str[CTL_ERROR_STR_LEN]; member 528 char error_str[CTL_ERROR_STR_LEN]; member 567 char error_str[CTL_ERROR_STR_LEN]; member 750 char error_str[CTL_ERROR_STR_LEN]; member
|
| HD | ctl.c | 1770 __func__, ireq.status, ireq.error_str); in ctl_ha_role_sysctl() 2373 ctl_copyin_alloc(void *user_addr, int len, char *error_str, in ctl_copyin_alloc() argument 2381 snprintf(error_str, error_str_len, "Error copying %d bytes " in ctl_copyin_alloc() 2409 char *error_str, size_t error_str_len) in ctl_copyin_args() argument 2415 error_str, error_str_len); in ctl_copyin_args() 2429 args[i].namelen, error_str, error_str_len); in ctl_copyin_args() 2434 snprintf(error_str, error_str_len, "Argument %d " in ctl_copyin_args() 2441 args[i].vallen, error_str, error_str_len); in ctl_copyin_args() 2446 snprintf(error_str, error_str_len, "Argument " in ctl_copyin_args() 2965 snprintf(lun_req->error_str, in ctl_ioctl() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| HD | PseudoTerminal.h | 96 Fork (char *error_str, size_t error_len); 153 GetSlaveName (char *error_str, size_t error_len) const; 186 OpenFirstAvailableMaster (int oflag, char *error_str, size_t error_len); 219 OpenSlave (int oflag, char *error_str, size_t error_len);
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_all.c | 5906 char *error_str, int error_str_len) in scsi_parse_transportid_64bit() argument 5917 if (error_str != NULL) { in scsi_parse_transportid_64bit() 5918 snprintf(error_str, error_str_len, "%s: error " in scsi_parse_transportid_64bit() 5937 if (error_str != NULL) { in scsi_parse_transportid_64bit() 5938 snprintf(error_str, error_str_len, "%s: unsupoprted " in scsi_parse_transportid_64bit() 5951 if (error_str != NULL) { in scsi_parse_transportid_64bit() 5952 snprintf(error_str, error_str_len, "%s: unable to " in scsi_parse_transportid_64bit() 6007 char *error_str, int error_str_len) in scsi_parse_transportid_spi() argument 6018 if (error_str != NULL) { in scsi_parse_transportid_spi() 6019 snprintf(error_str, error_str_len, in scsi_parse_transportid_spi() [all …]
|
| HD | scsi_sa.c | 1024 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili() 1030 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili() 1040 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili() 1055 snprintf(ps->error_str, sizeof(ps->error_str), in sasetsili() 1084 snprintf(ps->error_str, sizeof(ps->error_str), in saseteotwarn() 1091 snprintf(ps->error_str, sizeof(ps->error_str), in saseteotwarn() 1199 snprintf(ps[0].error_str, sizeof(ps[0].error_str), in sasetprotents() 1212 snprintf(ps[0].error_str, sizeof(ps[0].error_str), in sasetprotents() 1242 snprintf(ps[i].error_str, sizeof(ps[i].error_str), in sasetprotents() 1250 snprintf(ps[i].error_str, sizeof(ps[i].error_str), in sasetprotents() [all …]
|
| HD | scsi_all.h | 1228 uint32_t output_flags, char *error_str, 1231 uint32_t alloc_len, uint32_t flags, char *error_str, 3684 char *error_str, int error_str_len); 3692 char *error_str, int error_str_len); 3700 char *error_str, int error_str_len); 3708 char *error_str,int error_str_len); 3716 char *error_str,int error_str_len); 3724 char *error_str, int error_str_len); 3730 uint32_t output_flags, char *error_str, 3736 uint32_t output_flags, char *error_str, [all …]
|
| /NextBSD/lib/libmt/ |
| HD | mtlib.c | 74 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()
|
| HD | mtlib.h | 72 char error_str[128]; member
|
| /NextBSD/usr.sbin/ctld/ |
| HD | kernel.c | 434 list.error_str); in conf_new_from_kernel() 483 list.error_str); in conf_new_from_kernel() 747 log_warnx("LUN creation error: %s", req.error_str); in kernel_lun_add() 750 log_warnx("LUN creation warning: %s", req.error_str); in kernel_lun_add() 809 log_warnx("LUN modification error: %s", req.error_str); in kernel_lun_modify() 812 log_warnx("LUN modification warning: %s", req.error_str); in kernel_lun_modify() 844 log_warnx("LUN removal error: %s", req.error_str); in kernel_lun_remove() 847 log_warnx("LUN removal warning: %s", req.error_str); in kernel_lun_remove() 912 "%s; dropping connection", req.error_str); in kernel_handoff() 936 "%s; dropping connection", req.error_str); in kernel_limits() [all …]
|
| /NextBSD/usr.sbin/nscd/ |
| HD | nscd.c | 599 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()
|
| HD | parser.c | 371 const char *fname, char const **error_str, int *error_line) in parse_config_file() argument 514 *error_str = "syntax error"; in parse_config_file()
|
| /NextBSD/sbin/camcontrol/ |
| HD | attrib.c | 376 char error_str[512]; in scsiattrib() local 413 /*prefer_user_table*/ 0, output_format, error_str, in scsiattrib() 414 sizeof(error_str)); in scsiattrib() 416 warnx("%s: %s", __func__, error_str); in scsiattrib()
|
| HD | persist.c | 463 char error_str[error_str_len]; in scsipersist() local 484 &id->alloc_len, error_str, error_str_len); in scsipersist() 486 warnx("%s", error_str); in scsipersist()
|
| /NextBSD/sys/sys/ |
| HD | mtio.h | 225 char error_str[128]; member 272 char error_str[128]; member
|
| /NextBSD/sys/dev/tws/ |
| HD | tws_services.h | 114 char *error_str; member
|
| HD | tws_services.c | 135 array[index].error_str, in tws_log()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 542 std::string error_str; in LaunchProcess() local 543 if (m_gdb_client.GetLaunchSuccess (error_str)) in LaunchProcess() 561 error.SetErrorString (error_str.c_str()); in LaunchProcess()
|
| /NextBSD/usr.sbin/ctladm/ |
| HD | ctladm.c | 2460 warnx("LUN creation error: %s", req.error_str); in cctl_create_lun() 2464 warnx("LUN creation warning: %s", req.error_str); in cctl_create_lun() 2610 warnx("LUN removal error: %s", req.error_str); in cctl_rm_lun() 2614 warnx("LUN removal warning: %s", req.error_str); in cctl_rm_lun() 2768 warnx("LUN modification error: %s", req.error_str); in cctl_modify_lun() 2772 warnx("LUN modification warning: %s", req.error_str); in cctl_modify_lun() 2989 __func__, req.error_str); in cctl_islist() 3116 __func__, req.error_str); in cctl_islogout() 3189 "termination request:\n%s", __func__, req.error_str); in cctl_isterminate() 3410 __func__, list.error_str); in cctl_devlist() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemote.cpp | 1010 std::string error_str; in DoLaunch() local 1011 if (m_gdb_comm.GetLaunchSuccess (error_str)) in DoLaunch() 1017 error.SetErrorString (error_str.c_str()); in DoLaunch() 3511 char error_str[1024]; in MonitorDebugserverProcess() local 3516 …::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with signal %s", signal_cst… in MonitorDebugserverProcess() 3518 … ::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with signal %i", signo); in MonitorDebugserverProcess() 3522 …::snprintf (error_str, sizeof (error_str), DEBUGSERVER_BASENAME " died with an exit status of 0x%8… in MonitorDebugserverProcess() 3525 process->SetExitStatus (-1, error_str); in MonitorDebugserverProcess()
|
| /NextBSD/usr.bin/mt/ |
| HD | mt.c | 1034 warnx("%s", status_data.error_str); in mt_xml_cmd() 1123 param_set.error_str); in mt_set_param() 1320 warnx("%s", params[i].error_str); in mt_protect()
|