Home
last modified time | relevance | path

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

123456

/freebsd/usr.bin/indent/
H A Dparse.c60 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) { in parse()
62 ps.p_stack[ps.tos] = stmt; /* apply the if(..) stmt ::= stmt in parse()
74 if (ps.p_stack[ps.tos] != decl) { /* only put one declaration in parse()
78 ps.p_stack[++ps.tos] = decl; in parse()
79 ps.il[ps.tos] = ps.i_l_follow; in parse()
84 for (i = ps.tos - 1; i > 0; --i) in parse()
94 if (ps.p_stack[ps.tos] == elsehead && opt.else_if) /* "else if ..." */ in parse()
100 ps.i_l_follow = ps.il[ps.tos--]; in parse()
105 ps.p_stack[++ps.tos] = tk; in parse()
106 ps.il[ps.tos] = ps.ind_level = ps.i_l_follow; in parse()
[all …]
H A Dindent.c501 if (ps.tos > 1) /* check for balanced braces */ in main()
604 if (ps.in_or_st && *token == '(' && ps.tos <= 2) { in main()
875 if (ps.p_stack[ps.tos] == decl && !ps.block_init) /* semicolons can be in main()
904 ps.search_brace = opt.cuddle_else && ps.p_stack[ps.tos] == ifhead in main()
905 && ps.il[ps.tos] >= ps.ind_level; in main()
906 if (ps.tos <= 1 && opt.blanklines_after_procs && ps.dec_nest <= 0) in main()
964 if (ps.last_token == rparen && ps.tos <= 1) { in main()
1170 match_state[ifdef_level].tos = -1; in main()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.cpp46 "\tpopping off stack: %s (%s)\n", cons_text_c[(p)->stack_data[tos].type], \
47 get_src((p)->stack_data[tos].ident)
167 int tos = p->stack_top; in dump_cons_stack() local
175 tos, gtid); in dump_cons_stack()
176 __kmp_str_buf_print(&buffer, " stack_top=%d { P=%d, W=%d, S=%d }\n", tos, in dump_cons_stack()
178 for (i = tos; i > 0; i--) { in dump_cons_stack()
194 int tos; in __kmp_push_parallel() local
203 tos = ++p->stack_top; in __kmp_push_parallel()
204 p->stack_data[tos].type = ct_parallel; in __kmp_push_parallel()
205 p->stack_data[tos].prev = p->p_top; in __kmp_push_parallel()
[all …]
/freebsd/sbin/pfctl/tests/files/
H A Dpf0039.ok9 o_tos = "tos 0x08 "
15 pass in log quick on lo0 inet proto tcp all tos 0x08 keep state fragment label "blah"
16 pass in log quick on lo0 inet proto tcp all user = 3 group = 65534 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 ) k…
18 pass in log quick on lo0 inet proto tcp all user = 0 group = 65534 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 ) k…
22 pass in log quick on lo0 inet proto tcp all flags S/SA tos 0x08 set ( prio 2 ) keep state label "bl…
23 pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 tos 0x08 keep state
H A Dpf0035.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 Dpf0035.ok2 pass out on lo0 inet proto tcp from any to any port = ssh flags S/SA tos 0x10 keep state
3 pass out on lo0 inet proto tcp from any to any port = ssh flags S/SA tos 0x08 keep state
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di181 pass in tos 0x50 from any to any
2 pass in tos 0x80 from any to any
3 pass out tos 0x80 from any to any
4 pass out tos 0x50 from any to any
H A Di52 count in tos 0x80 from any to any
3 pass in on ed0(!) inet tos 0x40 from 127.0.0.1/32 to 127.0.0.1/32
/freebsd/lib/libc/gmon/
H A Dgmon.c95 p->tos = (struct tostruct *)cp; in monstartup()
101 p->tos[0].link = 0; in monstartup()
186 toindex = p->tos[toindex].link) { in _mcleanup()
190 frompc, p->tos[toindex].selfpc, in _mcleanup()
191 p->tos[toindex].count); in _mcleanup()
195 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()
196 rawarc.raw_count = p->tos[toindex].count; in _mcleanup()
H A Dmcount.c188 toindex = ++p->tos[0].link; in _MCOUNT_DECL()
194 top = &p->tos[toindex]; in _MCOUNT_DECL()
200 top = &p->tos[toindex]; in _MCOUNT_DECL()
222 toindex = ++p->tos[0].link; in _MCOUNT_DECL()
226 top = &p->tos[toindex]; in _MCOUNT_DECL()
237 top = &p->tos[top->link]; in _MCOUNT_DECL()
/freebsd/sbin/ipf/iplang/
H A DBNF24 "ttl" number | "tos" number | "sum" number | "len" number |
59 "net-prohib" | "host-prohib" | "net-tos" | "host-tos" |
61 redirtype ::= "net-redir" | "host-redir" | "tos-net-redir" |
62 "tos-host-redir" .
/freebsd/share/examples/ipfilter/
H A DBNF1 filter-rule = [ insert ] action in-out [ options ] [ tos ] [ ttl ]
8 tos = "tos" decnumber | "tos" hexnumber .
60 "net-prohib" | "host-prohib" | "net-tos" | "host-tos" |
/freebsd/sys/net/
H A Dpflow.h97 u_int8_t tos; member
136 struct pflow_tmpl_fspec tos; member
155 struct pflow_tmpl_fspec tos; member
196 u_int8_t tos; /* ipClassOfService */ member
212 u_int8_t tos; /* ipClassOfService */ member
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di181 pass in tos {80,0x80} all
2 pass out tos {0x80,80} all
H A Di52 count in tos 0x80 from any to any
3 pass in on ed0 tos 64 from localhost to localhost
H A Di88 pass in proto icmp all icmp-type unreach code net-tos
11 pass in proto icmp all icmp-type unreach code host-tos
39 pass in proto icmp all icmp-type unreach code net-tos
42 pass in proto icmp all icmp-type unreach code host-tos
/freebsd/usr.sbin/ppp/
H A Dncp.h42 unsigned tos : 1; /* Urgent IPTOS_LOWDELAY packets ? */ member
97 #define ncp_ClearUrgentTOS(ncp) (ncp)->cfg.urgent.tos = 0
98 #define ncp_SetUrgentTOS(ncp) (ncp)->cfg.urgent.tos = 1
/freebsd/contrib/tcpdump/
H A Dprint-cnfp.c78 nd_uint8_t tos; /* IP type of service */ member
111 nd_uint8_t tos; /* IP type of service */ member
145 nd_uint8_t tos; /* IP type of service */ member
239 GET_U_1(nr->tos), in cnfp_v1_print()
341 GET_U_1(nr->tos), in cnfp_v5_print()
446 GET_U_1(nr->tos), in cnfp_v6_print()
/freebsd/sys/dev/irdma/
H A Dirdma_cm.h292 u8 tos; member
346 u8 tos; member
369 u8 tos; member
424 static inline u8 irdma_tos2dscp(u8 tos) in irdma_tos2dscp() argument
428 return FIELD_GET(IRDMA_DSCP, tos); in irdma_tos2dscp()
/freebsd/contrib/telnet/telnet/
H A Dmain.c63 extern int tos;
192 if ((tos = parsetos(optarg, "tcp")) < 0) in main()
206 tos = ultmp; in main()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c155 int tos = -1; in main() local
297 if ((tos = parsetos(optarg, "tcp")) < 0) in main()
448 if (tos < 0 && (tp = gettosbyname("telnet", "tcp"))) in main()
449 tos = tp->t_tos; in main()
451 if (tos < 0) in main()
452 tos = 020; /* Low Delay bit */ in main()
453 if (tos in main()
456 (void *)&tos, sizeof(tos)) < 0) in main()
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c740 fprintf(df, "tos"); in dump_config_tree()
746 "# unknown tos attr type %d %s\n" in dump_config_tree()
747 "tos", atrv->type, in dump_config_tree()
2234 attr_val* tos; in config_tos()
2237 tos = HEAD_PFIFO(ptree->orphan_cmds); in config_tos()
2238 for (; tos != NULL; tos = tos->link) { in config_tos() local
2239 switch (tos->attr) { in config_tos()
2245 basedate_set_day(tos in config_tos()
2207 attr_val * tos; config_tos_clock() local
[all...]
/freebsd/sys/netgraph/netflow/
H A Dnetflow_v9.h64 uint8_t tos; /* IP type of service IN (or OUT) (TOS) */ member
89 uint8_t tos; /* IP type of service IN (or OUT) (TOS) */ member
/freebsd/tests/sys/netpfil/common/
H A Dpft_ping.py80 tos = send_params.get('tc')
91 if tos:
92 ip.tos = tos
196 tos = expect_params.get('tc')
212 if tos and ip.tos != tos:
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c229 extern int tos; in main()
231 if ((tos = parsetos(optarg, "tcp")) < 0) in main()

123456