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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c271 uint32_t ibd_lbuf_ndx; variable
8111 ibd_lbuf_ndx = 0;
8121 ibd_lbuf_ndx = 0;
8147 off = ibd_lbuf_ndx; /* current msg should go here */
8148 if ((ibd_lbuf_ndx) && (ibd_lbuf[ibd_lbuf_ndx-1] != '\n'))
8149 ibd_lbuf[ibd_lbuf_ndx-1] = '\n';
8151 ibd_lbuf_ndx += msglen; /* place where next msg should start */
8152 ibd_lbuf[ibd_lbuf_ndx] = 0; /* current msg should terminate */
8154 if (ibd_lbuf_ndx >
[all...]

Completed in 73 milliseconds