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

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c1547 * Scatter the data from the single linear buffer at pdatabuf->buf into
1551 _t_scatter(struct strbuf *pdatabuf, struct t_iovec *tiov, int tiovcount) argument
1559 * There cannot be any uncopied data leftover in pdatabuf
1562 assert(pdatabuf->len <= _t_bytecount_upto_intmax(tiov, tiovcount));
1563 curptr = pdatabuf->buf;
1564 nbytes_remaining = pdatabuf->len;

Completed in 17 milliseconds