Lines Matching refs:path_str
735 char path_str[64]; in ctl_io_sbuf() local
737 ctl_scsi_path_string(io, path_str, sizeof(path_str)); in ctl_io_sbuf()
741 sbuf_cat(sb, path_str); in ctl_io_sbuf()
747 sbuf_cat(sb, path_str); in ctl_io_sbuf()
774 char path_str[64]; in ctl_io_error_sbuf() local
789 ctl_scsi_path_string(io, path_str, sizeof(path_str)); in ctl_io_error_sbuf()
791 sbuf_cat(sb, path_str); in ctl_io_error_sbuf()
800 sbuf_cat(sb, path_str); in ctl_io_error_sbuf()
856 char path_str[64]; in ctl_data_print() local
866 ctl_scsi_path_string(io, path_str, sizeof(path_str)); in ctl_data_print()
870 sbuf_cat(&sb, path_str); in ctl_data_print()