Home
last modified time | relevance | path

Searched refs: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); in ibd_log_init()
8119 if (ibd_lbuf) in ibd_log_fini()
8120 kmem_free(ibd_lbuf, IBD_LOG_SZ); in ibd_log_fini()
8122 ibd_lbuf = NULL; in ibd_log_fini()
8135 if (ibd_lbuf == NULL) in ibd_log()
8148 if ((ibd_lbuf_ndx) && (ibd_lbuf[ibd_lbuf_ndx-1] != '\n')) in ibd_log()
8149 ibd_lbuf[ibd_lbuf_ndx-1] = '\n'; in ibd_log()
8152 ibd_lbuf[ibd_lbuf_ndx] = 0; /* current msg should terminate */ in ibd_log()
8159 bcopy(tmpbuf, ibd_lbuf+off, msglen); /* no lock needed for this */ in ibd_log()