Searched refs:_state (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_net.cpp | 770 _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 D | micro_thread.h | 257 _state = state; in SetState() 260 return _state; in GetState() 290 ThreadState _state;
|
| H A D | mt_net.h | 284 return (_state & LINK_CONNECTED); in Connected() 357 uint32_t _state; variable
|
| H A D | micro_thread.cpp | 210 _state = INITIAL; in MicroThread() 222 _state = INITIAL; in CleanState()
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 666 #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 D | alias_local.h | 327 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 D | sctp_constants.h | 469 #define SCTP_SET_STATE(_stcb, _state) \ argument 470 sctp_set_state(_stcb, _state)
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_constants.h | 469 #define SCTP_SET_STATE(_stcb, _state) \ argument 470 sctp_set_state(_stcb, _state)
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 483 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 D | ip_fw_dynamic.c | 2075 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 D | ipfw2.c | 2535 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()
|