Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libipp/
H A Dlibipp.c701 size_t nextbuflen = 0; in dispatch() local
765 if ((nextbuflen = (size_t)rc) == 0) { in dispatch()
779 while (nextbuflen != 0) { in dispatch()
780 dbuflen = nextbuflen; in dispatch()
788 if (nextbuflen > thisbuflen) { in dispatch()
789 if ((dbuf = realloc(dbuf, nextbuflen)) == NULL) { in dispatch()
794 thisbuflen = nextbuflen; in dispatch()
819 nextbuflen = (size_t)rc; in dispatch()
820 DBG1(DBG_IO, "nextbuflen = %d\n", nextbuflen); in dispatch()
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c504 size_t nextbuflen; in ippctl_ioctl() local
537 rc = ippctl_cmd(cbuf, cbuflen, &nextbuflen); in ippctl_ioctl()
543 DBG1(DBG_CBOPS, "nextbuflen = %lu\n", nextbuflen); in ippctl_ioctl()
544 *rvalp = nextbuflen; in ippctl_ioctl()
561 if ((rc = ippctl_data(&dbuf, &dbuflen, &nextbuflen)) != 0) in ippctl_ioctl()
574 DBG1(DBG_CBOPS, "nextbuflen = %lu\n", nextbuflen); in ippctl_ioctl()
575 *rvalp = nextbuflen; in ippctl_ioctl()