Searched refs:pdatabuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c1542 * Scatter the data from the single linear buffer at pdatabuf->buf into
1546 _t_scatter(struct strbuf *pdatabuf, struct t_iovec *tiov, int tiovcount) argument
1554 * There cannot be any uncopied data leftover in pdatabuf
1557 assert(pdatabuf->len <= _t_bytecount_upto_intmax(tiov, tiovcount));
1558 curptr = pdatabuf->buf;
1559 nbytes_remaining = pdatabuf->len;

Completed in 45 milliseconds