Searched refs:ip (Results 1 - 25 of 1576) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_tvrx.c51 tvrx_init(struct ite_data *ip) argument
55 ip->bmv = ite_dio_windowmove1bpp;
56 ite_fontinfo(ip);
57 width = ((ip->ftwidth + 7) / 8) * 8;
58 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
59 ip->cblanky = ip->fonty + ((128 / ip
[all...]
H A Dite_subr.c53 ite_fontinfo(struct ite_data *ip) argument
55 u_long fontaddr = getword(ip, getword(ip, FONTROM) + FONTADDR);
57 ip->ftheight = getbyte(ip, fontaddr + FONTHEIGHT);
58 ip->ftwidth = getbyte(ip, fontaddr + FONTWIDTH);
59 ip->rows = ip->dheight / ip
84 ite_fontinit1bpp(struct ite_data *ip) argument
111 ite_fontinit8bpp(struct ite_data *ip) argument
134 ite_writeglyph(struct ite_data *ip, u_char *fbmem, u_char *glyphp) argument
166 ite_dio_cursor(struct ite_data *ip, int flag) argument
184 ite_dio_putc1bpp(struct ite_data *ip, int c, int dy, int dx) argument
193 ite_dio_putc8bpp(struct ite_data *ip, int c, int dy, int dx) argument
202 ite_dio_clear(struct ite_data *ip, int sy, int sx, int h, int w) argument
211 ite_dio_scroll(struct ite_data *ip) argument
299 ite_dio_windowmove1bpp(struct ite_data *ip, int sy, int sx, int dy, int dx, int h, int w, int func) argument
[all...]
H A Dite_hy.c53 hyper_init(struct ite_data *ip) argument
55 struct hyboxfb *regbase = (void *)ip->regbase;
58 ip->bmv = ite_dio_windowmove1bpp;
59 ite_fontinfo(ip);
60 width = ((ip->ftwidth + 7) / 8) * 8;
61 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
62 ip->cblanky = ip
[all...]
H A Dite_tc.c55 topcat_init(struct ite_data *ip) argument
57 struct tcboxfb *regbase = (void *)ip->regbase;
59 ip->bmv = topcat_windowmove;
84 ip->planemask = *FBBASE;
89 regbase->fben = ip->planemask;
90 regbase->wen = ip->planemask;
91 regbase->ren = ip->planemask;
94 ite_fontinfo(ip);
99 topcat_windowmove(ip, 0, 0, 0, 0, ip
113 topcat_windowmove(struct ite_data *ip, int sy, int sx, int dy, int dx, int h, int w, int func) argument
[all...]
H A Dite_dumb.c73 static void dumb_fontinit(struct ite_data *ip);
75 static void dumb_flip_cursor(struct ite_data *ip);
82 dumb_init(struct ite_data *ip) argument
85 ip->bmv = dumb_windowmove; /* unused */
86 ite_fontinfo(ip);
87 dumb_clear(ip, 0, 0, ip->rows, ip->cols);
88 dumb_fontinit(ip);
92 dumb_fontinit(struct ite_data *ip) argument
123 dumb_writeglyph(struct ite_data *ip, uint8_t *fontmem, uint8_t *glyphp) argument
146 dumb_flip_cursor(struct ite_data *ip) argument
166 dumb_cursor(struct ite_data *ip, int flag) argument
184 dumb_putc(struct ite_data *ip, int c, int dy, int dx) argument
206 dumb_clear(struct ite_data *ip, int sy, int sx, int h, int w) argument
222 dumb_scroll(struct ite_data *ip) argument
244 dumb_windowmove(struct ite_data *ip, int sy, int sx, int dy, int dx, int w, int h, int func) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dcopy_test_protected.cc27 extern int ip; // protected visibility; may not be copied
34 assert(ip == 3);
H A Dcopy_test_2.cc25 int ip __attribute__((visibility("protected"))) = 3; variable
/netbsd-current/sys/arch/x68k/dev/
H A Dite.c87 #define SUBR_INIT(ip) ip->isw->ite_init(ip)
88 #define SUBR_DEINIT(ip) ip->isw->ite_deinit(ip)
89 #define SUBR_PUTC(ip,c,dy,dx,m) ip->isw->ite_putc(ip,c,dy,dx,m)
90 #define SUBR_CURSOR(ip,fl
204 struct ite_softc *ip; local
244 struct ite_softc *ip; local
286 struct ite_softc *ip; local
324 struct ite_softc *ip; local
364 struct ite_softc *ip; local
551 struct ite_softc *ip; local
564 ite_reset(struct ite_softc *ip) argument
919 ite_sendstr(struct ite_softc *ip, const char *str) argument
927 alignment_display(struct ite_softc *ip) argument
938 snap_cury(struct ite_softc *ip) argument
950 ite_dnchar(struct ite_softc *ip, int n) argument
965 ite_inchar(struct ite_softc *ip, int n) argument
983 ite_clrtoeol(struct ite_softc *ip) argument
994 ite_clrtobol(struct ite_softc *ip) argument
1003 ite_clrline(struct ite_softc *ip) argument
1012 ite_clrtoeos(struct ite_softc *ip) argument
1024 ite_clrtobos(struct ite_softc *ip) argument
1035 ite_clrscreen(struct ite_softc *ip) argument
1043 ite_dnline(struct ite_softc *ip, int n) argument
1064 ite_inline(struct ite_softc *ip, int n) argument
1089 ite_index(struct ite_softc *ip) argument
1102 ite_lf(struct ite_softc *ip) argument
1125 ite_crlf(struct ite_softc *ip) argument
1133 ite_cr(struct ite_softc *ip) argument
1142 ite_rlf(struct ite_softc *ip) argument
1165 ite_argnum(struct ite_softc *ip) argument
1182 ite_zargnum(struct ite_softc *ip) argument
1201 struct ite_softc *ip; local
1218 iteputchar(int c, struct ite_softc *ip) argument
2359 iteprecheckwrap(struct ite_softc *ip) argument
2376 itecheckwrap(struct ite_softc *ip) argument
2504 struct ite_softc *ip; local
2519 itecnfinish(struct ite_softc *ip) argument
2545 struct ite_softc *ip = getitesp(dev); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dlong-plt-format.d13 .*: .* add ip, pc, #-268435456 ; 0xf0000000
14 .*: .* add ip, ip, #0, 12
15 .*: .* add ip, ip, #0, 20
16 .*: .* ldr pc, [ip, #[0-9]*]! ; 0x.*
/netbsd-current/sys/arch/amiga/dev/
H A Dite.c88 #define SUBR_INIT(ip) (ip)->grf->g_iteinit(ip)
89 #define SUBR_DEINIT(ip) (ip)->grf->g_itedeinit(ip)
90 #define SUBR_PUTC(ip,c,dy,dx,m) (ip)->grf->g_iteputc(ip,c,dy,dx,m)
91 #define SUBR_CURSOR(ip,fl
202 struct ite_softc *ip; local
314 struct ite_softc *ip; local
332 ite_cnfinish(struct ite_softc *ip) argument
359 struct ite_softc *ip; local
390 struct ite_softc *ip; local
418 struct ite_softc *ip; local
534 struct ite_softc *ip; local
641 struct ite_softc *ip; local
665 struct ite_softc *ip; local
685 struct ite_softc *ip; local
702 ite_reset(struct ite_softc *ip) argument
1020 alignment_display(struct ite_softc *ip) argument
1032 snap_cury(struct ite_softc *ip) argument
1044 ite_dnchar(struct ite_softc *ip, int n) argument
1060 ite_inchar(struct ite_softc *ip, int n) argument
1076 ite_clrtoeol(struct ite_softc *ip) argument
1088 ite_clrtobol(struct ite_softc *ip) argument
1097 ite_clrline(struct ite_softc *ip) argument
1108 ite_clrtoeos(struct ite_softc *ip) argument
1120 ite_clrtobos(struct ite_softc *ip) argument
1132 ite_clrscreen(struct ite_softc *ip) argument
1142 ite_dnline(struct ite_softc *ip, int n) argument
1162 ite_inline(struct ite_softc *ip, int n) argument
1182 ite_lf(struct ite_softc *ip) argument
1196 ite_crlf(struct ite_softc *ip) argument
1203 ite_cr(struct ite_softc *ip) argument
1213 ite_rlf(struct ite_softc *ip) argument
1238 ite_argnum(struct ite_softc *ip) argument
1255 ite_zargnum(struct ite_softc *ip) argument
1274 struct ite_softc *ip; local
1291 iteprecheckwrap(struct ite_softc *ip) argument
1307 itecheckwrap(struct ite_softc *ip) argument
1334 iteputchar(register int c, struct ite_softc *ip) argument
[all...]
H A Dite_ul.c103 #define UL_FG(ip) 0xFFFF
104 #define UL_BG(ip) 0x0000
140 ulowell_init(struct ite_softc *ip) argument
149 ba = (volatile struct gspregs *) ip->grf->g_regkva;
151 ip->font = kernel_font;
152 ip->font_lo = kernel_font_lo;
153 ip->font_hi = kernel_font_hi;
154 ip->ftwidth = kernel_font_width;
155 ip->ftheight = kernel_font_height;
156 ip
226 ulowell_cursor(struct ite_softc *ip, int flag) argument
300 screen_up(struct ite_softc *ip, int top, int bottom, int lines) argument
334 screen_down(struct ite_softc *ip, int top, int bottom, int lines) argument
369 ulowell_deinit(struct ite_softc *ip) argument
375 ulowell_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) argument
392 ulowell_clear(struct ite_softc *ip, int sy, int sx, int h, int w) argument
415 ulowell_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) argument
[all...]
H A Dite_rh.c95 rh_init(struct ite_softc *ip) argument
100 if (ip->grf == 0)
101 ip->grf = &grf_softc[ip - ite_softc];
104 ip->priv = ip->grf->g_data;
105 md = (struct MonDef *) ip->priv;
107 ip->cols = md->TX;
108 ip->rows = md->TY;
113 rh_cursor(struct ite_softc *ip, in argument
147 screen_up(struct ite_softc *ip, int top, int bottom, int lines) argument
165 screen_down(struct ite_softc *ip, int top, int bottom, int lines) argument
184 rh_deinit(struct ite_softc *ip) argument
191 rh_putc(struct ite_softc *ip, int c, int dy, int dx, int mode) argument
207 rh_clear(struct ite_softc *ip, int sy, int sx, int h, int w) argument
218 rh_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) argument
[all...]
/netbsd-current/bin/stty/
H A Dkey.c119 ksearch(char ***argvp, struct info *ip) argument
126 ip->off = 1;
129 ip->off = 0;
135 if (!(kp->flags & F_OFFOK) && ip->off) {
139 if (kp->flags & F_NEEDARG && !(ip->arg = *++*argvp)) {
143 kp->f(ip);
148 f_all(struct info *ip) argument
150 print(&ip->t, &ip->win, ip
154 f_cbreak(struct info *ip) argument
168 f_columns(struct info *ip) argument
175 f_dec(struct info *ip) argument
187 f_everything(struct info *ip) argument
193 f_extproc(struct info *ip) argument
208 f_insane(struct info *ip) argument
236 f_ispeed(struct info *ip) argument
243 f_nl(struct info *ip) argument
256 f_ospeed(struct info *ip) argument
263 f_raw(struct info *ip) argument
276 f_rows(struct info *ip) argument
283 f_sane(struct info *ip) argument
296 f_size(struct info *ip) argument
302 f_speed(struct info *ip) argument
309 f_tty(struct info *ip) argument
321 f_ostart(struct info *ip) argument
328 f_ostop(struct info *ip) argument
[all...]
/netbsd-current/sys/arch/arm/arm/
H A Dcpu_in_cksum_v4hdr.S38 ldrne ip, [r0], #4 /* load 1st word */
39 ldreq ip, [r0, #8] /* load 5th word */
42 ldr ip, [r0] /* load 1st word */
46 adds ip, ip, r3 /* accumulate */
47 adcs ip, ip, r2 /* accumulate */
54 adcs ip, ip, r1 /* accumulate */
55 adcs ip, i
[all...]
H A Dcpu_in_cksum_fold.S32 * to reduce the 33-bit sum in <carry>, ip to a 16-bit return value.
50 adcs ip, ip, #0 /* add final carry bit */
58 cmp ip, r1, lsl #16 /* is the upper halfword 0xffff? */
66 adds ip, ip, ip, lsl #16
67 addcs ip, ip, #0x10000
68 eor r0, r1, ip, ls
[all...]
H A Dcpu_in_cksum_buffer.S66 adds ip, r2, #0 /* initialize accumulator/clear carry */
117 adcs ip, ip, r4
118 adcs ip, ip, r5
120 adcs ip, ip, r6
121 adcs ip, ip, r7
123 adcs ip, i
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dswitch16.S34 ldrh ip, [lr, #-1] // get first 16-bit word in table
35 cmp r0, ip // compare with index
37 add ip, lr, ip, lsl #1 // compute address of last element in table
40 ldrshhs r0, [ip, #1] // load 16-bit element if r0 out of range
41 add ip, lr, r0, lsl #1 // compute label = lr + element*2
42 bx ip // jump to computed label
H A Dswitch32.S34 ldr ip, [lr, #-1] // get first 32-bit word in table
35 cmp r0, ip // compare with index
37 add ip, lr, ip, lsl #2 // compute address of last element in table
40 ldrhs r0, [ip, #3] // load 32-bit element if r0 out of range
41 add ip, lr, r0 // compute label = lr + element
42 bx ip // jump to computed label
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dbuild-unbound-localzone-from-hosts.pl26 my $ip;
31 $ip = $entry;
37 if ( ($ip ne '127.0.0.1' and $ip ne '::1') or $entry =~ 'localhost' ) {
38 if ( ! defined $ptrhash{$ip} ) {
39 $ptrhash{$ip} = $entry;
40 print ZONE "local-data-ptr: \"$ip $entry\"\n";
48 if ( $ip =~ ':' ) {
52 print ZONE "local-data: \"$entry ${a} $ip\"\n";
/netbsd-current/sys/arch/hp300/include/
H A Dcacheops_machdep.h83 volatile int *ip = (void *)(MMUbase + MMUCMD); local
89 *ip &= ~MMU_CEN;
90 *ip |= MMU_CEN;
97 volatile int *ip = (void *)(MMUbase + MMUSSTP); local
103 *ip = *ip;
110 volatile int *ip = (void *)(MMUbase + MMUUSTP); local
116 *ip = *ip;
123 volatile int *ip local
143 volatile int *ip = (void *)(MMUbase + MMUTBINVAL); local
176 volatile int *ip = (void *)(MMUbase + MMUTBINVAL); local
189 volatile int *ip = (void *)(MMUbase + MMUTBINVAL); local
[all...]
/netbsd-current/sys/lib/libsa/
H A Dip.c1 /* $NetBSD: ip.c,v 1.5 2022/07/08 07:02:47 skrll Exp $ */
47 #include <netinet/ip.h>
65 _sendip(struct iodesc *d, struct ip *ip, size_t len) argument
69 if (ip->ip_dst.s_addr == INADDR_BROADCAST || ip->ip_src.s_addr == 0 ||
70 netmask == 0 || SAMENET(ip->ip_src, ip->ip_dst, netmask)) {
71 ea = arpwhohas(d, ip->ip_dst);
76 return sendether(d, ip, le
87 struct ip *ip; local
125 struct ip *ip; local
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_inttab.c38 dt_inttab_t *ip; local
42 if ((ip = dt_zalloc(dtp, sizeof (dt_inttab_t))) == NULL ||
43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) {
44 dt_free(dtp, ip);
48 ip->int_hdl = dtp;
49 ip->int_hashlen = len;
51 return (ip);
55 dt_inttab_destroy(dt_inttab_t *ip) argument
59 for (hp = ip->int_head; hp != NULL; hp = np) {
61 dt_free(ip
69 dt_inttab_insert(dt_inttab_t *ip, uint64_t value, uint_t flags) argument
103 dt_inttab_size(const dt_inttab_t *ip) argument
109 dt_inttab_write(const dt_inttab_t *ip, uint64_t *dst) argument
[all...]
/netbsd-current/common/lib/libc/arch/arm/string/
H A Dmemset_naive.S41 mov ip, r0 /* need to preserve r0 */
48 ands r2, ip, #7 /* are we dword aligned? */
52 tst ip, #1 /* halfword aligned? */
53 strneb r3, [ip], #1 /* nope, write a byte */
54 tst ip, #2 /* word aligned? */
55 strneh r3, [ip], #2 /* nope, write a halfword */
56 tst ip, #4 /* dword aligned? */
57 strne r3, [ip], #4 /* nope, write a word */
63 stmhsia ip!, {r2,r3} /* yes, write the first 8 of them */
64 stmhsia ip!, {r
[all...]
H A Dmemset.S112 mov ip, r0
116 ands r2, ip, #0x03 /* Get the bottom two bits */
125 tst ip, #0x04 /* Quad-align for Xscale */
134 strne r3, [ip], #0x04
146 strdhs r2, r3, [ip], #0x08
147 strdhs r2, r3, [ip], #0x08
148 strdhs r2, r3, [ip], #0x08
149 strdhs r2, r3, [ip], #0x08
150 strdhs r2, r3, [ip], #0x08
151 strdhs r2, r3, [ip], #
[all...]
/netbsd-current/usr.sbin/lpr/lpd/
H A Dkey.c104 ksearch(char ***argvp, struct info *ip) argument
111 ip->off = 1;
114 ip->off = 0;
120 if (!(kp->flags & F_OFFOK) && ip->off) {
124 if (kp->flags & F_NEEDARG && !(ip->arg = *++*argvp)) {
129 kp->f(ip);
134 f_cbreak(struct info *ip) argument
137 if (ip->off)
138 f_sane(ip);
140 ip
149 f_columns(struct info *ip) argument
157 f_dec(struct info *ip) argument
170 f_extproc(struct info *ip) argument
183 f_ispeed(struct info *ip) argument
191 f_nl(struct info *ip) argument
205 f_ospeed(struct info *ip) argument
213 f_raw(struct info *ip) argument
227 f_rows(struct info *ip) argument
235 f_sane(struct info *ip) argument
249 f_tty(struct info *ip) argument
[all...]

Completed in 337 milliseconds

1234567891011>>