Searched defs:wrote (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fput.c38 int wrote, ret; local
140 dbmfp->mfp, bhp, NULL, &wrote) != 0 || !wrote)
H A Dmp_region.c62 int nomore, restart, ret, wrote; local
131 * If we wrote the page, fall through and free the buffer. We
136 * wrote the buffer nor discarded the region lock, continue down
142 mfp, bhp, &restart, &wrote)) != 0)
154 if (wrote)
H A Dmp_sync.c42 int ar_cnt, nalloc, next, maxpin, ret, wrote; local
198 ret = __memp_bhwrite(dbmp, mfp, bharray[next], NULL, &wrote);
204 if (ret != 0 || !wrote) {
322 int ar_cnt, incomplete, nalloc, next, ret, wrote; local
400 ret = __memp_pgwrite(dbmfp, bharray[next], NULL, &wrote);
416 if (!wrote)
451 int ret, wrote; local
498 if ((ret = __memp_bhwrite(dbmp, mfp, bhp, NULL, &wrote)) != 0)
506 if (!wrote) {
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c286 int wrote = 0; local
313 wrote = snprintf(ret, size, "%s ",
316 wrote = snprintf(ret, size, "%lld ",
319 ret = ret + wrote;
320 size = size - wrote;
H A Dsdp.c49 wrote = snprintf(buf, len, "a=%s%c%s%s", \
53 wrote = snprintf(buf, len, "a=%s%s", (m_attr)-> \
56 len = len - wrote; \
57 buf = buf + wrote; \
65 wrote = snprintf(buf, len, "k=%s%c%s%s", \
69 wrote = snprintf(buf, len, "k=%s%s", (m_key)-> \
72 len = len - wrote; \
73 buf = buf + wrote; \
79 wrote = snprintf(buf, len, "b=%s%c%llu%s", (m_bw)-> \
81 len = len - wrote; \
964 int wrote = 0; local
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c1025 int wrote = 0; local
1028 while( amt>0 && (wrote = write(id->fd, pBuf, amt))>0 ){
1029 amt -= wrote;
1030 pBuf = &((char*)pBuf)[wrote];
1042 DWORD wrote; local
1045 while( amt>0 && (rc = WriteFile(id->h, pBuf, amt, &wrote, 0))!=0 && wrote>0 ){
1046 amt -= wrote;
1047 pBuf = &((char*)pBuf)[wrote];
1049 if( !rc || amt>(int)wrote ){
1056 int wrote = 0; local
[all...]
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c763 int wrote = 0; local
778 len = write(out_fd, ibuf + wrote, cc - wrote);
782 wrote += len;
783 } while (wrote < cc);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c6230 l2arc_write_interval(clock_t began, uint64_t wanted, uint64_t wrote) argument
6237 * how much we previously wrote - if it was more than half of
6240 if (l2arc_feed_again && wrote > (wanted / 2))
6910 uint64_t size, wrote; local
6982 wrote = l2arc_write_buffers(spa, dev, size);
6987 next = l2arc_write_interval(begin, size, wrote);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1903 BAM_DPRINTF(("%s: wrote file successfully: %s\n", fcn, path));
3067 int fd, wrote, error; local
3087 wrote = write(fd, nstat, sz);
3088 if (wrote != sz) {
9325 BAM_DPRINTF(("%s: wrote new global line: %s\n", fcn, lp->line));

Completed in 118 milliseconds