Searched refs:rwindow (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/sparc/include/
H A Dpcb.h106 struct rwindow pcb_rw[PCB_MAXWIN]; /* saved windows */
H A Dreg.h70 struct rwindow { struct
/netbsd-current/sys/arch/sparc64/include/
H A Dreg.h224 #define rwindow rwindow64 macro
230 #define rwindow rwindow32 macro
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dvm_machdep.c152 #undef rwindow macro
153 #define rwindow rwindow32 macro
187 struct rwindow *rp;
267 rp = (struct rwindow *)((u_long)npcb + TOPFRAMEOFF);
268 *rp = *(struct rwindow *)((u_long)opcb + TOPFRAMEOFF);
H A Dcompat_16_machdep.c91 struct rwindow *newsp;
93 struct rwindow tmpwin;
164 newsp = (struct rwindow *)((vaddr_t)fp - sizeof(struct rwindow));
169 fp, &(((struct rwindow *)newsp)->rw_in[6]),
176 CPOUTREG(&(((struct rwindow *)newsp)->rw_in[6]), tf->tf_out[6]));
H A Dmachdep.c289 stack -= sizeof(struct rwindow);
452 struct rwindow *newsp;
478 newsp = (struct rwindow *)((u_long)fp - CCFSZ);
/netbsd-current/sys/arch/sparc/sparc/
H A Dsunos_machdep.c139 newsp = (int)fp - sizeof(struct rwindow);
142 ustore_int((u_int *)&((struct rwindow *)newsp)->rw_in[6], oldsp));
H A Dcompat_16_machdep.c192 newsp = (int)fp - sizeof(struct rwindow);
195 ustore_int((u_int *)&((struct rwindow *)newsp)->rw_in[6], oldsp));
H A Dvm_machdep.c195 struct rwindow *rp;
277 rp = (struct rwindow *)((u_int)npcb + TOPFRAMEOFF);
278 /**rp = *(struct rwindow *)((u_int)opcb + TOPFRAMEOFF);*/
H A Dtrap.c491 copyin((void *)(src), (void *)(dst), sizeof(struct rwindow))
506 printf("cpu%d:%s[%d]: rwindow: pcb<-stack: 0x%x\n",
531 printf("cpu%d:%s[%d]: rwindow: T_WINUF 0: pcb<-stack: 0x%x\n",
542 printf("cpu%d:%s[%d]: rwindow: T_WINUF 1: pcb<-stack: 0x%x\n",
700 struct rwindow *rw = &pcb->pcb_rw[0];
712 printf("cpu%d:%s[%d]: rwindow: pcb->stack:",
H A Dmachdep.c393 stack -= sizeof(struct rwindow);
550 ustore_int((u_int *)&((struct rwindow *)newsp)->rw_in[6], oldsp));
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dserverloop.c650 u_int rchan = 0, rmaxpack = 0, rwindow = 0; local
654 (r = sshpkt_get_u32(ssh, &rwindow)) != 0 ||
658 ctype, rchan, rwindow, rmaxpack);
673 c->remote_window = rwindow;
H A Dclientloop.c1706 int rchan, u_int rwindow, u_int rmaxpack)
1745 (r = sshbuf_put_u32(b, rwindow)) != 0 ||
1925 u_int rmaxpack, rwindow; local
1929 (r = sshpkt_get_u32(ssh, &rwindow)) != 0 ||
1934 ctype, rchan, rwindow, rmaxpack);
1937 c = client_request_forwarded_tcpip(ssh, ctype, rchan, rwindow,
1952 c->remote_window = rwindow;
1705 client_request_forwarded_tcpip(struct ssh *ssh, const char *request_type, int rchan, u_int rwindow, u_int rmaxpack) argument

Completed in 142 milliseconds