Searched defs:wbuf (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfwr.c38 { reg char *sp, *wbuf, *endbuf; local
42 wbuf = buf;
88 if(buf > wbuf)
93 if((wr = syswritef(f->file,wbuf,buf-wbuf)) > 0)
97 if(wr != (buf-wbuf))
99 wbuf = buf;
109 wbuf = (buf += s);
/illumos-gate/usr/src/boot/lib/libstand/
H A Drarp.c74 } wbuf; local
96 bzero((char*)&wbuf.data, sizeof(wbuf.data));
97 ap = &wbuf.data.arp;
107 rarpsend, &wbuf.data, sizeof(wbuf.data),
H A Darp.c85 } wbuf; local
110 bzero((char*)&wbuf.data, sizeof(wbuf.data));
111 ah = &wbuf.data.arp;
126 arpsend, &wbuf.data, sizeof(wbuf.data),
H A Dbootp.c104 } wbuf; local
126 bp = &wbuf.wbootp;
/illumos-gate/usr/src/cmd/mail/
H A Dcopylet.c76 char wbuf[LSIZE]; local
202 sprintf(wbuf, "%d", affcnt);
205 + strlen(wbuf) + 2);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c76 char wbuf[BUFSIZ]; local
108 wptr = wbuf;
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h52 struct rwindow wbuf[SPARC_MAXREGWINDOW]; member in struct:gwindows
/illumos-gate/usr/src/uts/sparc/sys/
H A Dregset.h134 struct rwindow wbuf[SPARC_MAXREGWINDOW]; member in struct:_gwindows
142 struct rwindow32 wbuf[SPARC_MAXREGWINDOW]; member in struct:gwindows32
148 struct rwindow64 wbuf[SPARC_MAXREGWINDOW]; member in struct:gwindows64
/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c141 static tchar *wbuf = NULL; local
150 wbuf = xrealloc(wbuf, (wbufsiz+1) * sizeof (tchar)); \
157 if (wbuf == NULL)
158 wbuf = xalloc((wbufsiz+1) * sizeof (tchar));
172 wbuf[wp] = 0;
181 wbuf[wp++] = c;
208 wbuf[wp++] = c == '`' ? '`' : c | QUOTE;
213 wbuf[wp++] = c | QUOTE;
218 wbuf[w
343 tchar wbuf[BUFSIZ + MB_LEN_MAX]; /* read_ may return extra bytes */ local
[all...]
H A Dsh.lex.c195 tchar wbuf[BUFSIZ]; local
202 wp = wbuf;
302 wp = &wbuf[1];
309 tprintf("word() returning:%t\n", wbuf);
311 return (savestr(wbuf));
754 tchar wbuf[BUFSIZ]; local
776 wp = wbuf;
814 return (savestr(wbuf));
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c64 tchar *wbuf; variable
67 tchar wbuf[BLK]; variable
505 wbuf = &corebuf[woff]; /* INCORE only */
509 wbuf[wbfi++] = i;
540 write(ibf, (char *)wbuf, wbfi * sizeof(tchar));
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c164 * there might be windows still in the wbuf due to unmapped
187 caddr_t wbuf; local
192 * remember child's fp and wbuf since they will get erased during
196 wbuf = mpcb->mpcb_wbuf;
215 kmem_cache_free(wbuf32_cache, wbuf);
216 wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP);
219 kmem_cache_free(wbuf64_cache, wbuf);
220 wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP);
226 mpcb->mpcb_wbuf = wbuf;
227 mpcb->mpcb_wbuf_pa = va_to_pa(wbuf);
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c876 uchar_t *wbuf; local
893 wbuf = i2ctp->i2c_wbuf;
898 i2ctp->i2c_wbuf = wbuf;
932 * so that we have the wbuf and rbuf addresses in it.
H A Dpcf8591_nct.c403 uchar_t *wbuf; local
420 wbuf = i2ctp->i2c_wbuf;
425 i2ctp->i2c_wbuf = wbuf;
460 * so that we have the wbuf and rbuf addresses in it.
680 * Restore the lengths of the rbuf and wbuf, which was originally
681 * allocated so that the appropriate amount of rbuf and wbuf are
H A Dscsb.c3943 uchar_t wbuf[SCTRL_MAX_GROUP_NUMREGS]; local
3946 wbuf[i] = 0xff;
3950 SCTRL_INTR_NUMREGS, wbuf, 1)) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c229 smb_wchar_t *wbuf = NULL; local
292 wbuf = kmem_alloc((SMB_PI_MAX_HOST * sizeof (smb_wchar_t)), KM_SLEEP);
293 (void) oemtoucs(wbuf, client_name, SMB_PI_MAX_HOST, OEM_CPG_850);
294 (void) smb_wcstombs(session->workstation, wbuf, SMB_PI_MAX_HOST);
295 kmem_free(wbuf, (SMB_PI_MAX_HOST * sizeof (smb_wchar_t)));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c3164 char wbuf[MAXLINE]; local
3166 p = wbuf;
3170 SPACELEFT(wbuf, p),
3175 (void) sm_snprintf(p, SPACELEFT(wbuf, p),
3178 checkfd012(wbuf);
H A Ddeliver.c884 char wbuf[MAXNAME + 20]; local
886 (void) sm_snprintf(wbuf, sizeof(wbuf), "sendall(%.*s)",
888 checkfd012(wbuf);
1887 char wbuf[MAXLINE]; local
1890 (void) sm_snprintf(wbuf, sizeof(wbuf), "%s... openmailer(%s)",
1893 checkfd012(wbuf);
3632 char wbuf[MAXLINE]; local
3635 (void) sm_snprintf(wbuf, sizeo
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1370 char *wbuf, *pp, *tp; local
1457 if ((wbuf = get_write_buffer(size, &actual_size, TRUE,
1461 (void) memcpy(wbuf, pp, (actual_size < size) ?
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c751 struct buf *wbuf; local
756 wbuf = &(info->bufs[count]);
758 DTRACE_PROBE1(hsfs_io_wait_ra, struct buf *, wbuf);
766 DTRACE_PROBE1(hsfs_io_done_ra, struct buf *, wbuf);
1444 struct buf *wbuf; local
1452 wbuf = &bufs[count];
1453 DTRACE_PROBE1(hsfs_io_wait, struct buf *, wbuf);
1468 DTRACE_PROBE1(hsfs_io_done, struct buf *, wbuf);
1471 err = geterror(wbuf);
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c635 _sd_buf_handle_t *wbuf, *rbuf; member in struct:io_type
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c2238 smb_wchar_t wbuf[SMB_PI_MAX_HOST]; local
2281 (void) smb_mbstowcs(wbuf,
2285 if (ucstooem(name, wbuf,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c257 zil_read_log_data(zilog_t *zilog, const lr_write_t *lr, void *wbuf) argument
267 if (wbuf != NULL)
268 bzero(wbuf, MAX(BP_GET_LSIZE(bp), lr->lr_length));
282 if (wbuf != NULL)
283 bcopy(abuf->b_data, wbuf, arc_buf_size(abuf));
H A Dzio.c975 void *wbuf = zio_buf_alloc(size); local
976 bcopy(data, wbuf, size);
977 zio_push_transform(zio, wbuf, size, size, NULL);
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1327 char rbuf[6], wbuf[6], cbuf[6]; local
1357 zfs_nicenum(vs->vs_write_errors, wbuf, sizeof (wbuf));
1359 (void) printf(" %5s %5s %5s", rbuf, wbuf, cbuf);

Completed in 126 milliseconds