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

/opensolaris-onvv-gate/usr/src/lib/libipp/
H A Dlibipp.c708 size_t nextbuflen = 0; local
772 if ((nextbuflen = (size_t)rc) == 0) {
786 while (nextbuflen != 0) {
787 dbuflen = nextbuflen;
795 if (nextbuflen > thisbuflen) {
796 if ((dbuf = realloc(dbuf, nextbuflen)) == NULL) {
801 thisbuflen = nextbuflen;
826 nextbuflen = (size_t)rc;
827 DBG1(DBG_IO, "nextbuflen = %d\n", nextbuflen);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/ipp/
H A Dippctl.c505 size_t nextbuflen; local
538 rc = ippctl_cmd(cbuf, cbuflen, &nextbuflen);
544 DBG1(DBG_CBOPS, "nextbuflen = %lu\n", nextbuflen);
545 *rvalp = nextbuflen;
562 if ((rc = ippctl_data(&dbuf, &dbuflen, &nextbuflen)) != 0)
575 DBG1(DBG_CBOPS, "nextbuflen = %lu\n", nextbuflen);
576 *rvalp = nextbuflen;

Completed in 99 milliseconds