Home
last modified time | relevance | path

Searched refs:action_value (Results 1 – 25 of 58) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c144 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_erif_entry_prepare()
145 if (!action_value->value) in mlxsw_sp_erif_entry_prepare()
159 u32 *action_value; in mlxsw_sp_erif_entry_get() local
172 *action_value = 1; in mlxsw_sp_erif_entry_get()
205 memset(&action_value, 0, sizeof(action_value)); in mlxsw_sp_dpipe_table_erif_entries_dump()
448 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_dpipe_table_host_entry_prepare()
449 if (!action_value->value) in mlxsw_sp_dpipe_table_host_entry_prepare()
632 memset(&action_value, 0, sizeof(action_value)); in mlxsw_sp_dpipe_table_host_entries_dump()
1016 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_dpipe_table_adj_entry_prepare()
1017 if (!action_value->value) in mlxsw_sp_dpipe_table_adj_entry_prepare()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c144 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_erif_entry_prepare()
145 if (!action_value->value) in mlxsw_sp_erif_entry_prepare()
159 u32 *action_value; in mlxsw_sp_erif_entry_get() local
172 *action_value = 1; in mlxsw_sp_erif_entry_get()
205 memset(&action_value, 0, sizeof(action_value)); in mlxsw_sp_dpipe_table_erif_entries_dump()
448 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_dpipe_table_host_entry_prepare()
449 if (!action_value->value) in mlxsw_sp_dpipe_table_host_entry_prepare()
632 memset(&action_value, 0, sizeof(action_value)); in mlxsw_sp_dpipe_table_host_entries_dump()
1016 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_dpipe_table_adj_entry_prepare()
1017 if (!action_value->value) in mlxsw_sp_dpipe_table_adj_entry_prepare()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c144 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_erif_entry_prepare()
145 if (!action_value->value) in mlxsw_sp_erif_entry_prepare()
159 u32 *action_value; in mlxsw_sp_erif_entry_get() local
172 *action_value = 1; in mlxsw_sp_erif_entry_get()
205 memset(&action_value, 0, sizeof(action_value)); in mlxsw_sp_dpipe_table_erif_entries_dump()
448 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_dpipe_table_host_entry_prepare()
449 if (!action_value->value) in mlxsw_sp_dpipe_table_host_entry_prepare()
632 memset(&action_value, 0, sizeof(action_value)); in mlxsw_sp_dpipe_table_host_entries_dump()
1016 action_value->value = kmalloc(action_value->value_size, GFP_KERNEL); in mlxsw_sp_dpipe_table_adj_entry_prepare()
1017 if (!action_value->value) in mlxsw_sp_dpipe_table_adj_entry_prepare()
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/app/feature_event/
H A Dindex.lua88 action_value = event:getHeader("Action-Value")
188 forward_all_destination = action_value;
190 forward_immediate_destination = action_value;
293 forward_all_destination = action_value;
296 forward_immediate_destination = action_value;
325 forward_busy_destination = action_value;
347 forward_busy_destination = action_value;
373 forward_no_answer_destination = action_value;
397 forward_no_answer_destination = action_value;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/data_reduction_proxy/core/common/
H A Ddata_reduction_proxy_headers.cc47 std::string* action_value) { in GetDataReductionProxyActionValue() argument
54 if (action_value) in GetDataReductionProxyActionValue()
55 *action_value = value.substr(action_prefix.size() + 1); in GetDataReductionProxyActionValue()
/dports/devel/desktop-file-utils/desktop-file-utils-0.26/src/
H A Dinstall.c65 char *action_value; member
71 const char *action_value) in dfu_edit_action_new() argument
78 action->action_value = g_strdup (action_value); in dfu_edit_action_new()
89 g_free (action->action_value); in dfu_edit_action_free()
190 action->key, action->action_value); in process_one_file()
202 action->key, action->action_value); in process_one_file()
206 action->key, action->action_value); in process_one_file()
210 GROUP_DESKTOP_ENTRY, action->action_value); in process_one_file()
674 action->action_value = g_strdup (value); in parse_edit_options_callback()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/manifest_handlers/
H A Daction_handlers_handler.cc57 const base::Value* action_value = wrapped_value.FindKeyOfType( in Parse() local
59 if (!action_value) { in Parse()
63 value = action_value->GetString(); in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/manifest_handlers/
H A Daction_handlers_handler.cc57 const base::Value* action_value = wrapped_value.FindKeyOfType( in Parse() local
59 if (!action_value) { in Parse()
63 value = action_value->GetString(); in Parse()
/dports/www/drupal8/drupal-8.9.20/core/modules/block/tests/modules/block_test/src/Controller/
H A DTestMultipleFormController.php29 foreach ($action_values as $action_value) {
30 $this->messenger()->addStatus('Form action: ' . $action_value);
/dports/www/drupal9/drupal-9.2.10/core/modules/block/tests/modules/block_test/src/Controller/
H A DTestMultipleFormController.php29 foreach ($action_values as $action_value) {
30 $this->messenger()->addStatus('Form action: ' . $action_value);
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs_v2/sensors/
H A Dspace_utils.py120 def create_constant_action(action_space, action_value=0): argument
125 sub_name: create_constant_action(sub_space, action_value)
129 return np.full(action_space.shape, action_value)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/data_reduction_proxy/core/common/
H A Ddata_reduction_proxy_headers_unittest.cc159 std::string action_value; in TEST() local
161 parsed.get(), tests[i].action_key, &action_value); in TEST()
164 EXPECT_EQ(tests[i].expected_action_value, action_value); in TEST()
H A Ddata_reduction_proxy_headers.cc199 std::string* action_value) { in GetDataReductionProxyActionValue() argument
206 if (action_value) in GetDataReductionProxyActionValue()
207 *action_value = value.substr(action_prefix.size() + 1); in GetDataReductionProxyActionValue()
H A Ddata_reduction_proxy_headers.h157 std::string* action_value);
/dports/news/pan/pan-0.145/pan/gui/
H A De-action-combo-box.h79 gint action_value);
82 gint action_value);
H A De-action-combo-box.c551 gint action_value) in e_action_combo_box_add_separator_before() argument
563 NULL, COLUMN_SORT, (gfloat) action_value - 0.5, -1); in e_action_combo_box_add_separator_before()
568 gint action_value) in e_action_combo_box_add_separator_after() argument
580 NULL, COLUMN_SORT, (gfloat) action_value + 0.5, -1); in e_action_combo_box_add_separator_after()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-action-combo-box.h80 gint action_value);
83 gint action_value);
H A De-action-combo-box.c574 gint action_value) in e_action_combo_box_add_separator_before() argument
586 NULL, COLUMN_SORT, (gfloat) action_value - 0.5, -1); in e_action_combo_box_add_separator_before()
591 gint action_value) in e_action_combo_box_add_separator_after() argument
603 NULL, COLUMN_SORT, (gfloat) action_value + 0.5, -1); in e_action_combo_box_add_separator_after()
/dports/graphics/drawing/drawing-0.8.4/src/
H A Doptions_manager.py116 action_value = self.get_value(action_name)
117 self._tools_gsettings.set_string(key_name, action_value)
120 action_value = self.get_value(action_name)
121 self._tools_gsettings.set_boolean(key_name, action_value)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Dconfiguration_policy_handler_chromeos.cc417 base::Value action_value; in ApplyPolicySettings() local
435 action_value = in ApplyPolicySettings()
437 if (!action_value.is_none()) in ApplyPolicySettings()
438 prefs->SetValue(ash::prefs::kPowerAcIdleAction, std::move(action_value)); in ApplyPolicySettings()
458 action_value = in ApplyPolicySettings()
460 if (!action_value.is_none()) { in ApplyPolicySettings()
462 std::move(action_value)); in ApplyPolicySettings()
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/soap/
H A Dsoap_ctrlpt.c372 IXML_Node ** action_value, in get_response_value() argument
399 assert(action_value != NULL); in get_response_value()
401 *action_value = NULL; in get_response_value()
413 (IXML_Document **) action_value) in get_response_value()
483 (IXML_Document **) action_value) in get_response_value()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dev_internal.h25 …tion_Encode_to_Buffer, Action_Split, Action_Store, Action_Congestion, Action_Source } action_value; typedef
128 action_value action_type;
147 action_value action_type; /* if -1, no action */
409 extern action_value action_type(char *action_spec);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dglomenu.cxx335 GVariant *action_value; in g_lo_menu_set_action_and_target_value() local
339 action_value = g_variant_new_string (action); in g_lo_menu_set_action_and_target_value()
343 action_value = nullptr; in g_lo_menu_set_action_and_target_value()
347 g_lo_menu_set_attribute_value (menu, position, G_MENU_ATTRIBUTE_ACTION, action_value); in g_lo_menu_set_action_and_target_value()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3glomenu.cxx331 GVariant *action_value; in g_lo_menu_set_action_and_target_value() local
335 action_value = g_variant_new_string (action); in g_lo_menu_set_action_and_target_value()
339 action_value = nullptr; in g_lo_menu_set_action_and_target_value()
343 g_lo_menu_set_attribute_value (menu, position, G_MENU_ATTRIBUTE_ACTION, action_value); in g_lo_menu_set_action_and_target_value()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgmenu.c1010 GVariant *action_value; in g_menu_item_set_action_and_target_value() local
1014 action_value = g_variant_new_string (action); in g_menu_item_set_action_and_target_value()
1018 action_value = NULL; in g_menu_item_set_action_and_target_value()
1022 g_menu_item_set_attribute_value (menu_item, G_MENU_ATTRIBUTE_ACTION, action_value); in g_menu_item_set_action_and_target_value()

123