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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c212 lbp->next_rec = 0;
214 lbp->next_rec = lbp->mmap_addr;
245 lbp->next_rec += lbp->bh.bh_offset;
252 * setting up the value of next_rec.
254 if (lbp->mmap_addr == (intptr_t)MAP_FAILED && lbp->next_rec != 0) {
255 (void) lseek(lbp->fd, lbp->next_rec, SEEK_SET);
257 lbp->last_record_offset = lbp->next_rec;
259 lbp->last_record_offset = lbp->next_rec - lbp->mmap_addr;
370 offset_t next_rec; local
387 if (lbp->filesize <= lbp->next_rec
[all...]
H A Dnfslogd.h122 u_offset_t next_rec; /* address of next record */ member in struct:nfslog_buf
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h243 struct au_buff *next_rec; member in struct:au_buff

Completed in 87 milliseconds