Home
last modified time | relevance | path

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; in ibd_log_init()
8121 ibd_lbuf_ndx = 0; in ibd_log_fini()
8147 off = ibd_lbuf_ndx; /* current msg should go here */ 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()
8151 ibd_lbuf_ndx += msglen; /* place where next msg should start */ in ibd_log()
8152 ibd_lbuf[ibd_lbuf_ndx] = 0; /* current msg should terminate */ in ibd_log()
8154 if (ibd_lbuf_ndx >= (IBD_LOG_SZ - 2 * IBD_DMAX_LINE)) in ibd_log()
8155 ibd_lbuf_ndx = 0; in ibd_log()