Home
last modified time | relevance | path

Searched refs:safe_list (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/libubox/libubox-c83a84af/
H A Dsafe_list.c24 struct safe_list *next;
28 __safe_list_set_iterator(struct safe_list *list, in __safe_list_set_iterator()
32 struct safe_list *next; in __safe_list_set_iterator()
55 __safe_list_move_iterator(struct safe_list *list, in __safe_list_move_iterator()
62 int safe_list_for_each(struct safe_list *head, in safe_list_for_each()
63 int (*cb)(void *ctx, struct safe_list *list), in safe_list_for_each()
67 struct safe_list *cur; in safe_list_for_each()
83 void safe_list_add(struct safe_list *list, struct safe_list *head) in safe_list_add()
89 void safe_list_add_first(struct safe_list *list, struct safe_list *head) in safe_list_add_first()
95 void safe_list_del(struct safe_list *list) in safe_list_del()
[all …]
H A Dsafe_list.h32 struct safe_list;
35 struct safe_list { struct
40 int safe_list_for_each(struct safe_list *list, argument
41 int (*cb)(void *ctx, struct safe_list *list),
44 void safe_list_add(struct safe_list *list, struct safe_list *head);
45 void safe_list_add_first(struct safe_list *list, struct safe_list *head);
46 void safe_list_del(struct safe_list *list);
55 #define SAFE_LIST(_name) struct safe_list _name = SAFE_LIST_INIT(_name)
57 static inline bool safe_list_empty(struct safe_list *head) in safe_list_empty()
H A Drunqueue.h31 struct safe_list tasks_active;
32 struct safe_list tasks_inactive;
72 struct safe_list list;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/iosxr/providers/cli/config/bgp/
H A Daddress_family.py16 safe_list = list()
42 safe_list.append(context)
45 resp = self._negate_config(config, safe_list)
50 def _negate_config(self, config, safe_list=None): argument
53 for item in set(matches).difference(safe_list):
59 safe_list = list()
65 safe_list.append(network)
77 for entry in set(matches).difference(safe_list):
84 safe_list = list()
104 safe_list.append(option)
[all …]
H A Dneighbors.py17 safe_list = list()
50 safe_list.append(context)
52 if config and safe_list:
53 commands.extend(self._negate_config(config, safe_list))
57 def _negate_config(self, config, safe_list=None): argument
60 for item in set(matches).difference(safe_list):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/providers/cli/config/bgp/
H A Daddress_family.py22 safe_list = list()
50 safe_list.append(context)
53 resp = self._negate_config(config, safe_list)
58 def _negate_config(self, config, safe_list=None): argument
61 for item in set(matches).difference(safe_list):
67 safe_list = list()
73 safe_list.append(network)
85 for entry in set(matches).difference(safe_list):
92 safe_list = list()
117 safe_list.append(option)
[all …]
H A Dneighbors.py23 safe_list = list()
58 safe_list.append(context)
60 if config and safe_list:
61 commands.extend(self._negate_config(config, safe_list))
65 def _negate_config(self, config, safe_list=None): argument
68 for item in set(matches).difference(safe_list):
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/frr/providers/cli/config/bgp/
H A Daddress_family.py17 safe_list = list()
43 safe_list.append(context)
47 resp = self._negate_config(config, safe_list)
52 def _negate_config(self, config, safe_list=None): argument
55 for item in set(matches).difference(safe_list):
75 safe_list = list()
81 safe_list.append(network)
94 for entry in set(matches).difference(safe_list):
101 safe_list = list()
121 safe_list.append(option)
[all …]
H A Dneighbors.py16 safe_list = list()
37 safe_list.append(context)
40 if config and safe_list:
41 commands.extend(self._negate_config(config, safe_list))
45 def _negate_config(self, config, safe_list=None): argument
48 for item in set(matches).difference(safe_list):
H A Dprocess.py88 safe_list = list()
94 safe_list.append(network)
107 for entry in set(matches).difference(safe_list):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/providers/cli/config/bgp/
H A Daddress_family.py25 safe_list = list()
53 safe_list.append(context)
57 resp = self._negate_config(config, safe_list)
62 def _negate_config(self, config, safe_list=None): argument
65 for item in set(matches).difference(safe_list):
85 safe_list = list()
91 safe_list.append(network)
104 for entry in set(matches).difference(safe_list):
111 safe_list = list()
124 safe_list.append(option)
[all …]
H A Dprocess.py102 safe_list = list()
108 safe_list.append(network)
121 for entry in set(matches).difference(safe_list):
128 safe_list = list()
141 safe_list.append(option)
150 for entry in set(matches).difference(safe_list):
H A Dneighbors.py22 safe_list = list()
42 safe_list.append(context)
45 if config and safe_list:
46 commands.extend(self._negate_config(config, safe_list))
50 def _negate_config(self, config, safe_list=None): argument
53 for item in set(matches).difference(safe_list):
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/eos/providers/cli/config/bgp/
H A Daddress_family.py17 safe_list = list()
43 safe_list.append(context)
47 resp = self._negate_config(config, safe_list)
52 def _negate_config(self, config, safe_list=None): argument
55 for item in set(matches).difference(safe_list):
75 safe_list = list()
81 safe_list.append(network)
94 for entry in set(matches).difference(safe_list):
101 safe_list = list()
114 safe_list.append(option)
[all …]
H A Dprocess.py86 safe_list = list()
92 safe_list.append(network)
105 for entry in set(matches).difference(safe_list):
112 safe_list = list()
125 safe_list.append(option)
132 for entry in set(matches).difference(safe_list):
H A Dneighbors.py16 safe_list = list()
37 safe_list.append(context)
40 if config and safe_list:
41 commands.extend(self._negate_config(config, safe_list))
45 def _negate_config(self, config, safe_list=None): argument
48 for item in set(matches).difference(safe_list):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/plugins/module_utils/network/ios/providers/cli/config/bgp/
H A Daddress_family.py26 safe_list = list()
56 safe_list.append(context)
60 resp = self._negate_config(config, safe_list)
65 def _negate_config(self, config, safe_list=None): argument
68 for item in set(matches).difference(safe_list):
88 safe_list = list()
100 safe_list.append(network)
108 for entry in set(matches).difference(safe_list):
115 safe_list = list()
139 safe_list.append(option)
[all …]
H A Dneighbors.py22 safe_list = list()
43 safe_list.append(context)
46 if config and safe_list:
47 commands.extend(self._negate_config(config, safe_list))
51 def _negate_config(self, config, safe_list=None): argument
54 for item in set(matches).difference(safe_list):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/frr/frr/plugins/module_utils/network/frr/providers/cli/config/bgp/
H A Daddress_family.py28 safe_list = list()
56 safe_list.append(context)
60 resp = self._negate_config(config, safe_list)
65 def _negate_config(self, config, safe_list=None): argument
68 for item in set(matches).difference(safe_list):
88 safe_list = list()
94 safe_list.append(network)
107 for entry in set(matches).difference(safe_list):
114 safe_list = list()
134 safe_list.append(option)
[all …]
H A Dneighbors.py25 safe_list = list()
46 safe_list.append(context)
49 if config and safe_list:
50 commands.extend(self._negate_config(config, safe_list))
54 def _negate_config(self, config, safe_list=None): argument
57 for item in set(matches).difference(safe_list):
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/ios/providers/cli/config/bgp/
H A Daddress_family.py18 safe_list = list()
46 safe_list.append(context)
50 resp = self._negate_config(config, safe_list)
55 def _negate_config(self, config, safe_list=None): argument
58 for item in set(matches).difference(safe_list):
78 safe_list = list()
90 safe_list.append(network)
98 for entry in set(matches).difference(safe_list):
105 safe_list = list()
125 safe_list.append(option)
[all …]
H A Dneighbors.py16 safe_list = list()
37 safe_list.append(context)
40 if config and safe_list:
41 commands.extend(self._negate_config(config, safe_list))
45 def _negate_config(self, config, safe_list=None): argument
48 for item in set(matches).difference(safe_list):
/dports/graphics/aseprite/aseprite-1.2.9/src/observable/obs/
H A Dsafe_list.h24 class safe_list {
150 iterator(safe_list& list, node* node) in iterator()
247 safe_list& m_list;
260 safe_list() { in safe_list() function
263 ~safe_list() { in ~safe_list()
391 void safe_list<T>::node::lock(iterator* it) { in lock()
405 void safe_list<T>::node::unlock(iterator* it) { in unlock()
436 void safe_list<T>::node::unlock_all() { in unlock_all()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dreds-private.h87 red::safe_list<RedClient*> clients;
107 red::safe_list<red::shared_ptr<RedChannel>> channels;
115 red::safe_list<red::shared_ptr<RedCharDevice>> char_devices;
137 red::safe_list<QXLInstance*> qxl_instances; // XXX owning
/dports/devel/elixir-plug/plug-1.4.5/lib/plug/
H A Dcrypto.ex19 safe_list(list)
39 defp safe_list([]), do: :ok function
40 defp safe_list([h | t]) when is_list(t) do function
42 safe_list(t)
44 defp safe_list([h | t]) do function

123