Home
last modified time | relevance | path

Searched refs:cMB (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/c2/
H A Daudit_io.c623 token_t *cMB; /* current au_membuf being processed */ in au_doorio() local
663 cMB = cAR; /* start with first au_membuf of record */ in au_doorio()
668 while (cMB) { in au_doorio()
671 cp = memtod(cMB, unsigned char *); /* buffer ptr */ in au_doorio()
673 sz = (ssize_t)cMB->len - used; /* data left in au_membuf */ in au_doorio()
682 if (used >= (ssize_t)cMB->len) { in au_doorio()
685 cMB = cMB->next_buf; in au_doorio()
687 if (cMB == NULL) { in au_doorio()
691 cMB = cAR; in au_doorio()