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

12

/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c147 } __packed __aligned(4) wbuf;
152 if (len > sizeof(wbuf.space))
153 len = sizeof(wbuf.space);
155 wbuf.t.th_opcode = htons((u_short) ERROR);
156 wbuf.t.th_code = htons(errcode);
158 wtail = wbuf.t.th_msg;
163 sendudp(h->iodesc, &wbuf.t, wtail - (char *) &wbuf.t);
172 } __packed __aligned(4) wbuf;
175 wbuf
[all...]
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/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/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/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/lib/libbc/libc/sys/common/
H A Ducontext.h52 struct rwindow wbuf[SPARC_MAXREGWINDOW]; member in struct:gwindows
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.s60 ! spill the window into wbuf slot 0
61 ! (we know wbuf is empty since we came from user mode)
100 ! We handle it by spilling the window to the wbuf and trying
103 ! spill the window into wbuf slot 0
104 ! (we know wbuf is empty since we came from user mode)
129 ! We handle it by spilling the window into the user's wbuf.
139 ! use previous wbcnt to spill new spbuf & wbuf
156 ! We handle it by spilling the window to the wbuf and retrying
171 ! use previous wbcnt to spill new spbuf & wbuf
196 ! spill the window into wbuf slo
[all...]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.s59 ! spill the window into wbuf slot 0
60 ! (we know wbuf is empty since we came from user mode)
99 ! We handle it by spilling the window to the wbuf and trying
102 ! spill the window into wbuf slot 0
103 ! (we know wbuf is empty since we came from user mode)
127 ! We handle it by spilling the window into the user's wbuf.
137 ! use previous wbcnt to spill new spbuf & wbuf
154 ! We handle it by spilling the window to the wbuf and retrying
168 ! use previous wbcnt to spill new spbuf & wbuf
193 ! spill the window into wbuf slo
[all...]
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c92 sc.sc_wbuf[i][j] = ucp->uc_mcontext.gwins->wbuf[i].rw_local[j];
94 sc.sc_wbuf[i][j+8] = ucp->uc_mcontext.gwins->wbuf[i].rw_in[j];
134 ucp->uc_mcontext.gwins->wbuf[i].rw_local[j] = sc.sc_wbuf[i][j];
136 ucp->uc_mcontext.gwins->wbuf[i].rw_in[j] = sc.sc_wbuf[i][j+8];
/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/cmd/mail/
H A Dcopylet.c76 char wbuf[LSIZE]; local
202 sprintf(wbuf, "%d", affcnt);
205 + strlen(wbuf) + 2);
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c175 ucp->uc_mcontext.gwins->wbuf[i].rw_local[j];
178 ucp->uc_mcontext.gwins->wbuf[i].rw_in[j];
304 ucp->uc_mcontext.gwins->wbuf[i].rw_local[j] =
307 ucp->uc_mcontext.gwins->wbuf[i].rw_in[j] =
/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/cmd/sendmail/libsm/
H A DMakefile47 vfprintf.o vfscanf.o vprintf.o vsnprintf.o wbuf.o wsetup.o xtrap.o
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c170 &gwin.wbuf[i],
208 (void) memcpy(rwp, &gwin->wbuf[i],
/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/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/uts/sparc/v9/os/
H A Dv9dep.c501 bcopy(&gwins->wbuf[i], rwp, sizeof (struct rwindow));
503 rwindow_nto32(&gwins->wbuf[i], rwp);
536 rwindow_32ton(&gwins->wbuf[i], rwp);
538 bcopy(&gwins->wbuf[i], rwp, sizeof (struct rwindow32));
574 bcopy(rwp, &gwp->wbuf[i], sizeof (struct rwindow));
576 rwindow_32ton(rwp, &gwp->wbuf[i]);
607 rwindow_nto32(rwp, &gwp->wbuf[i]);
609 bcopy(rwp, &gwp->wbuf[i], sizeof (struct rwindow32));
714 } /* while there are windows in the wbuf */
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c218 &gwin.wbuf[i],
256 (void) memcpy(rwp, &gwin->wbuf[i],
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c76 char wbuf[BUFSIZ]; local
108 wptr = wbuf;
/illumos-gate/usr/src/cmd/sendmail/src/
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/uts/sun4u/montecarlo/io/
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

Completed in 2463 milliseconds

12