Searched refs:tos (Results 1 - 25 of 77) sorted by relevance

1234

/openbsd-current/usr.bin/indent/
H A Dparse.c50 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) {
52 ps.p_stack[ps.tos] = stmt; /* apply the if(..) stmt ::= stmt
64 if (ps.p_stack[ps.tos] != decl) { /* only put one declaration
68 ps.p_stack[++ps.tos] = decl;
69 ps.il[ps.tos] = ps.i_l_follow;
74 for (i = ps.tos - 1; i > 0; --i)
84 if (ps.p_stack[ps.tos] == elsehead && ps.else_if) /* "else if ..." */
85 ps.i_l_follow = ps.il[ps.tos];
88 ps.p_stack[++ps.tos] = tk;
89 ps.il[ps.tos]
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/doc/
H A Dchew.c268 string_type *tos; variable
304 if (tos < stack)
306 if (tos >= stack + STACK)
377 if (tos->write_idx)
378 tos->write_idx--;
385 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
386 || at (tos, tos->write_idx - 1) == '\n')
387 && tos
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dchew.c269 string_type *tos; variable
305 if (tos < stack)
307 if (tos >= stack + STACK)
378 if (tos->write_idx)
379 tos->write_idx--;
386 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
387 || at (tos, tos->write_idx - 1) == '\n')
388 && tos
[all...]
/openbsd-current/lib/libc/gmon/
H A Dmcount.c103 toindex = ++p->tos[0].link;
109 top = &p->tos[toindex];
115 top = &p->tos[toindex];
137 toindex = ++p->tos[0].link;
141 top = &p->tos[toindex];
152 top = &p->tos[top->link];
H A Dgmon.c94 p->tos = addr;
95 p->tos[0].link = 0;
128 if (p->tos != NULL) {
129 munmap(p->tos, p->tossize);
130 p->tos = NULL;
159 ERR("_mcleanup: tos overflow\n");
251 toindex = p->tos[toindex].link) {
255 frompc, p->tos[toindex].selfpc,
256 p->tos[toindex].count);
260 rawarc.raw_selfpc = p->tos[toinde
[all...]
/openbsd-current/sys/lib/libkern/
H A Dmcount.c105 toindex = ++p->tos[0].link;
111 top = &p->tos[toindex];
117 top = &p->tos[toindex];
139 toindex = ++p->tos[0].link;
143 top = &p->tos[toindex];
154 top = &p->tos[top->link];
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dgmon-sol2.c73 * froms is actually a bunch of unsigned shorts indexing tos
77 static struct tostruct *tos = 0; variable in typeref:struct:tostruct
130 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
131 if ( tos == (struct tostruct *) -1 ) {
134 tos = 0;
138 tos[0].link = 0;
220 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
224 frompc , tos[toindex].selfpc , tos[toindex].count );
227 rawarc.raw_selfpc = (unsigned long) tos[toinde
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dgmon-sol2.c102 * froms is actually a bunch of unsigned shorts indexing tos
106 static struct tostruct *tos = 0; variable in typeref:struct:tostruct
158 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
159 if ( tos == (struct tostruct *) -1 ) {
162 tos = 0;
166 tos[0].link = 0;
225 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
229 frompc , tos[toindex].selfpc , tos[toindex].count );
232 rawarc.raw_selfpc = (unsigned long) tos[toinde
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dgmon-sol2.c109 * froms is actually a bunch of unsigned shorts indexing tos
113 static struct tostruct *tos = 0; variable in typeref:struct:tostruct
166 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
167 if ( tos == (struct tostruct *) -1 ) {
170 tos = 0;
174 tos[0].link = 0;
232 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
236 frompc , tos[toindex].selfpc , tos[toindex].count );
239 rawarc.raw_selfpc = (unsigned long) tos[toinde
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dgmon-sol2.c70 * froms is actually a bunch of unsigned shorts indexing tos
74 static struct tostruct *tos = 0; variable in typeref:struct:tostruct
129 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
130 if ( tos == (struct tostruct *) -1 ) {
133 tos = 0;
137 tos[0].link = 0;
219 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
223 frompc , tos[toindex].selfpc , tos[toindex].count );
226 rawarc.raw_selfpc = (unsigned long) tos[toinde
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgmon.c53 * froms is actually a bunch of unsigned shorts indexing tos
57 static struct tostruct *tos = 0; variable in typeref:struct:tostruct
108 tos = (struct tostruct *) sbrk( tolimit * sizeof( struct tostruct ) );
109 if ( tos == (struct tostruct *) -1 ) {
112 tos = 0;
116 tos[0].link = 0;
173 for (toindex=froms[fromindex]; toindex!=0; toindex=tos[toindex].link) {
177 frompc , tos[toindex].selfpc , tos[toindex].count );
180 rawarc.raw_selfpc = (unsigned long) tos[toinde
[all...]
/openbsd-current/sys/ddb/
H A Ddb_prof.c129 toindex = ++p->tos[0].link;
135 top = &p->tos[toindex];
141 top = &p->tos[toindex];
163 toindex = ++p->tos[0].link;
167 top = &p->tos[toindex];
178 top = &p->tos[top->link];
/openbsd-current/sys/netinet/
H A Dip_ecn.c159 * Patch the checksum with the difference between the old and new tos.
164 ip_tos_patch(struct ip *ip, uint8_t tos) argument
171 new = htons(tos);
173 ip->ip_tos = tos;
/openbsd-current/usr.sbin/kgmon/
H A Dkgmon.c305 struct tostruct *tos; local
378 if ((tos = malloc(kvp->gpm.tossize)) == NULL)
379 errx(10, "cannot allocate tos space");
381 i = kvm_read(kvp->kd, (u_long)kvp->gpm.tos, (void *)tos,
387 if (sysctl(mib, 4, tos, &i, NULL, 0) == -1)
391 errx(11, "read tos: read %lu, got %zu: %s",
404 toindex = tos[toindex].link) {
407 frompc, tos[toindex].selfpc, tos[toinde
[all...]
/openbsd-current/usr.sbin/traceroute/
H A Dtraceroute.h108 int tos; member in struct:tr_conf
109 int tflag; /* tos value was set */
133 char tos[sizeof(" (TOS=255!)")]; member in struct:tr_result
/openbsd-current/sys/arch/m88k/m88k/
H A Dsig_machdep.c282 local_stack_frame(struct trapframe *tf, vaddr_t tos, size_t fsize) argument
286 frame = (tos - fsize) & ~_STACKALIGNBYTES;
291 tos = frame + fsize;
293 tf->tf_dma0 >= frame && tf->tf_dma0 < tos) {
299 tf->tf_dma1 >= frame && tf->tf_dma1 < tos) {
305 tf->tf_dma2 >= frame && tf->tf_dma2 < tos) {
/openbsd-current/sys/net/
H A Dif_pflow.h68 u_int8_t tos; member in struct:pflow_flow
107 struct pflow_tmpl_fspec tos; member in struct:pflow_ipfix_tmpl_ipv4
126 struct pflow_tmpl_fspec tos; member in struct:pflow_ipfix_tmpl_ipv6
149 u_int8_t tos; /* ipClassOfService */ member in struct:pflow_ipfix_flow4
165 u_int8_t tos; /* ipClassOfService */ member in struct:pflow_ipfix_flow6
H A Dif_mpe.c230 uint8_t tos, prio; local
262 tos = ip->ip_tos;
271 tos = flow >> 20;
295 prio = IFQ_TOS2PRIO(tos);
467 uint8_t ttl, tos; local
495 tos = ip->ip_tos;
517 tos = flow >> 20;
541 m->m_pkthdr.pf.prio = IFQ_TOS2PRIO(tos);
H A Dif_mpip.c472 uint8_t ttl, tos; local
557 tos = ip->ip_tos;
579 tos = flow >> 20;
604 m->m_pkthdr.pf.prio = IFQ_TOS2PRIO(tos);
673 uint8_t tos, prio, ttl; local
732 tos = ip->ip_tos;
741 tos = flow >> 20;
749 prio = IFQ_TOS2PRIO(tos);
/openbsd-current/usr.sbin/ldpd/
H A Dsocket.c219 sock_set_ipv4_tos(int fd, int tos) argument
221 if (setsockopt(fd, IPPROTO_IP, IP_TOS, (int *)&tos, sizeof(tos)) == -1) {
222 log_warn("%s: error setting IP_TOS to 0x%x", __func__, tos);
/openbsd-current/sys/sys/
H A Dgmon.h132 struct tostruct *tos; member in struct:gmonparam
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c304 FSTACK *tos = filestack;
306 if (!tos)
323 input_filename = tos->filename;
324 input_text = tos->text;
325 input_text_length = tos->size;
326 input_text_offset = tos->offset;
327 line_number = tos->line_number;
328 free (tos);
301 FSTACK *tos = filestack; local
/openbsd-current/regress/usr.sbin/ospfd/
H A DPacket.pm123 @fields{qw(hlv tos len id off ttl p sum src dst)} =
162 @$fields{qw(hlv tos len id off ttl p src dst)});
/openbsd-current/gnu/usr.sbin/mkhybrid/src/include/
H A Dmconfig.h60 #if defined(tos) || defined(__tos)
/openbsd-current/usr.sbin/ntpd/
H A Dserver.c42 int tos = IPTOS_LOWDELAY, rdomain = 0; local
123 IPPROTO_IP, IP_TOS, &tos, sizeof(tos)) == -1)

Completed in 322 milliseconds

1234