Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 25 of 2014) sorted by relevance

12345678910>>...81

/netbsd/sys/arch/x68k/dev/
H A Dite.c87 #define SUBR_INIT(ip) ip->isw->ite_init(ip) argument
88 #define SUBR_DEINIT(ip) ip->isw->ite_deinit(ip) argument
600 attrclr(ip, 0, 0, ip->rows, ip->cols); in ite_reset()
934 attrclr(ip, 0, 0, ip->rows, ip->cols); in alignment_display()
956 attrmov(ip, ip->cury, ip->curx + n, ip->cury, ip->curx, in ite_dnchar()
973 attrmov(ip, ip->cury, ip->curx, ip->cury, ip->curx + n, in ite_inchar()
1019 attrclr(ip, ip->cury, 0, ip->rows - ip->cury, ip->cols); in ite_clrtoeos()
1039 attrclr(ip, 0, 0, ip->rows, ip->cols); in ite_clrscreen()
1050 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) in ite_dnline()
1084 attrclr(ip, ip->cury, 0, n, ip->cols); in ite_inline()
[all …]
/netbsd/sys/arch/amiga/dev/
H A Dite.c88 #define SUBR_INIT(ip) (ip)->grf->g_iteinit(ip) argument
1027 attrclr(ip, 0, 0, ip->rows, ip->cols); in alignment_display()
1050 attrmov(ip, ip->cury, ip->curx + n, ip->cury, ip->curx, in ite_dnchar()
1066 attrmov(ip, ip->cury, ip->curx, ip->cury, ip->curx + n, in ite_inchar()
1113 SUBR_CLEAR(ip, ip->cury + 1, 0, ip->rows - 1 - ip->cury, ip->cols); in ite_clrtoeos()
1114 attrclr(ip, ip->cury, 0, ip->rows - ip->cury, ip->cols); in ite_clrtoeos()
1135 attrclr(ip, 0, 0, ip->rows, ip->cols); in ite_clrscreen()
1146 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) in ite_dnline()
1166 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) in ite_inline()
1177 attrclr(ip, ip->cury, 0, n, ip->cols); in ite_inline()
[all …]
H A Dite_ul.c184 i = (ip->font_hi - ip->font_lo + 1) * ip->ftheight; in ulowell_init()
200 ip->cols = ip->grf->g_display.gd_dwidth / ip->ftwidth; in ulowell_init()
201 ip->rows = ip->grf->g_display.gd_dheight / ip->ftheight; in ulowell_init()
204 ulowell_clear(ip, 0, 0, ip->rows, ip->cols); in ulowell_init()
221 ip->ftbaseline, ip->font_lo, ip->font_hi, ip->ftboldsmear); in ulowell_init()
255 cmd[5] = ip->cursorx * ip->ftwidth; in ulowell_cursor()
261 cmd[2] = ip->cursorx * ip->ftwidth; in ulowell_cursor()
275 ip->cursorx = uimin(ip->curx, ip->cols-1); in ulowell_cursor()
276 ip->cursory = ip->cury; in ulowell_cursor()
279 cmd[1] = ip->cursorx * ip->ftwidth; in ulowell_cursor()
[all …]
H A Dite_rh.c101 ip->grf = &grf_softc[ip - ite_softc]; in rh_init()
104 ip->priv = ip->grf->g_data; in rh_init()
129 int pos = ip->curx + ip->cury * ip->cols; in rh_cursor()
139 ip->cursorx = ip->curx; in rh_cursor()
140 ip->cursory = ip->cury; in rh_cursor()
178 RZ3AlphaErase(ip->grf, 0, top, ip->cols, lines); in screen_down()
228 screen_up(ip, sy - count, ip->bottom_margin, count); in rh_scroll()
231 4 * (ip->bottom_margin - sy + 1) * ip->cols); in rh_scroll()
232 rh_clear(ip, ip->bottom_margin + 1 - count, 0, count, ip->cols); in rh_scroll()
236 screen_down(ip, sy, ip->bottom_margin, count); in rh_scroll()
[all …]
H A Dite_cl.c109 ip->priv = ip->grf->g_data; in cl_init()
112 ip->cols = md->cols; in cl_init()
113 ip->rows = md->rows; in cl_init()
126 flag = ip->curx + ip->cury * ip->cols; in cl_cursor()
129 ip->cursorx = ip->curx; in cl_cursor()
130 ip->cursory = ip->cury; in cl_cursor()
188 src = dst + (ip->rows*ip->cols); in cl_clear()
212 (ip->bottom_margin + 1 - sy) * ip->cols); in cl_scroll()
216 (ip->bottom_margin + 1 - (sy + count)) * ip->cols); in cl_scroll()
231 (ip->bottom_margin + 1 - sy) * ip->cols); in cl_scroll()
[all …]
H A Dite_et.c112 ip->priv = ip->grf->g_data; in et_init()
115 ip->cols = md->cols; in et_init()
129 flag = ip->curx + ip->cury * ip->cols; in et_cursor()
134 ip->cursorx = ip->curx; in et_cursor()
135 ip->cursory = ip->cury; in et_cursor()
193 src = dst + (ip->rows*ip->cols); in et_clear()
212 fb = (volatile unsigned char*)ip->grf->g_fbkva + sy * ip->cols; in et_scroll()
218 (ip->bottom_margin + 1 - sy) * ip->cols); in et_scroll()
222 (ip->bottom_margin + 1 - (sy + count)) * ip->cols); in et_scroll()
237 (ip->bottom_margin + 1 - sy) * ip->cols); in et_scroll()
[all …]
/netbsd/tests/ipf/expected/
H A Dn51 > zx0 ip #0 20(20) 255 10.1.1.0 > 10.1.1.2
2 > zx0 ip #0 20(20) 255 10.2.2.2 > 10.1.1.2
3 > zx0 ip #0 20(20) 255 10.1.1.2 > 10.1.1.1
6 > zx0 ip #0 20(20) 255 10.2.2.1 > 10.1.2.1
7 > zx0 ip #0 20(20) 255 10.2.2.2 > 10.1.2.1
8 < zx0 ip #0 20(20) 255 10.1.1.1 > 10.1.1.2
9 < zx0 ip #0 20(20) 255 10.1.1.2 > 10.1.1.1
10 < zx0 ip #0 20(20) 255 10.2.2.1 > 10.2.1.1
11 < zx0 ip #0 20(20) 255 10.2.2.2 > 10.2.1.1
20 > zx0 ip #0 48(20) 1 10.2.2.2 > 10.4.3.2
[all …]
H A Dn11 > zx0 ip #0 20(20) 255 10.1.1.0 > 10.1.1.2
2 > zx0 ip #0 20(20) 255 10.2.2.2 > 10.1.1.2
3 > zx0 ip #0 20(20) 255 10.1.1.2 > 10.1.1.1
6 > zx0 ip #0 20(20) 255 10.2.2.1 > 10.1.2.1
7 > zx0 ip #0 20(20) 255 10.2.2.2 > 10.1.2.1
8 < zx0 ip #0 20(20) 255 10.1.1.1 > 10.1.1.2
9 < zx0 ip #0 20(20) 255 10.1.1.2 > 10.1.1.1
10 < zx0 ip #0 20(20) 255 10.2.2.1 > 10.2.1.1
11 < zx0 ip #0 20(20) 255 10.2.2.2 > 10.2.1.1
20 > zx0 ip #0 48(20) 1 10.2.2.2 > 10.4.3.2
[all …]
H A Dn21 > zx0 ip #0 40(20) 6 10.2.2.2,10000 > 10.1.1.1,1025
2 > zx0 ip #0 40(20) 6 10.2.2.2,10001 > 10.1.1.2,1025
3 > zx0 ip #0 20(20) 0 10.1.1.0 > 10.1.1.2
4 > zx0 ip #0 20(20) 0 10.1.1.1 > 10.1.2.1
13 < zx0 ip #0 20(20) 0 10.1.1.1 > 10.1.1.2
15 < zx0 ip #0 20(20) 0 10.1.1.2 > 10.1.1.1
46 > zx0 ip #0 20(20) 0 10.1.1.0 > 10.1.1.2
47 > zx0 ip #0 20(20) 0 10.1.1.1 > 10.1.2.1
56 < zx0 ip #0 20(20) 0 10.1.1.1 > 10.1.1.2
58 < zx0 ip #0 20(20) 0 10.1.1.2 > 10.1.1.1
[all …]
H A Dn61 < zx0 ip #0 40(20) 6 10.2.2.2,12345 > 10.2.2.1,10023
2 < zx0 ip #0 40(20) 6 10.2.2.2,12345 > 10.1.1.2,23
3 < zx0 ip #0 40(20) 6 10.3.0.1,12345 > 10.1.2.2,23
4 < zx0 ip #0 40(20) 6 10.3.0.1,12345 > 10.2.2.2,23
5 < zx0 ip #0 40(20) 6 10.3.3.3,12345 > 10.2.2.1,10023
6 < zx0 ip #0 40(20) 6 10.2.2.2,12345 > 10.1.1.1,53
7 < zx0 ip #0 40(20) 6 10.3.3.3,12345 > 10.1.1.1,53
8 < zx0 ip #0 40(20) 6 10.2.2.2,12345 > 10.1.0.0,23
9 < zx0 ip #0 40(20) 6 10.3.3.3,12345 > 10.1.0.0,23
12 < zx0 ip #0 40(20) 6 10.2.2.2,12345 > 10.1.1.0,53
[all …]
H A Dn111 > zx0 ip #0 20(20) 255 10.1.1.0 > 10.1.1.2
2 > zx0 ip #0 20(20) 255 1.6.7.8 > 10.1.1.2
3 > zx0 ip #0 20(20) 255 10.1.1.2 > 10.1.1.1
4 > zx0 ip #0 20(20) 255 10.2.2.1 > 10.1.2.1
5 > zx0 ip #0 20(20) 255 10.2.2.2 > 10.1.2.1
6 < zx0 ip #0 20(20) 255 10.1.1.1 > 10.1.1.2
7 < zx0 ip #0 20(20) 255 10.1.1.2 > 10.1.1.1
8 < zx0 ip #0 20(20) 255 10.2.2.1 > 10.2.1.1
9 < zx0 ip #0 20(20) 255 10.2.2.2 > 10.2.1.1
10 < zx0 ip #0 20(20) 255 10.2.2.3 > 10.1.1.1
[all …]
/netbsd/sys/arch/hp300/stand/common/
H A Dite_subr.c59 ip->rows = ip->dheight / ip->ftheight; in ite_fontinfo()
60 ip->cols = ip->dwidth / ip->ftwidth; in ite_fontinfo()
68 ip->cpl = (ip->fbwidth - ip->dwidth) / ip->ftwidth; in ite_fontinfo()
70 ip->cblanky = ip->fonty + ((128 / ip->cpl) +1) * ip->ftheight; in ite_fontinfo()
77 ip->cpl = ip->fbwidth / ip->ftwidth; in ite_fontinfo()
79 ip->cblanky = ip->fonty + ((128 / ip->cpl) + 1) * ip->ftheight; in ite_fontinfo()
122 (ip->fonty + (c / ip->cpl) * ip->ftheight) * ip->fbwidth + in ite_fontinit8bpp()
162 (*ip->bmv)(ip, ip->cblanky, ip->cblankx, ip->cursory * ip->ftheight, \
196 (*ip->bmv)(ip, charY(ip, c), charX(ip, c), in ite_dio_putc8bpp()
205 (*ip->bmv)(ip, sy * ip->ftheight, sx * ip->ftwidth, in ite_dio_clear()
[all …]
H A Dite_dumb.c87 dumb_clear(ip, 0, 0, ip->rows, ip->cols); in dumb_init()
153 ((ip->ftheight * ip->cursory) * ip->fbwidth) + in dumb_flip_cursor()
154 ip->ftwidth * ip->cursorx; in dumb_flip_cursor()
174 ip->cursorx = ip->curx; in dumb_cursor()
175 ip->cursory = ip->cury; in dumb_cursor()
192 ((ip->ftheight * ip->cursory) * ip->fbwidth) + in dumb_putc()
193 ip->ftwidth * ip->cursorx; in dumb_putc()
212 ((ip->ftheight * sy) * ip->fbwidth) + ip->ftwidth * sx; in dumb_clear()
229 psrc = (uint8_t *)ip->fbbase + (ip->ftheight * ip->fbwidth); in dumb_scroll()
232 h = (ip->rows - 1) * ip->ftheight; in dumb_scroll()
[all …]
H A Dite.c158 ip->fbbase = (char*)ip->fbbase + (int)ip->regbase; in iteconfig()
170 if (ip->dwidth > ip->fbwidth) in iteconfig()
171 ip->dwidth = ip->fbwidth; in iteconfig()
172 if (ip->dheight > ip->fbheight) in iteconfig()
173 ip->dheight = ip->fbheight; in iteconfig()
285 (*ip->isw->ite_init)(ip); in iteinit()
302 if (++ip->cury == ip->rows) { in iteputchar()
305 ite_clrtoeol(ip, sp, ip->cury, 0); in iteputchar()
326 (*sp->ite_putc)(ip, c, ip->cury, ip->curx); in iteputchar()
336 if (++ip->curx == ip->cols) { in itecheckwrap()
[all …]
/netbsd/bin/stty/
H A Dkey.c143 kp->f(ip); in ksearch()
150 print(&ip->t, &ip->win, ip->queue, ip->ldisc, STTY_BSD); in f_all()
156 if (ip->off) in f_cbreak()
157 f_sane(ip); in f_cbreak()
170 ip->win.ws_col = atoi(ip->arg); in f_columns()
183 ip->set = 1; in f_dec()
189 print(&ip->t, &ip->win, ip->queue, ip->ldisc, STTY_BSD); in f_everything()
203 ip->set = 1; in f_extproc()
238 cfsetispeed(&ip->t, atoi(ip->arg)); in f_ispeed()
258 cfsetospeed(&ip->t, atoi(ip->arg)); in f_ospeed()
[all …]
/netbsd/external/bsd/ipf/dist/ipsend/
H A Diptests.c143 IP_HL_A(ip, sizeof(*ip) >> 2);
238 ip->ip_sum = chksum((u_short *)ip, IP_HL(ip) << 2);
250 ip->ip_sum = chksum((u_short *)ip, IP_HL(ip) << 2);
269 ip->ip_sum = chksum((u_short *)ip, IP_HL(ip) << 2);
281 ip->ip_sum = chksum((u_short *)ip, IP_HL(ip) << 2);
296 ip->ip_len = sizeof(*ip);
304 ip->ip_len = sizeof(*ip);
312 ip->ip_len = sizeof(*ip);
320 ip->ip_len = sizeof(*ip);
500 ip->ip_len = IP_HL(ip) << 2;
[all …]
H A Dip.c91 ip_t *ip;
128 bcopy((char *)ip, (char *)&ipsv, sizeof(*ip));
151 ip->ip_sum = chksum((u_short *)ip, IP_HL(ip) << 2);
175 ol = (IP_HL(ip) << 2) - sizeof(*ip);
224 ip->ip_sum = chksum((u_short *)ip, hlen);
236 IP_HL_A(ip, (sizeof(*ip) + i) >> 2);
242 bcopy((char *)&ipsv, (char *)ip, sizeof(*ip));
252 ip_t *ip;
305 ip_t *ip;
318 bcopy((char *)ip + (IP_HL(ip) << 2),
[all …]
/netbsd/usr.sbin/lpr/lpd/
H A Dkey.c129 kp->f(ip); in ksearch()
137 if (ip->off) in f_cbreak()
138 f_sane(ip); in f_cbreak()
152 ip->win.ws_col = atoi(ip->arg); in f_columns()
166 ip->set = 1; in f_dec()
186 cfsetispeed(&ip->t, atoi(ip->arg)); in f_ispeed()
187 ip->set = 1; in f_ispeed()
201 ip->set = 1; in f_nl()
208 cfsetospeed(&ip->t, atoi(ip->arg)); in f_ospeed()
209 ip->set = 1; in f_ospeed()
[all …]
/netbsd/sys/arch/arm/arm/
H A Dcpu_in_cksum_buffer.S117 adcs ip, ip, r4
118 adcs ip, ip, r5
120 adcs ip, ip, r6
121 adcs ip, ip, r7
123 adcs ip, ip, r4
124 adcs ip, ip, r5
126 adcs ip, ip, r6
127 adcs ip, ip, r7
129 adcs ip, ip, r4
130 adcs ip, ip, r5
[all …]
/netbsd/sys/lib/libsa/
H A Dip.c65 _sendip(struct iodesc *d, struct ip *ip, size_t len) in _sendip() argument
87 struct ip *ip; in sendip() local
89 ip = (struct ip *)pkt - 1; in sendip()
92 memset(ip, 0, sizeof(*ip)); in sendip()
95 ip->ip_hl = sizeof(*ip) >> 2; in sendip()
101 ip->ip_sum = ip_cksum(ip, sizeof(*ip)); in sendip()
125 struct ip *ip; in readip() local
128 ip = (struct ip *)pkt - 1; in readip()
130 n = readether(d, ip, len + sizeof(*ip), tleft, &etype); in readip()
149 if (ip->ip_v != IPVERSION || ip->ip_p != proto) { in readip()
[all …]
/netbsd/common/lib/libc/arch/arm/string/
H A Dmemset.S112 mov ip, r0
163 stmiahs ip!, {r2-r3}
164 stmiahs ip!, {r2-r3}
165 stmiahs ip!, {r2-r3}
166 stmiahs ip!, {r2-r3}
167 stmiahs ip!, {r2-r3}
168 stmiahs ip!, {r2-r3}
169 stmiahs ip!, {r2-r3}
170 stmiahs ip!, {r2-r3}
171 stmiahs ip!, {r2-r3}
[all …]
/netbsd/external/bsd/liblzf/dist/
H A Dlzf_c.c136 *hslot++ = ip; in lzf_compress_r()
142 hval = FRST (ip); in lzf_compress_r()
211 ip++; in lzf_compress_r()
226 ip += len + 1; in lzf_compress_r()
232 --ip; in lzf_compress_r()
234 --ip; in lzf_compress_r()
240 ip++; in lzf_compress_r()
245 ip++; in lzf_compress_r()
248 ip -= len + 1; in lzf_compress_r()
254 ip++; in lzf_compress_r()
[all …]
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dcidr_match.c246 memset(ip->mask_bytes, ~0U, ip->addr_byte_count); in cidr_match_parse()
247 mask_addr(ip->mask_bytes, ip->addr_byte_count, ip->mask_shift); in cidr_match_parse()
249 memset(ip->mask_bytes, 0, ip->addr_byte_count); in cidr_match_parse()
254 for (np = ip->net_bytes, mp = ip->mask_bytes; in cidr_match_parse()
255 np < ip->net_bytes + ip->addr_byte_count; np++, mp++) { in cidr_match_parse()
257 mask_addr(ip->net_bytes, ip->addr_byte_count, ip->mask_shift); in cidr_match_parse()
258 if (inet_ntop(ip->addr_family, ip->net_bytes, hostaddr.buf, in cidr_match_parse()
277 if (inet_pton(ip->addr_family, pattern, ip->net_bytes) != 1) { in cidr_match_parse()
282 ip->mask_shift = ip->addr_bit_count; in cidr_match_parse()
284 memset(ip->mask_bytes, ~0U, ip->addr_byte_count); in cidr_match_parse()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/epiphany/
H A Dallinsn.s245 ldrb ip,[ip,ip]
262 ldrb ip,[ip,ip]
301 ldrh ip,[ip,ip]
317 ldrh ip,[ip,ip]
359 ldr ip,[ip,ip]
376 ldr ip,[ip,ip]
415 ldrd ip,[ip,ip]
435 ldrd ip,[ip,ip]
475 strb ip,[ip,ip]
486 strb ip,[ip,ip]
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/epiphany/
H A Dallinsn.s245 ldrb ip,[ip,ip]
262 ldrb ip,[ip,ip]
301 ldrh ip,[ip,ip]
317 ldrh ip,[ip,ip]
359 ldr ip,[ip,ip]
376 ldr ip,[ip,ip]
415 ldrd ip,[ip,ip]
435 ldrd ip,[ip,ip]
475 strb ip,[ip,ip]
486 strb ip,[ip,ip]
[all …]

12345678910>>...81