Home
last modified time | relevance | path

Searched refs:_state (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_net.cpp770 _state = 0; in Reset()
789 _state = 0; in CSockLink()
906 _state |= LINK_CONNECTED; in Connect()
909 if (_state & LINK_CONNECTED) in Connect()
914 if (_state & LINK_CONNECTING) in Connect()
928 _state |= LINK_CONNECTED; in Connect()
933 _state |= LINK_CONNECTING; in Connect()
948 _state |= LINK_CONNECTED; in Connect()
1402 if (_state & LINK_CONNECTING) in OutputNotify()
1404 _state &= ~LINK_CONNECTING; in OutputNotify()
[all …]
H A Dmicro_thread.h257 _state = state; in SetState()
260 return _state; in GetState()
290 ThreadState _state;
H A Dmt_net.h284 return (_state & LINK_CONNECTED); in Connected()
357 uint32_t _state; variable
H A Dmicro_thread.cpp210 _state = INITIAL; in MicroThread()
222 _state = INITIAL; in CleanState()
/f-stack/dpdk/drivers/common/sfc_efx/
H A Defsys.h666 #define EFSYS_LOCK(_lockp, _state) \ argument
669 (_state) = EFSYS_LOCK_MAGIC; \
673 #define EFSYS_UNLOCK(_lockp, _state) \ argument
675 SFC_EFX_ASSERT((_state) == EFSYS_LOCK_MAGIC); \
/f-stack/freebsd/netinet/libalias/
H A Dalias_local.h327 void SetStateIn(struct alias_link *_lnk, int _state);
328 void SetStateOut(struct alias_link *_lnk, int _state);
/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h469 #define SCTP_SET_STATE(_stcb, _state) \ argument
470 sctp_set_state(_stcb, _state)
/f-stack/freebsd/netinet/
H A Dsctp_constants.h469 #define SCTP_SET_STATE(_stcb, _state) \ argument
470 sctp_set_state(_stcb, _state)
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c483 rollback_add_entry(void *object, struct op_state *_state) in rollback_add_entry() argument
488 ts = (struct tableop_state *)_state; in rollback_add_entry()
1182 restart_flush(void *object, struct op_state *_state) in restart_flush() argument
1186 ts = (struct tableop_state *)_state; in restart_flush()
H A Dip_fw_dynamic.c2075 s, dyn_ ## name ## _state, expired); \ in dyn_free_states()
2279 dyn_match_ ## af ## _state(ch, s, rt))) { \ in dyn_expire_states()
3070 dyn_export_ ## af ## _state(s, &dst->state); \ in ipfw_dump_states()
3118 dyn_export_ ## af ## _state(s, p); \ in ipfw_get_dynamic()
/f-stack/tools/ipfw/
H A Dipfw2.c2535 void *arg __unused, void *_state) in prepare_format_dyn() argument
2541 d = (ipfw_dyn_rule *)_state; in prepare_format_dyn()
2682 void *_arg, void *_state) in list_dyn_state() argument
2689 d = (ipfw_dyn_rule *)_state; in list_dyn_state()