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()
748 sbuf_cat(sb, path_str); in ctl_io_sbuf()
775 char path_str[64]; in ctl_io_error_sbuf() local
790 ctl_scsi_path_string(io, path_str, sizeof(path_str)); in ctl_io_error_sbuf()
792 sbuf_cat(sb, path_str); in ctl_io_error_sbuf()
801 sbuf_cat(sb, path_str); in ctl_io_error_sbuf()
857 char path_str[64]; in ctl_data_print() local
867 ctl_scsi_path_string(io, path_str, sizeof(path_str)); in ctl_data_print()
871 sbuf_cat(&sb, path_str); in ctl_data_print()