Home
last modified time | relevance | path

Searched refs:tos (Results 1 – 25 of 94) sorted by relevance

1234

/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dchew.c387 || at (tos, tos->write_idx - 1) == '\n') in strip_trailing_newlines()
406 tos++; in push_text()
502 || find (tos, "PARAMS") || find (tos, "PROTO") || !find (tos, "(")) in paramstuff()
880 tos++; in icopy_past_newline()
1031 tos++; in get_stuff_in_command()
1050 tos[0] = tos[-1]; in swap()
1058 tos++; in other_dup()
1061 catstr (tos, tos - 1); in other_dup()
1068 tos--; in drop()
1086 catstr (tos, tos + 1); in icatstr()
[all …]
/openbsd/usr.bin/indent/
H A Dparse.c88 ps.p_stack[++ps.tos] = tk; in parse()
96 if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl in parse()
117 ps.p_stack[++ps.tos] = lbrace; in parse()
118 ps.il[ps.tos] = ps.ind_level; in parse()
119 ps.p_stack[++ps.tos] = stmt; in parse()
121 ps.il[ps.tos] = ps.i_l_follow; in parse()
167 ps.cstk[ps.tos] = case_ind; in parse()
181 ps.p_stack[++ps.tos] = stmt; in parse()
182 ps.il[ps.tos] = ps.ind_level; in parse()
251 switch (ps.p_stack[ps.tos]) { in reduce()
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dchew.c386 || at (tos, tos->write_idx - 1) == '\n') in strip_trailing_newlines()
405 tos++; in push_text()
501 || find (tos, "PARAMS") || find (tos, "PROTO") || !find (tos, "(")) in paramstuff()
918 tos++; in icopy_past_newline()
1069 tos++; in get_stuff_in_command()
1088 tos[0] = tos[-1]; in swap()
1096 tos++; in other_dup()
1099 catstr (tos, tos - 1); in other_dup()
1106 tos--; in drop()
1124 catstr (tos, tos + 1); in icatstr()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgmon.c57 static struct tostruct *tos = 0; variable
109 if ( tos == (struct tostruct *) -1 ) {
112 tos = 0;
116 tos[0].link = 0;
177 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup()
231 toindex = ++tos[0].link; in mcount()
236 top = &tos[toindex]; in mcount()
242 top = &tos[toindex]; in mcount()
264 toindex = ++tos[0].link; in mcount()
268 top = &tos[toindex]; in mcount()
[all …]
/openbsd/gnu/gcc/gcc/config/i386/
H A Dgmon-sol2.c106 static struct tostruct *tos = 0; variable
159 if ( tos == (struct tostruct *) -1 ) { in monstartup()
162 tos = 0; in monstartup()
166 tos[0].link = 0; in monstartup()
229 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup()
302 toindex = ++tos[0].link; in internal_mcount()
307 top = &tos[toindex]; in internal_mcount()
313 top = &tos[toindex]; in internal_mcount()
335 toindex = ++tos[0].link; in internal_mcount()
339 top = &tos[toindex]; in internal_mcount()
[all …]
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dgmon-sol2.c77 static struct tostruct *tos = 0; variable
131 if ( tos == (struct tostruct *) -1 ) { in monstartup()
134 tos = 0; in monstartup()
138 tos[0].link = 0; in monstartup()
224 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup()
327 toindex = ++tos[0].link; in internal_mcount()
332 top = &tos[toindex]; in internal_mcount()
338 top = &tos[toindex]; in internal_mcount()
360 toindex = ++tos[0].link; in internal_mcount()
364 top = &tos[toindex]; in internal_mcount()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dgmon-sol2.c113 static struct tostruct *tos = 0; variable
167 if ( tos == (struct tostruct *) -1 ) {
170 tos = 0;
174 tos[0].link = 0;
236 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup()
308 toindex = ++tos[0].link; in internal_mcount()
313 top = &tos[toindex]; in internal_mcount()
319 top = &tos[toindex]; in internal_mcount()
341 toindex = ++tos[0].link; in internal_mcount()
345 top = &tos[toindex]; in internal_mcount()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dgmon-sol2.c74 static struct tostruct *tos = 0; variable
130 if ( tos == (struct tostruct *) -1 ) {
133 tos = 0;
137 tos[0].link = 0;
223 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup()
328 toindex = ++tos[0].link;
333 top = &tos[toindex];
339 top = &tos[toindex];
361 toindex = ++tos[0].link;
365 top = &tos[toindex];
[all …]
/openbsd/lib/libc/gmon/
H A Dgmon.c94 p->tos = addr; in monstartup()
95 p->tos[0].link = 0; in monstartup()
128 if (p->tos != NULL) { in monstartup()
129 munmap(p->tos, p->tossize); in monstartup()
130 p->tos = NULL; in monstartup()
251 toindex = p->tos[toindex].link) { in _mcleanup()
255 frompc, p->tos[toindex].selfpc, in _mcleanup()
256 p->tos[toindex].count); in _mcleanup()
275 if (p->tos != NULL) { in _mcleanup()
276 munmap(p->tos, p->tossize); in _mcleanup()
[all …]
H A Dmcount.c103 toindex = ++p->tos[0].link; in _MCOUNT_DECL()
109 top = &p->tos[toindex]; in _MCOUNT_DECL()
115 top = &p->tos[toindex]; in _MCOUNT_DECL()
137 toindex = ++p->tos[0].link; in _MCOUNT_DECL()
141 top = &p->tos[toindex]; in _MCOUNT_DECL()
152 top = &p->tos[top->link]; in _MCOUNT_DECL()
/openbsd/regress/sbin/pfctl/
H A Dpf39.ok9 o_tos = "tos 0x08 "
15 pass in log quick on lo0 inet proto tcp all tos 0x08 fragment label "blah"
16 pass in log quick on lo0 inet proto tcp all user = 3 group = 32767 flags S/SA tos 0x08 set (prio 2)…
17 pass in log quick on lo0 inet proto tcp all user = 3 group = 0 flags S/SA tos 0x08 set (prio 2) all…
18 pass in log quick on lo0 inet proto tcp all user = 0 group = 32767 flags S/SA tos 0x08 set (prio 2)…
19 pass in log quick on lo0 inet proto tcp all user = 0 group = 0 flags S/SA tos 0x08 set (prio 2) all…
22 pass in log quick on lo0 inet proto tcp all flags S/SA tos 0x08 set (prio 2) label "blah"
23 pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 tos 0x08
H A Dpf15.in7 match set tos lowdelay
8 match out proto esp set tos throughput
9 match out proto ah set tos reliability
10 match out proto icmp set tos 0x12
11 match out all tagged THROUGHPUT set tos throughput
H A Dpf15.ok7 match all set (tos 0x10)
8 match out proto esp all set (tos 0x08)
9 match out proto ah all set (tos 0x04)
10 match out proto icmp all set (tos 0x12)
11 match out all set (tos 0x08) tagged THROUGHPUT
H A Dpf35.in1 #test matching on tos
4 pass out on $intf inet proto tcp from any to any port 22 tos 0x10
5 pass out on $intf inet proto tcp from any to any port 22 tos 0x08
H A Dpf39.loaded1 @0 pass in log quick on lo0 inet proto tcp all tos 0x08 fragment label "blah"
5 @1 pass in log quick on lo0 inet proto tcp all user = 3 group = 32767 flags S/SA tos 0x08 set (prio…
9 @2 pass in log quick on lo0 inet proto tcp all user = 3 group = 0 flags S/SA tos 0x08 set (prio 2) …
13 @3 pass in log quick on lo0 inet proto tcp all user = 0 group = 32767 flags S/SA tos 0x08 set (prio…
17 @4 pass in log quick on lo0 inet proto tcp all user = 0 group = 0 flags S/SA tos 0x08 set (prio 2) …
29 @7 pass in log quick on lo0 inet proto tcp all flags S/SA tos 0x08 set (prio 2) label "blah"
33 @8 pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 tos 0x08
H A Dpf39.optimized1 @0 pass in log quick on lo0 inet proto tcp all tos 0x08 fragment label "blah"
5 @1 pass in log quick on lo0 inet proto tcp all user = 3 group = 32767 flags S/SA tos 0x08 set (prio…
9 @2 pass in log quick on lo0 inet proto tcp all user = 3 group = 0 flags S/SA tos 0x08 set (prio 2) …
13 @3 pass in log quick on lo0 inet proto tcp all user = 0 group = 32767 flags S/SA tos 0x08 set (prio…
17 @4 pass in log quick on lo0 inet proto tcp all user = 0 group = 0 flags S/SA tos 0x08 set (prio 2) …
29 @7 pass in log quick on lo0 inet proto tcp all flags S/SA tos 0x08 set (prio 2) label "blah"
33 @8 pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 tos 0x08
H A Dpf15.loaded17 @4 match all set (tos 0x10)
21 @5 match out proto esp all set (tos 0x08)
25 @6 match out proto ah all set (tos 0x04)
29 @7 match out proto icmp all set (tos 0x12)
33 @8 match out all set (tos 0x08) tagged THROUGHPUT
/openbsd/sys/lib/libkern/
H A Dmcount.c105 toindex = ++p->tos[0].link; in _MCOUNT_DECL()
111 top = &p->tos[toindex]; in _MCOUNT_DECL()
117 top = &p->tos[toindex]; in _MCOUNT_DECL()
139 toindex = ++p->tos[0].link; in _MCOUNT_DECL()
143 top = &p->tos[toindex]; in _MCOUNT_DECL()
154 top = &p->tos[top->link]; in _MCOUNT_DECL()
/openbsd/sys/ddb/
H A Ddb_prof.c129 toindex = ++p->tos[0].link; in db_prof_count()
135 top = &p->tos[toindex]; in db_prof_count()
141 top = &p->tos[toindex]; in db_prof_count()
163 toindex = ++p->tos[0].link; in db_prof_count()
167 top = &p->tos[toindex]; in db_prof_count()
178 top = &p->tos[top->link]; in db_prof_count()
/openbsd/sys/arch/m88k/m88k/
H A Dsig_machdep.c282 local_stack_frame(struct trapframe *tf, vaddr_t tos, size_t fsize) in local_stack_frame() argument
286 frame = (tos - fsize) & ~_STACKALIGNBYTES; in local_stack_frame()
291 tos = frame + fsize; in local_stack_frame()
293 tf->tf_dma0 >= frame && tf->tf_dma0 < tos) { in local_stack_frame()
299 tf->tf_dma1 >= frame && tf->tf_dma1 < tos) { in local_stack_frame()
305 tf->tf_dma2 >= frame && tf->tf_dma2 < tos) { in local_stack_frame()
/openbsd/usr.sbin/kgmon/
H A Dkgmon.c305 struct tostruct *tos; in dumpstate() local
378 if ((tos = malloc(kvp->gpm.tossize)) == NULL) in dumpstate()
381 i = kvm_read(kvp->kd, (u_long)kvp->gpm.tos, (void *)tos, in dumpstate()
387 if (sysctl(mib, 4, tos, &i, NULL, 0) == -1) in dumpstate()
404 toindex = tos[toindex].link) { in dumpstate()
407 frompc, tos[toindex].selfpc, tos[toindex].count); in dumpstate()
409 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc; in dumpstate()
410 rawarc.raw_count = tos[toindex].count; in dumpstate()
470 if (kvm_write(kvp->kd, (u_long)kvp->gpm.tos, zbuf, in reset()
/openbsd/sys/netinet/
H A Dip_ecn.c164 ip_tos_patch(struct ip *ip, uint8_t tos) in ip_tos_patch() argument
171 new = htons(tos); in ip_tos_patch()
173 ip->ip_tos = tos; in ip_tos_patch()
/openbsd/sys/net/
H A Dif_pflow.h68 u_int8_t tos; member
107 struct pflow_tmpl_fspec tos; member
126 struct pflow_tmpl_fspec tos; member
149 u_int8_t tos; /* ipClassOfService */ member
165 u_int8_t tos; /* ipClassOfService */ member
/openbsd/sys/dev/i2c/
H A Di2c_scan.c200 tos = iicprobew(LM75Tos); in lm75probe()
208 tos &= mask; in lm75probe()
211 if (temp == thyst && thyst == tos) in lm75probe()
275 tos = iicprobew(LM75Tos) & mask; in lm75probe()
284 tos != (iicprobew(LM75Tos + i) & mask)) in lm75probe()
292 tos = iicprobew(LM75Tos) & mask; in lm75probe()
293 if (tos != (iicprobew(0x06 + i) & mask) || in lm75probe()
294 tos != (iicprobew(0x07 + i) & mask)) in lm75probe()
308 tos = iicprobew(LM75Tos) & mask; in lm75probe()
309 if (tos != (iicprobew(LM77Tlow + i) & mask) || in lm75probe()
[all …]
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c301 FSTACK *tos = filestack; in popfile() local
303 if (!tos) in popfile()
320 input_filename = tos->filename; in popfile()
321 input_text = tos->text; in popfile()
322 input_text_length = tos->size; in popfile()
323 input_text_offset = tos->offset; in popfile()
324 line_number = tos->line_number; in popfile()
325 free (tos); in popfile()

1234