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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c78 char ncbuf[9]; member in struct:__anon3486
371 strcpy(attr->ncbuf, "00000001");
372 attr->ncount = attr->ncbuf;
374 } else if (attr->ncount == attr->ncbuf) {
376 scan = attr->ncbuf + 7;
377 while (scan >= attr->ncbuf) {
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c398 int ncbuf; /* number of bufs for compression */ member in struct:dumpcfg
577 cpend = &old->cbuf[old->ncbuf];
581 kmem_free(old->cbuf, old->ncbuf * sizeof (cbuf_t));
621 new->ncbuf = 1;
624 new->ncbuf = NCBUF_PER_HELPER * new->nhelper;
653 new->cbuf = kmem_zalloc(new->ncbuf * sizeof (cbuf_t), KM_SLEEP);
654 cpend = &new->cbuf[new->ncbuf];
876 cbuf_t *endcp = &cfg->cbuf[cfg->ncbuf];
1041 * ncbuf to nhelper.
2856 for (cp = dumpcfg.cbuf; cp != &dumpcfg.cbuf[dumpcfg.ncbuf]; c
[all...]

Completed in 66 milliseconds