Searched refs:w_off (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log_put.c | 120 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 D | log_get.c | 181 if (nlsn.file == lp->lsn.file && nlsn.offset >= lp->w_off) { 183 p = lp->buf + (nlsn.offset - lp->w_off);
|
H A D | log.c | 239 lp->w_off = lp->lsn.offset;
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | log.h | 164 u_int32_t w_off; /* Current write offset in the file. */ member
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | backend.c | 940 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()
|