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

  /src/usr.bin/fgen/
fgen.l 75 * Global variables that control the parse state.
81 static int state = 0;
104 #define STATE(y, x) do { if (debug) printf("%lx State %s: token `%s'\n", outpos, x, y); } while (0)
127 \\[^\n]*\n /* end of line comment -- keep looping */ { STATE(yytext, "EOL comment"); }
528 { "state", 0x00dc, 0, NULL, NULL },
1090 STATE(token->text, "TOK_NUMBER");
1126 STATE(token->text, "TOK_C_LIT");
1134 STATE(token->text, "TOK_STRING_LIT:");
1157 STATE(token->text, "TOK_PSTRING:")
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c 20 #define STATE_COUNTER(STATE) ((STATE)->nonce)
21 #define STATE_INONCE(STATE) ((STATE)->nonce + \
28 (crypto_secretstream_xchacha20poly1305_state *state)
30 memset(STATE_COUNTER(state), 0,
32 STATE_COUNTER(state)[0] = 1; local in function:_crypto_secretstream_xchacha20poly1305_counter_reset
44 (crypto_secretstream_xchacha20poly1305_state *state,
53 COMPILER_ASSERT(sizeof state->nonce ==
58 crypto_core_hchacha20(state->k, out, k, NULL)
104 STATE_INONCE(state)[i] = local in function:crypto_secretstream_xchacha20poly1305_rekey
    [all...]
  /src/usr.sbin/pf/pfs/
token.l 57 state { return STATE;}
parse.y 80 %token STATE
96 | state states { parse_init(); }
99 state label
100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer {
209 : STATE STRING {
210 current_peer.state = retrieve_peer_state($2, global_state.proto);
213 | STATE NUMBER {
215 yyfatal("peer state is too big");
216 current_peer.state = $2;
368 yyfatal("Invalid peer state");
    [all...]
  /src/usr.bin/systat/
netstat.c 101 short ni_state; /* tcp state */
233 error("Kernel state in transition");
278 error("Kernel state in transition");
303 enter(struct inpcb *inp, struct socket *so, int state, const char *proto)
346 p->ni_state = state;
352 enter6(struct inpcb *inp, struct socket *so, int state, const char *proto)
395 p->ni_state = state;
406 #define STATE SNDCC+7
421 mvwaddstr(wnd, 0, STATE, "(state)");
    [all...]
  /src/games/atc/
input.c 117 } STATE;
121 int state; member in struct:__anon3fb696910308
128 #define T_STATE stack[level].state
204 static STATE st[] = {
310 func = st[stack[i].state].rule[stack[i].rule].func;
  /src/dist/pf/sbin/pfctl/
parse.y 412 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
605 printf("set state-policy floating\n");
608 printf("set state-policy if-bound\n");
1753 /* 'keep state' by default on pass rules. */
1765 yyerror("state option 'max' "
1773 yyerror("state option 'sync' "
1781 yyerror("state option "
1791 yyerror("state option "
1815 yyerror("state option: "
1823 yyerror("state option
    [all...]
  /src/sys/arch/m68k/060sp/dist/
isp.s 3239 # THIS IS THE STATE OF THE INTEGER REGISTER FILE UPON #
3397 # THIS MUST BE THE STATE OF THE INTEGER REGISTER FILE UPON #
3697 # THIS MUST BE THE STATE OF THE INTEGER REGISTER FILE UPON #
3856 # THIS IS THE STATE OF THE INTEGER REGISTER FILE UPON #
3996 # THIS MUST BE THE STATE OF THE INTEGER REGISTER FILE UPON #
4152 # THIS MUST BE THE STATE OF THE INTEGER REGISTER FILE UPON #
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxnv50.c 184 cp_set (ctx, STATE, RUNNING);
219 /* general PGRAPH state */
240 /* pre-exit state updates */
253 cp_set (ctx, STATE, STOPPED);
502 /* 7000: per-ROP group state */
586 /* 8000+: per-TP state */
601 /* per-MP state */
806 /* tesla state */
810 /* SRC_TIC state */
821 /* turing state */
    [all...]

Completed in 35 milliseconds