Home
last modified time | relevance | path

Searched defs:act (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/third_party/libnl/lib/route/
Dact.c31 struct rtnl_act * rtnl_act_next(struct rtnl_act *act) in rtnl_act_next()
63 int rtnl_act_remove(struct rtnl_act **head, struct rtnl_act *act) in rtnl_act_remove()
79 static int rtnl_act_fill_one(struct nl_msg *msg, struct rtnl_act *act, int order) in rtnl_act_fill_one()
116 int rtnl_act_fill(struct nl_msg *msg, int attrtype, struct rtnl_act *act) in rtnl_act_fill()
137 static int rtnl_act_msg_build(struct rtnl_act *act, int type, int flags, in rtnl_act_msg_build()
165 static int act_build(struct rtnl_act *act, int type, int flags, in act_build()
192 void rtnl_act_get(struct rtnl_act *act) in rtnl_act_get()
197 void rtnl_act_put(struct rtnl_act *act) in rtnl_act_put()
223 int rtnl_act_build_add_request(struct rtnl_act *act, int flags, in rtnl_act_build_add_request()
262 int rtnl_act_add(struct nl_sock *sk, struct rtnl_act *act, int flags) in rtnl_act_add()
[all …]
/third_party/libnl/lib/route/act/
Dvlan.c202 int rtnl_vlan_set_mode(struct rtnl_act *act, int mode) in rtnl_vlan_set_mode()
224 int rtnl_vlan_get_mode(struct rtnl_act *act, int *out_mode) in rtnl_vlan_get_mode()
244 int rtnl_vlan_set_action(struct rtnl_act *act, int action) in rtnl_vlan_set_action()
263 int rtnl_vlan_get_action(struct rtnl_act *act, int *out_action) in rtnl_vlan_get_action()
283 int rtnl_vlan_set_protocol(struct rtnl_act *act, uint16_t protocol) in rtnl_vlan_set_protocol()
302 int rtnl_vlan_get_protocol(struct rtnl_act *act, uint16_t *out_protocol) in rtnl_vlan_get_protocol()
322 int rtnl_vlan_set_vlan_id(struct rtnl_act *act, uint16_t vid) in rtnl_vlan_set_vlan_id()
344 int rtnl_vlan_get_vlan_id(struct rtnl_act *act, uint16_t *out_vid) in rtnl_vlan_get_vlan_id()
364 int rtnl_vlan_set_vlan_prio(struct rtnl_act *act, uint8_t prio) in rtnl_vlan_set_vlan_prio()
386 int rtnl_vlan_get_vlan_prio(struct rtnl_act *act, uint8_t *out_prio) in rtnl_vlan_get_vlan_prio()
Dskbedit.c162 int rtnl_skbedit_set_action(struct rtnl_act *act, int action) in rtnl_skbedit_set_action()
176 int rtnl_skbedit_get_action(struct rtnl_act *act) in rtnl_skbedit_get_action()
185 int rtnl_skbedit_set_queue_mapping(struct rtnl_act *act, uint16_t index) in rtnl_skbedit_set_queue_mapping()
197 int rtnl_skbedit_get_queue_mapping(struct rtnl_act *act, uint16_t *index) in rtnl_skbedit_get_queue_mapping()
211 int rtnl_skbedit_set_mark(struct rtnl_act *act, uint32_t mark) in rtnl_skbedit_set_mark()
223 int rtnl_skbedit_get_mark(struct rtnl_act *act, uint32_t *mark) in rtnl_skbedit_get_mark()
237 int rtnl_skbedit_set_priority(struct rtnl_act *act, uint32_t prio) in rtnl_skbedit_set_priority()
249 int rtnl_skbedit_get_priority(struct rtnl_act *act, uint32_t *prio) in rtnl_skbedit_get_priority()
Dmirred.c131 int rtnl_mirred_set_action(struct rtnl_act *act, int action) in rtnl_mirred_set_action()
154 int rtnl_mirred_get_action(struct rtnl_act *act) in rtnl_mirred_get_action()
163 int rtnl_mirred_set_ifindex(struct rtnl_act *act, uint32_t ifindex) in rtnl_mirred_set_ifindex()
174 uint32_t rtnl_mirred_get_ifindex(struct rtnl_act *act) in rtnl_mirred_get_ifindex()
183 int rtnl_mirred_set_policy(struct rtnl_act *act, int policy) in rtnl_mirred_set_policy()
206 int rtnl_mirred_get_policy(struct rtnl_act *act) in rtnl_mirred_get_policy()
/third_party/boost/boost/log/expressions/predicates/
Dchannel_severity_filter.hpp276 explicit channel_severity_filter_actor(base_type const& act) : base_type(act) in channel_severity_filter_actor()
315 typename result_type::base_type act = {{ terminal_type(channel_name, severity_name) }}; in channel_severity_filter() local
326 …typename result_type::base_type act = {{ terminal_type(channel_keyword.get_name(), severity_name) … in channel_severity_filter() local
337 …typename result_type::base_type act = {{ terminal_type(channel_name, severity_keyword.get_name()) … in channel_severity_filter() local
348 …typename result_type::base_type act = {{ terminal_type(channel_keyword.get_name(), severity_keywor… in channel_severity_filter() local
359 …typename result_type::base_type act = {{ terminal_type(channel_placeholder.get_name(), severity_na… in channel_severity_filter() local
370 …typename result_type::base_type act = {{ terminal_type(channel_name, severity_placeholder.get_name… in channel_severity_filter() local
381 …typename result_type::base_type act = {{ terminal_type(channel_placeholder.get_name(), severity_pl… in channel_severity_filter() local
393 …typename result_type::base_type act = {{ terminal_type(channel_name, severity_name, fallback_to_no… in channel_severity_filter() local
404 …typename result_type::base_type act = {{ terminal_type(channel_keyword.get_name(), severity_name, … in channel_severity_filter() local
[all …]
Dcontains.hpp91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in contains() local
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in contains() local
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in contains() local
Dbegins_with.hpp91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in begins_with() local
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in begins_with() local
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in begins_with() local
Dends_with.hpp91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in ends_with() local
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in ends_with() local
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in ends_with() local
Dis_in_range.hpp93 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), std::pair< boundary_type, boundary… in is_in_range() local
107 …ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), std::pair< boundary_type, … in is_in_range() local
121 …phoenix::actor< terminal_type > act = {{ terminal_type(name, std::pair< boundary_type, boundary_ty… in is_in_range() local
Dmatches.hpp89 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), rex, attr.get_fallback_policy()) }… in matches() local
102 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), rex) }}; in matches() local
115 phoenix::actor< terminal_type > act = {{ terminal_type(name, rex) }}; in matches() local
Dhas_attr.hpp137 phoenix::actor< terminal_type > act = {{ terminal_type(name) }}; in has_attr() local
148 phoenix::actor< terminal_type > act = {{ terminal_type(name) }}; in has_attr() local
160 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name()) }}; in has_attr() local
/third_party/boost/boost/log/expressions/
Dattr.hpp170 explicit attribute_actor(base_type const& act) : base_type(act) in attribute_actor()
197 typename or_none_result_type::base_type act = {{ result_terminal(get_name()) }}; in or_none() local
208 typename or_throw_result_type::base_type act = {{ result_terminal(get_name()) }}; in or_throw() local
218 typename or_default_result_type::base_type act = {{ result_terminal(get_name(), def_val) }}; in or_default() local
232 typename result_type::base_type act = {{ result_terminal(name) }}; in attr() local
245 typename result_type::base_type act = {{ result_terminal(name) }}; in attr() local
/third_party/node/lib/internal/cluster/
Dchild.js49 send({ act: 'online' }); property
86 act: 'queryServer', property
125 send({ act: 'close', key }); property
158 send({ act: 'close', key }); property
217 send({ act: 'exitedAfterDisconnect' }, () => process.disconnect()); property
254 send({ act: 'exitedAfterDisconnect' }, () => process.disconnect()); property
/third_party/boost/boost/log/expressions/formatters/
Ddate_time.hpp172 explicit format_date_time_actor(base_type const& act) : base_type(act) in format_date_time_actor()
231 typename actor_type::base_type act = {{ terminal_type(name, fallback_to_none(), format) }}; in format_date_time() local
247 typename actor_type::base_type act = {{ terminal_type(name, fallback_to_none(), format) }}; in format_date_time() local
264 …typename actor_type::base_type act = {{ terminal_type(keyword.get_name(), fallback_to_none(), form… in format_date_time() local
281 …typename actor_type::base_type act = {{ terminal_type(keyword.get_name(), fallback_to_none(), form… in format_date_time() local
298 …typename actor_type::base_type act = {{ terminal_type(placeholder.get_name(), placeholder.get_fall… in format_date_time() local
315 …typename actor_type::base_type act = {{ terminal_type(placeholder.get_name(), placeholder.get_fall… in format_date_time() local
Dnamed_scope.hpp383 explicit format_named_scope_actor(base_type const& act) : base_type(act) in format_named_scope_actor()
465 typename actor_type::base_type act = in format_named_scope() local
496 …typename actor_type::base_type act = {{ terminal_type(name, fallback_to_none(), element_format) }}; in format_named_scope() local
512 …typename actor_type::base_type act = {{ terminal_type(name, fallback_to_none(), element_format) }}; in format_named_scope() local
532 …typename actor_type::base_type act = {{ terminal_type(keyword.get_name(), fallback_to_none(), elem… in format_named_scope() local
552 …typename actor_type::base_type act = {{ terminal_type(keyword.get_name(), fallback_to_none(), elem… in format_named_scope() local
572 …typename actor_type::base_type act = {{ terminal_type(placeholder.get_name(), placeholder.get_fall… in format_named_scope() local
592 …typename actor_type::base_type act = {{ terminal_type(placeholder.get_name(), placeholder.get_fall… in format_named_scope() local
/third_party/boost/boost/spirit/home/classic/actor/
Derase_actor.hpp46 void act(T& ref_, KeyT const& key_) const in act() function
54 void act( in act() function
Dpush_front_actor.hpp48 void act(T& ref_, ValueT const& value_) const in act() function
56 void act( in act() function
Dpush_back_actor.hpp48 void act(T& ref_, ValueT const& value_) const in act() function
56 void act( in act() function
Dassign_key_actor.hpp26 void act(T& ref_, ValueT const& value_, KeyT const& key_) const in act() function
36 void act( in act() function
Dinsert_key_actor.hpp45 void act( in act() function
61 void act( in act() function
Dassign_actor.hpp46 void act(T& ref_, ValueT const& value_) const in act() function
54 void act( in act() function
Dinsert_at_actor.hpp49 void act( in act() function
64 void act( in act() function
/third_party/musl/libc-test/src/functionalext/supplement/signal/
Dsigaction.c29 struct sigaction act, oldact; in signal_0100() local
42 struct sigaction act, oldact; in signal_0200() local
/third_party/boost/boost/test/data/
Dfor_each_sample.hpp81 Action const& act, in for_each_sample()
102 Action const& act, in for_each_sample()
/third_party/ltp/include/lapi/
Dsafe_rt_signal.h12 int signum, const struct sigaction *act, in safe_rt_sigaction()
32 #define SAFE_RT_SIGACTION(signum, act, oldact, sigsetsize) \ argument

12345678910>>...28