Home | History | Annotate | Download | only in qemu

Lines Matching full:sbuf

1069     struct strbuf sbuf;
1072 sbuf.maxlen = maxlen;
1073 sbuf.buf = (char *)buf;
1075 return getmsg(tapfd, NULL, &sbuf, &f) >= 0 ? sbuf.len : -1;