Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c212 lbp->next_rec = 0; in nfslog_init_buf()
214 lbp->next_rec = lbp->mmap_addr; in nfslog_init_buf()
245 lbp->next_rec += lbp->bh.bh_offset; in nfslog_init_buf()
254 if (lbp->mmap_addr == (intptr_t)MAP_FAILED && lbp->next_rec != 0) { in nfslog_init_buf()
255 (void) lseek(lbp->fd, lbp->next_rec, SEEK_SET); in nfslog_init_buf()
257 lbp->last_record_offset = lbp->next_rec; in nfslog_init_buf()
259 lbp->last_record_offset = lbp->next_rec - lbp->mmap_addr; in nfslog_init_buf()
370 offset_t next_rec; in nfslog_read_buffer() local
387 if (lbp->filesize <= lbp->next_rec - lbp->mmap_addr) { in nfslog_read_buffer()
391 sizebuf = (char *)(uintptr_t)lbp->next_rec; in nfslog_read_buffer()
[all …]
H A Dnfslogd.h122 u_offset_t next_rec; /* address of next record */ member
/titanic_44/usr/src/uts/common/c2/
H A Daudit_io.c393 kctx->auk_queue.tail->next_rec = m; in au_enqueue()
432 l = l->next_rec; in au_dequeue()
436 lastl->next_rec = NULL; in au_dequeue()
449 l = m->next_rec; in au_dequeue()
690 cAR = cAR->next_rec; in au_doorio()
H A Daudit_kernel.h243 struct au_buff *next_rec; member
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_intr.c320 goto next_rec; in px_msiq_intr()
342 goto next_rec; in px_msiq_intr()
413 next_rec: in px_msiq_intr()