Searched refs:have_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c2868 ipfw_insn *have_state = NULL; /* check-state or keep-state */ local
2932 have_state = action;
3275 if (have_state) /* must be a check-state, we are done */
3715 if (have_state)
3718 have_state = cmd;
3729 if (have_state)
3732 have_state = cmd;
3948 if (have_state && have_state->opcode != O_CHECK_STATE) {
3972 * put back the have_state comman
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfttrace.c366 int have_state; /* 1 if the event state has been set */
617 new_p->have_state = 0;
1170 if (p->have_state)
1990 if (p->have_state)
2309 tinfo->have_state = 1;
3884 if (p->have_state)
4651 p->have_state = 1;
365 int have_state; /* 1 if the event state has been set */ member in struct:thread_info_struct

Completed in 93 milliseconds