Home
last modified time | relevance | path

Searched refs:rwindow (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/sys/arch/sparc64/sparc64/
H A Dvm_machdep.c102 struct rwindow *rp; in cpu_fork()
189 rp = (struct rwindow *)((u_long)npcb + TOPFRAMEOFF); in cpu_fork()
190 *rp = *(struct rwindow *)((u_long)opcb + TOPFRAMEOFF); in cpu_fork()
H A Dmachdep.c315 stack -= sizeof(struct rwindow); in setregs()
442 newsp = (vaddr_t)fp - sizeof(struct rwindow); in sendsig()
447 CPOUTREG(&(((struct rwindow *)newsp)->rw_in[6]), tf->tf_out[6])) { in sendsig()
H A Dtrap.c647 sizeof(struct rwindow))) in rwindow_save()
/openbsd-src/sys/arch/sparc64/include/
H A Dpcb.h142 struct rwindow pcb_rw[PCB_MAXWIN]; /* saved windows */
H A Dreg.h55 struct rwindow { struct
H A Dcpu.h154 struct rwindow ci_rw;
/openbsd-src/usr.bin/ssh/
H A Dserverloop.c581 u_int rchan = 0, rmaxpack = 0, rwindow = 0; in server_input_channel_open() local
585 (r = sshpkt_get_u32(ssh, &rwindow)) != 0 || in server_input_channel_open()
589 ctype, rchan, rwindow, rmaxpack); in server_input_channel_open()
604 c->remote_window = rwindow; in server_input_channel_open()
H A Dclientloop.c1680 int rchan, u_int rwindow, u_int rmaxpack) in client_request_forwarded_tcpip()
1719 (r = sshbuf_put_u32(b, rwindow)) != 0 || in client_request_forwarded_tcpip()
1883 u_int rmaxpack, rwindow; in client_input_channel_open()
1887 (r = sshpkt_get_u32(ssh, &rwindow)) != 0 || in client_input_channel_open()
1892 ctype, rchan, rwindow, rmaxpack); in client_input_channel_open()
1895 c = client_request_forwarded_tcpip(ssh, ctype, rchan, rwindow, in client_input_channel_open()
1910 c->remote_window = rwindow; in client_input_channel_open()
1679 client_request_forwarded_tcpip(struct ssh * ssh,const char * request_type,int rchan,u_int rwindow,u_int rmaxpack) client_request_forwarded_tcpip() argument
1882 u_int rmaxpack, rwindow; client_input_channel_open() local