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

  /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;

Completed in 12 milliseconds