Searched defs:str_pos (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/unisys/virtpci/
H A Dvirtpci.c1413 int *str_pos; member in struct:print_vbus_info
1422 *p->str_pos += scnprintf(p->buf + *p->str_pos, *p->len - *p->str_pos,
1431 int str_pos = 0; local
1443 str_pos += scnprintf(vbuf + str_pos, len - str_pos,
1445 printparam.str_pos = &str_pos;
[all...]
/drivers/staging/unisys/virthba/
H A Dvirthba.c1375 int str_pos = 0; local
1393 str_pos += scnprintf(vbuf + str_pos,
1394 len - str_pos, "MaxBuffLen:%u\n", MaxBuffLen);
1396 str_pos += scnprintf(vbuf + str_pos, len - str_pos,
1399 str_pos += scnprintf(vbuf + str_pos, len - str_pos,
[all...]

Completed in 23 milliseconds