Searched defs:ibd_lbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c270 uint8_t *ibd_lbuf; variable
8110 ibd_lbuf = kmem_zalloc(IBD_LOG_SZ, KM_SLEEP);
8119 if (ibd_lbuf)
8120 kmem_free(ibd_lbuf, IBD_LOG_SZ);
8122 ibd_lbuf = NULL;
8135 if (ibd_lbuf == NULL)
8148 if ((ibd_lbuf_ndx) && (ibd_lbuf[ibd_lbuf_ndx-1] != '\n'))
8149 ibd_lbuf[ibd_lbuf_ndx-1] = '\n';
8152 ibd_lbuf[ibd_lbuf_ndx] = 0; /* current msg should terminate */
8159 bcopy(tmpbuf, ibd_lbuf
[all...]

Completed in 70 milliseconds