Lines Matching refs:path_str
733 char path_str[64]; in ctl_io_sbuf() local
735 ctl_scsi_path_string(io, path_str, sizeof(path_str)); in ctl_io_sbuf()
739 sbuf_cat(sb, path_str); in ctl_io_sbuf()
746 sbuf_cat(sb, path_str); in ctl_io_sbuf()
773 char path_str[64]; in ctl_io_error_sbuf() local
788 ctl_scsi_path_string(io, path_str, sizeof(path_str)); in ctl_io_error_sbuf()
790 sbuf_cat(sb, path_str); in ctl_io_error_sbuf()
799 sbuf_cat(sb, path_str); in ctl_io_error_sbuf()
855 char path_str[64]; in ctl_data_print() local
865 ctl_scsi_path_string(io, path_str, sizeof(path_str)); in ctl_data_print()
869 sbuf_cat(&sb, path_str); in ctl_data_print()