Searched refs:str_pos (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/virtpci/ |
D | virtpci.c | 1255 int *str_pos; member 1264 *p->str_pos += scnprintf(p->buf + *p->str_pos, *p->len - *p->str_pos, in print_vbus() 1273 int str_pos = 0; in info_debugfs_read() local 1285 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1287 printparam.str_pos = &str_pos; in info_debugfs_read() 1293 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1299 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1310 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1318 str_pos += scnprintf(vbuf + str_pos, in info_debugfs_read() 1319 len - str_pos, " chanptr:%p\n", in info_debugfs_read() [all …]
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 1216 int str_pos = 0; in info_debugfs_read() local 1234 str_pos += scnprintf(vbuf + str_pos, in info_debugfs_read() 1235 len - str_pos, "max_buff_len:%u\n", in info_debugfs_read() 1238 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1241 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1245 str_pos += scnprintf(vbuf + str_pos, in info_debugfs_read() 1246 len - str_pos, "\ninterrupts_notme = %llu,\n", in info_debugfs_read() 1250 str_pos += scnprintf(vbuf + str_pos, len - str_pos, in info_debugfs_read() 1254 str_pos += scnprintf(vbuf + str_pos, in info_debugfs_read() 1255 len - str_pos, "acquire_failed_cnt:%llu\n", in info_debugfs_read() [all …]
|