Home | History | Annotate | Download | only in qemu

Lines Matching full:sbuf

1197     struct strbuf sbuf;
1200 sbuf.maxlen = maxlen;
1201 sbuf.buf = (char *)buf;
1203 return getmsg(tapfd, NULL, &sbuf, &f) >= 0 ? sbuf.len : -1;