Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/ipfw/
Dipfw2.c2880 ipfw_insn *have_state = NULL; /* check-state or keep-state */ in ipfw_add() local
2944 have_state = action; in ipfw_add()
3287 if (have_state) /* must be a check-state, we are done */ in ipfw_add()
3726 if (have_state) in ipfw_add()
3729 have_state = cmd; in ipfw_add()
3740 if (have_state) in ipfw_add()
3743 have_state = cmd; in ipfw_add()
3959 if (have_state && have_state->opcode != O_CHECK_STATE) { in ipfw_add()
3985 if (have_state && have_state->opcode != O_CHECK_STATE) { in ipfw_add()
3986 i = F_LEN(have_state); in ipfw_add()
[all …]
/freebsd-10-stable/contrib/gdb/gdb/
Dinfttrace.c365 int have_state; /* 1 if the event state has been set */ member
613 new_p->have_state = 0; in create_thread_info()
1166 if (p->have_state) in print_tthread()
1980 if (p->have_state) in check_thread_consistency()
2298 tinfo->have_state = 1; in call_ttrace_wait()
3866 if (p->have_state) in thread_dropping_event_check()
4632 p->have_state = 1; in update_thread_state_after_attach()