Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cam/ctl/
Dctl_backend_block.c1169 snprintf(lun_req->error_str, sizeof(lun_req->error_str), in ctl_be_block_ioctl()
1202 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file()
1217 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file()
1260 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_file()
1290 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
1299 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
1309 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
1332 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
1342 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
1353 snprintf(req->error_str, sizeof(req->error_str), in ctl_be_block_open_dev()
[all …]
Dctl_backend_ramdisk.c374 snprintf(lun_req->error_str, sizeof(lun_req->error_str), in ctl_backend_ramdisk_ioctl()
412 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm()
421 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm()
441 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_rm()
507 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
521 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
607 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
633 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_create()
677 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_modify()
684 snprintf(req->error_str, sizeof(req->error_str), in ctl_backend_ramdisk_modify()
[all …]
Dctl_ioctl.h533 char error_str[CTL_ERROR_STR_LEN]; member
587 char error_str[CTL_ERROR_STR_LEN]; member
Dctl.c2037 ctl_copyin_alloc(void *user_addr, int len, char *error_str, in ctl_copyin_alloc() argument
2045 snprintf(error_str, error_str_len, "Error copying %d bytes " in ctl_copyin_alloc()
2073 char *error_str, size_t error_str_len) in ctl_copyin_args() argument
2079 error_str, error_str_len); in ctl_copyin_args()
2093 args[i].namelen, error_str, error_str_len); in ctl_copyin_args()
2098 snprintf(error_str, error_str_len, "Argument %d " in ctl_copyin_args()
2106 args[i].vallen, error_str, error_str_len); in ctl_copyin_args()
2114 snprintf(error_str, error_str_len, "Argument %d " in ctl_copyin_args()
2957 snprintf(lun_req->error_str, in ctl_ioctl()
2958 sizeof(lun_req->error_str), in ctl_ioctl()
[all …]
/freebsd-9-stable/contrib/ofed/libsdp/src/
Dport.c2410 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 …]
/freebsd-9-stable/usr.sbin/nscd/
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()
Dparser.c339 const char *fname, char const **error_str, int *error_line) in parse_config_file() argument
470 *error_str = "syntax error"; in parse_config_file()
/freebsd-9-stable/usr.sbin/ctladm/
Dctladm.c1396 char error_str[256]; in cctl_hardstopstart() local
1417 cctl_cfi_mt_statusstr(hs_info.status, error_str, sizeof(error_str)); in cctl_hardstopstart()
1418 fprintf(stdout, "%s\n", error_str); in cctl_hardstopstart()
1432 char error_str[256]; in cctl_bbrread() local
1485 cctl_cfi_mt_statusstr(bbr_info.status, error_str, sizeof(error_str)); in cctl_bbrread()
1486 fprintf(stdout, "BBR Read Overall Status: %s\n", error_str); in cctl_bbrread()
1487 cctl_cfi_bbr_statusstr(bbr_info.bbr_status, error_str, in cctl_bbrread()
1488 sizeof(error_str)); in cctl_bbrread()
1489 fprintf(stdout, "BBR Read Status: %s\n", error_str); in cctl_bbrread()
3163 __func__, req.error_str); in cctl_create_lun()
[all …]
/freebsd-9-stable/sys/dev/tws/
Dtws_services.h114 char *error_str; member
Dtws_services.c135 array[index].error_str, in tws_log()