Searched refs:str_pos (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 1401 int str_pos = 0; in info_debugfs_read() local 1425 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1430 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1432 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1435 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1438 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1441 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1444 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1447 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1450 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() [all …]
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 624 int str_pos = 0; in info_debugfs_read() local 642 str_pos += scnprintf(vbuf + str_pos, in info_debugfs_read() 643 len - str_pos, "max_buff_len:%u\n", in info_debugfs_read() 646 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 650 str_pos += scnprintf(vbuf + str_pos, in info_debugfs_read() 651 len - str_pos, "\ninterrupts_notme = %llu,\n", in info_debugfs_read() 655 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 659 str_pos += scnprintf(vbuf + str_pos, in info_debugfs_read() 660 len - str_pos, "acquire_failed_cnt:%llu\n", in info_debugfs_read() 662 str_pos += scnprintf(vbuf + str_pos, len - str_pos, "\n"); in info_debugfs_read() [all …]
|