Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c120 lp->w_off = 0;
437 if ((ret = __os_seek(dblp->lfd, 0, 0, lp->w_off, 0, SEEK_SET)) != 0 ||
446 lp->w_off += len;
H A Dlog_get.c181 if (nlsn.file == lp->lsn.file && nlsn.offset >= lp->w_off) {
183 p = lp->buf + (nlsn.offset - lp->w_off);
H A Dlog.c239 lp->w_off = lp->lsn.offset;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h164 u_int32_t w_off; /* Current write offset in the file. */ member
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c940 off_t nrd, nwr, n, r_off = 0, w_off = 0; in backend_do_copy() local
967 "at offset %d: %s\n", dst, w_off, in backend_do_copy()
974 w_off += n; in backend_do_copy()
980 *sz = w_off; in backend_do_copy()