Lines Matching refs:seq_printf
47 seq_printf(m, "TapeNo\tBusID CuType/Model\t" in tape_proc_show()
54 seq_printf(m, "%d\t", (int) n); in tape_proc_show()
55 seq_printf(m, "%-10.10s ", dev_name(&device->cdev->dev)); in tape_proc_show()
56 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
57 seq_printf(m, "%02X\t", device->cdev->id.cu_model); in tape_proc_show()
58 seq_printf(m, "%04X/", device->cdev->id.dev_type); in tape_proc_show()
59 seq_printf(m, "%02X\t\t", device->cdev->id.dev_model); in tape_proc_show()
61 seq_printf(m, "auto\t"); in tape_proc_show()
63 seq_printf(m, "%i\t", device->char_data.block_size); in tape_proc_show()
69 seq_printf(m, "%s\t", str); in tape_proc_show()
76 seq_printf(m, "%s\t", str); in tape_proc_show()
77 seq_printf(m, "%s\n", tape_med_st_verbose[device->medium_state]); in tape_proc_show()