Home
last modified time | relevance | path

Searched refs:bufferLength (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnic_cmn.h440 bufferLength:32; member
H A Dunm_nic_main.c1534 pdesc->bufferLength = rcv_desc->dma_size; in unm_post_rx_buffers()
1579 pdesc->bufferLength = rcv_desc->dma_size; in unm_post_rx_buffers_nodb()
/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c359 int bufferLength = ficlStackPopInteger(vm->dataStack); in ficlPrimitiveSprintf() local
452 if (desiredLength > bufferLength) { in ficlPrimitiveSprintf()
454 desiredLength = bufferLength; in ficlPrimitiveSprintf()
458 bufferLength--; in ficlPrimitiveSprintf()
463 bufferLength -= actualLength; in ficlPrimitiveSprintf()