HomeSort by: relevance | last modified time | path
    Searched refs:quick (Results 1 - 16 of 16) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-to-many-words.mk 6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
varmod-to-one-word.mk 6 SENTENCE= The quick brown fox jumps over the lazy brown dog.
16 .if ${SENTENCE} != "The quick brown fox jumps over the lazy brown dog."
suff-rebuild.mk 24 # XXX: At a quick glance, the code in SuffUpdateTarget looks as if it were
  /src/usr.bin/who/
who.c 75 static void quick(const char *);
182 quick(NULL);
191 quick(*argv);
368 quick(const char *fname) function in typeref:typename:void
  /src/games/sail/
misc.c 160 portside(struct ship *from, struct ship *on, int quick)
167 if (quick == -1) {
172 if (quick != 0)
  /src/usr.sbin/npf/npfctl/
npf_scan.l 153 quick return FINAL;
  /src/sys/arch/mac68k/obio/
esp.c 184 int quick = 0, avdma = 0; local in function:espattach
205 quick = 1;
225 quick = 1;
233 if (quick) {
283 if (quick)
284 aprint_normal(" (quick)");
331 if (!quick && !avdma) {
  /src/dist/pf/sbin/pfctl/
parse.y 382 u_int8_t quick;
410 %token PASS BLOCK SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
456 %type <v.logquick> logquick quick log logopts logopt
692 anchorrule : ANCHOR anchorname dir quick interface af proto fromto
741 r.quick = $4.quick;
919 if ($3.quick) {
920 yyerror("scrub rules do not support 'quick'");
1057 r.quick = $2.quick;
2249 quick : \/* empty *\/ { $$.quick = 0; } label
    [all...]
pfctl_optimize.c 134 PF_RULE_FIELD(quick, BREAK),
375 * 4) re-order the 'quick' rules based on feedback from the
418 TAILQ_FIRST(&block->sb_rules)->por_rule.quick &&
806 * Optimization pass #4: re-order 'quick' rules based on feedback from the
pfctl_parser.c 793 if (r->quick)
794 printf(" quick");
  /src/dist/pf/libexec/tftp-proxy/
filter.c 293 * pass quick [log] inet[6] proto tcp \
298 pfr.rule.quick = 1;
  /src/dist/pf/usr.sbin/ftp-proxy/
filter.c 317 * pass quick [log] inet[6] proto tcp \
322 pfr.rule.quick = 1;
  /src/sys/dist/pf/net/
pf.c 2100 int quick = 0; local in function:pf_step_out_of_anchor
2127 quick = f->r->quick;
2131 return (quick);
3330 if ((*rm)->quick)
3783 if ((*rm)->quick)
pfvar.h 589 u_int8_t quick; member in struct:pf_rule
pf_ioctl.c 1016 PF_MD5_UPD(rule, quick);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru.dtsi 304 * This quick transition under light load has the possibility to trigger the

Completed in 30 milliseconds