| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_action.c | 660 struct mlx5dr_action *action; in mlx5dr_actions_build_ste_arr() local 664 action = actions[i]; in mlx5dr_actions_build_ste_arr() 665 action_type = action->action_type; in mlx5dr_actions_build_ste_arr() 672 dest_action = action; in mlx5dr_actions_build_ste_arr() 673 if (!action->dest_tbl.is_fw_tbl) { in mlx5dr_actions_build_ste_arr() 674 if (action->dest_tbl.tbl->dmn != dmn) { in mlx5dr_actions_build_ste_arr() 679 if (action->dest_tbl.tbl->level <= matcher->tbl->level) { in mlx5dr_actions_build_ste_arr() 685 action->dest_tbl.tbl->level); in mlx5dr_actions_build_ste_arr() 688 action->dest_tbl.tbl->rx.s_anchor->chunk->icm_addr : in mlx5dr_actions_build_ste_arr() 689 action->dest_tbl.tbl->tx.s_anchor->chunk->icm_addr; in mlx5dr_actions_build_ste_arr() [all …]
|
| H A D | fs_dr.c | 32 struct mlx5dr_action *action = NULL; in set_miss_action() local 38 action = mlx5dr_action_create_dest_table(next_tbl); in set_miss_action() 39 if (!action) in set_miss_action() 43 err = mlx5dr_table_set_miss_action(ft->fs_dr_table.dr_table, action); in set_miss_action() 44 if (err && action) { in set_miss_action() 45 err = mlx5dr_action_destroy(action); in set_miss_action() 49 action = NULL; in set_miss_action() 51 ft->fs_dr_table.miss_action = action; in set_miss_action() 105 struct mlx5dr_action *action = ft->fs_dr_table.miss_action; in mlx5_cmd_dr_destroy_flow_table() local 117 if (action) { in mlx5_cmd_dr_destroy_flow_table() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | cmdline.py | 21 action='store_true', default=False, 26 action='store_true', default=False, 29 action='store_true', default=False, 31 parser.add_option('-D', '--config-only', action='store_true', default=False, 33 parser.add_option('-e', '--show_errors', action='store_true', 36 action='store_true', default=False, 39 action='store_true', default=False, 49 parser.add_option('-H', '--full-help', action='store_true', dest='full_help', 52 action='store_true', default=False, 54 parser.add_option('-I', '--incremental', action='store_true', [all …]
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | manage.c | 191 struct irqaction *action; in irq_set_thread_affinity() local 193 for_each_action_of_desc(desc, action) in irq_set_thread_affinity() 194 if (action->thread) in irq_set_thread_affinity() 195 set_bit(IRQTF_AFFINITY, &action->thread_flags); in irq_set_thread_affinity() 847 if (!desc->action || in can_request_irq() 848 irqflags & desc->action->flags & IRQF_SHARED) in can_request_irq() 953 static int irq_wait_for_interrupt(struct irqaction *action) in irq_wait_for_interrupt() argument 961 &action->thread_flags)) { in irq_wait_for_interrupt() 970 &action->thread_flags)) { in irq_wait_for_interrupt() 984 struct irqaction *action) in irq_finalize_oneshot() argument [all …]
|
| H A D | handle.c | 50 static void warn_no_thread(unsigned int irq, struct irqaction *action) in warn_no_thread() argument 52 if (test_and_set_bit(IRQTF_WARNED, &action->thread_flags)) in warn_no_thread() 56 "but no thread function available.", irq, action->name); in warn_no_thread() 59 void __irq_wake_thread(struct irq_desc *desc, struct irqaction *action) in __irq_wake_thread() argument 66 if (action->thread->flags & PF_EXITING) in __irq_wake_thread() 73 if (test_and_set_bit(IRQTF_RUNTHREAD, &action->thread_flags)) in __irq_wake_thread() 121 desc->threads_oneshot |= action->thread_mask; in __irq_wake_thread() 134 wake_up_process(action->thread); in __irq_wake_thread() 141 struct irqaction *action; in __handle_irq_event_percpu() local 145 for_each_action_of_desc(desc, action) { in __handle_irq_event_percpu() [all …]
|
| H A D | spurious.c | 52 return !irqd_irq_disabled(&desc->irq_data) && desc->action; in irq_wait_for_poll() 65 struct irqaction *action; in try_one_irq() local 89 action = desc->action; in try_one_irq() 90 if (!action || !(action->flags & IRQF_SHARED) || in try_one_irq() 91 (action->flags & __IRQF_TIMER)) in try_one_irq() 110 action = desc->action; in try_one_irq() 111 } while ((desc->istate & IRQS_PENDING) && action); in try_one_irq() 195 struct irqaction *action; in __report_bad_irq() local 215 for_each_action_of_desc(desc, action) { in __report_bad_irq() 216 printk(KERN_ERR "[<%p>] %ps", action->handler, action->handler); in __report_bad_irq() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | argparse_oe.py | 36 action = self._get_subparser_action() 38 subparser = action._name_parser_map[subcommand] 76 action = self._get_subparser_action() 77 if action.dest == argparse.SUPPRESS: 80 name = getattr(args, action.dest) 82 return action._name_parser_map[name] 90 for action in self._subparsers._group_actions: 91 if isinstance(action, argparse._SubParsersAction): 92 return action 113 for action in positionals: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap.h | 143 int action; member 163 int action; member 175 int action; member 185 t_u32 action; member 195 t_u32 action; member 205 t_u32 action; member 309 t_u32 action; member 327 t_u32 action; member 339 t_u32 action; member 349 t_u32 action; member [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fltr.c | 133 const u8 *mac, enum ice_sw_fwd_act_type action) in ice_fltr_add_mac_to_list() argument 140 info.fltr_act = action; in ice_fltr_add_mac_to_list() 158 u16 vlan_id, enum ice_sw_fwd_act_type action) in ice_fltr_add_vlan_to_list() argument 165 info.fltr_act = action; in ice_fltr_add_vlan_to_list() 184 enum ice_sw_fwd_act_type action) in ice_fltr_add_eth_to_list() argument 190 info.fltr_act = action; in ice_fltr_add_eth_to_list() 212 enum ice_sw_fwd_act_type action, in ice_fltr_prepare_mac() argument 219 if (ice_fltr_add_mac_to_list(vsi, &tmp_list, mac, action)) { in ice_fltr_prepare_mac() 238 enum ice_sw_fwd_act_type action, in ice_fltr_prepare_mac_and_broadcast() argument 247 if (ice_fltr_add_mac_to_list(vsi, &tmp_list, mac, action) || in ice_fltr_prepare_mac_and_broadcast() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_uap.h | 132 int action; member 148 t_u32 action; member 158 t_u32 action; member 168 t_u32 action; member 242 t_u32 action; member 260 t_u32 action; member 272 t_u32 action; member 282 t_u32 action; member 299 t_u32 action; member 306 t_u32 action; member [all …]
|
| H A D | moal_uap.c | 82 (int)param.action, (int)param.timeout, (int)param.txwinsize, in woal_uap_addba_param() 93 if (!param.action) in woal_uap_addba_param() 95 ioctl_req->action = MLAN_ACT_GET; in woal_uap_addba_param() 98 ioctl_req->action = MLAN_ACT_SET; in woal_uap_addba_param() 172 if (!param.action) { in woal_uap_aggr_priotbl() 174 ioctl_req->action = MLAN_ACT_GET; in woal_uap_aggr_priotbl() 177 ioctl_req->action = MLAN_ACT_SET; in woal_uap_aggr_priotbl() 248 if (!param.action) { in woal_uap_addba_reject() 250 ioctl_req->action = MLAN_ACT_GET; in woal_uap_addba_reject() 253 ioctl_req->action = MLAN_ACT_SET; in woal_uap_addba_reject() [all …]
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_policy.c | 70 int action; member 103 {.action = DONT_MEASURE, .fsmagic = PROC_SUPER_MAGIC, .flags = IMA_FSMAGIC}, 104 {.action = DONT_MEASURE, .fsmagic = SYSFS_MAGIC, .flags = IMA_FSMAGIC}, 105 {.action = DONT_MEASURE, .fsmagic = DEBUGFS_MAGIC, .flags = IMA_FSMAGIC}, 106 {.action = DONT_MEASURE, .fsmagic = TMPFS_MAGIC, .flags = IMA_FSMAGIC}, 107 {.action = DONT_MEASURE, .fsmagic = DEVPTS_SUPER_MAGIC, .flags = IMA_FSMAGIC}, 108 {.action = DONT_MEASURE, .fsmagic = BINFMTFS_MAGIC, .flags = IMA_FSMAGIC}, 109 {.action = DONT_MEASURE, .fsmagic = SECURITYFS_MAGIC, .flags = IMA_FSMAGIC}, 110 {.action = DONT_MEASURE, .fsmagic = SELINUX_MAGIC, .flags = IMA_FSMAGIC}, 111 {.action = DONT_MEASURE, .fsmagic = SMACK_MAGIC, .flags = IMA_FSMAGIC}, [all …]
|
| H A D | ima_main.c | 206 int rc = 0, action, must_appraise = 0; in process_measurement() local 221 action = ima_get_action(inode, cred, secid, mask, func, &pcr, in process_measurement() 225 if (!action && !violation_check) in process_measurement() 228 must_appraise = action & IMA_APPRAISE; in process_measurement() 231 if (action & IMA_FILE_APPRAISE) in process_measurement() 236 if (action) { in process_measurement() 243 ima_rdwr_violation_check(file, iint, action & IMA_MEASURE, in process_measurement() 250 if (!action) in process_measurement() 269 !(action & IMA_FAIL_UNVERIFIABLE_SIGS))) { in process_measurement() 278 iint->flags |= action; in process_measurement() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | main.py | 126 parser.add_option("-b", "--buildfile", action="store", dest="buildfile", default=None, 130 parser.add_option("-k", "--continue", action="store_false", dest="halt", default=True, 135 parser.add_option("-f", "--force", action="store_true", dest="force", default=False, 139 parser.add_option("-c", "--cmd", action="store", dest="cmd", 145 parser.add_option("-C", "--clear-stamp", action="store", dest="invalidate_stamp", 149 parser.add_option("-r", "--read", action="append", dest="prefile", default=[], 152 parser.add_option("-R", "--postread", action="append", dest="postfile", default=[], 155 parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, 160 parser.add_option("-D", "--debug", action="count", dest="debug", default=0, 172 parser.add_option("-q", "--quiet", action="count", dest="quiet", default=0, [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | notifier-error-inject.c | 33 struct notifier_err_inject_action *action; in notifier_err_inject_callback() local 35 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_callback() 36 if (action->val == val) { in notifier_err_inject_callback() 37 err = action->error; in notifier_err_inject_callback() 42 pr_info("Injecting error (%d) to %s\n", err, action->name); in notifier_err_inject_callback() 53 struct notifier_err_inject_action *action; in notifier_err_inject_init() local 65 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_init() 68 action_dir = debugfs_create_dir(action->name, actions_dir); in notifier_err_inject_init() 75 debugfs_create_errno("error", mode, action_dir, &action->error); in notifier_err_inject_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | tc_restrictions.sh | 45 skip_sw dst_ip 192.0.2.2 action drop 62 skip_sw dst_ip 192.0.2.2 action drop 71 skip_sw dst_ip 192.0.2.2 action drop 94 action mirred egress redirect dev $swp2 112 action mirred egress redirect dev $swp2 122 action mirred egress redirect dev $swp2 129 action mirred egress redirect dev $swp2 148 action mirred egress mirror dev $swp2 155 action mirred egress mirror dev $swp2 \ 156 action mirred egress mirror dev $swp1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/intel_speed_select_if/ |
| H A D | isst_if_mbox_msr.c | 108 struct msrl_action action; in isst_if_mbox_proc_cmd() local 111 action.mbox_cmd = (struct isst_if_mbox_cmd *)cmd_ptr; in isst_if_mbox_proc_cmd() 113 if (isst_if_mbox_cmd_invalid(action.mbox_cmd)) in isst_if_mbox_proc_cmd() 116 if (isst_if_mbox_cmd_set_req(action.mbox_cmd) && in isst_if_mbox_proc_cmd() 127 ret = smp_call_function_single(action.mbox_cmd->logical_cpu, in isst_if_mbox_proc_cmd() 128 msrl_update_func, &action, 1); in isst_if_mbox_proc_cmd() 132 if (!action.err && !resume && isst_if_mbox_cmd_set_req(action.mbox_cmd)) in isst_if_mbox_proc_cmd() 133 action.err = isst_store_cmd(action.mbox_cmd->command, in isst_if_mbox_proc_cmd() 134 action.mbox_cmd->sub_command, in isst_if_mbox_proc_cmd() 135 action.mbox_cmd->logical_cpu, 1, in isst_if_mbox_proc_cmd() [all …]
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | get-developers | 12 parser.add_argument('-a', dest='architecture', action='store', 14 parser.add_argument('-p', dest='package', action='store', 18 parser.add_argument('-c', dest='check', action='store_const', 20 parser.add_argument('-e', dest='email', action='store_const', 29 action = 0 31 action += 1 33 action += 1 35 action += 1 37 action += 1 39 action += 1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_dpipe.c | 81 struct devlink_dpipe_action action = {0}; in mlxsw_sp_dpipe_table_erif_actions_dump() local 84 action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY; in mlxsw_sp_dpipe_table_erif_actions_dump() 85 action.header = &mlxsw_sp_dpipe_header_metadata; in mlxsw_sp_dpipe_table_erif_actions_dump() 86 action.field_id = MLXSW_SP_DPIPE_FIELD_METADATA_L3_FORWARD; in mlxsw_sp_dpipe_table_erif_actions_dump() 88 err = devlink_dpipe_action_put(skb, &action); in mlxsw_sp_dpipe_table_erif_actions_dump() 92 action.type = DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY; in mlxsw_sp_dpipe_table_erif_actions_dump() 93 action.header = &mlxsw_sp_dpipe_header_metadata; in mlxsw_sp_dpipe_table_erif_actions_dump() 94 action.field_id = MLXSW_SP_DPIPE_FIELD_METADATA_L3_DROP; in mlxsw_sp_dpipe_table_erif_actions_dump() 96 return devlink_dpipe_action_put(skb, &action); in mlxsw_sp_dpipe_table_erif_actions_dump() 113 struct devlink_dpipe_action *action) in mlxsw_sp_erif_match_action_prepare() argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/fail2ban/ |
| H A D | 0001-fixed-possible-RCE-vulnerability-unset-escape-variable.patch | 12 config/action.d/complain.conf | 2 +- 13 config/action.d/dshield.conf | 2 +- 14 config/action.d/mail-buffered.conf | 8 ++++---- 15 config/action.d/mail-whois-lines.conf | 2 +- 16 config/action.d/mail-whois.conf | 6 +++--- 17 config/action.d/mail.conf | 6 +++--- 20 diff --git a/config/action.d/complain.conf b/config/action.d/complain.conf 22 --- a/config/action.d/complain.conf 23 +++ b/config/action.d/complain.conf 33 diff --git a/config/action.d/dshield.conf b/config/action.d/dshield.conf [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | host.h | 398 __le16 action; member 444 __le16 action; member 495 __le16 action; member 501 __le16 action; member 545 __le16 action; member 558 __le16 action; member 567 __le16 action; member 578 __le16 action; member 585 __le16 action; member 594 __le16 action; member [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | useradd.py | 35 …ment("-D", "--defaults", help="print or change default useradd configuration", action="store_true") 42 …no-log-init", help="do not add the user to the lastlog and faillog databases", action="store_true") 43 …parser.add_argument("-m", "--create-home", help="create the user's home directory", action="store_… 44 …me", dest="create_home", help="do not create the user's home directory", action="store_const", con… 45 …ser_group", help="do not create a group with the same name as the user", action="store_const", con… 46 … "--non-unique", help="allow to create users with duplicate (non-unique UID)", action="store_true") 49 parser.add_argument("-r", "--system", help="create a system account", action="store_true") 52 …", "--user-group", help="create a group with the same name as the user", action="store_const", con… 60 …sfully if the group already exists, and cancel -g if the GID is already used", action="store_true") 63 …"--non-unique", help="allow to create groups with duplicate (non-unique) GID", action="store_true") [all …]
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | dynamic.c | 76 int of_reconfig_notify(unsigned long action, struct of_reconfig_data *p) in of_reconfig_notify() argument 82 switch (action) { in of_reconfig_notify() 85 pr_debug("notify %-15s %pOF\n", action_names[action], in of_reconfig_notify() 91 pr_debug("notify %-15s %pOF:%s\n", action_names[action], in of_reconfig_notify() 97 rc = blocking_notifier_call_chain(&of_reconfig_chain, action, p); in of_reconfig_notify() 110 int of_reconfig_get_state_change(unsigned long action, struct of_reconfig_data *pr) in of_reconfig_get_state_change() argument 116 switch (action) { in of_reconfig_get_state_change() 148 switch (action) { in of_reconfig_get_state_change() 188 int of_property_notify(int action, struct device_node *np, in of_property_notify() argument 200 return of_reconfig_notify(action, &pr); in of_property_notify() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | smp.c | 42 #define loongson3_ipi_write32(action, addr) \ argument 44 writel(action, addr); \ 48 #define loongson3_ipi_write64(action, addr) \ argument 50 writeq(action, addr); \ 55 void (*ipi_write_action)(int cpu, u32 action); 59 u32 action; in csr_ipi_read_clear() local 62 action = csr_readl(LOONGSON_CSR_IPI_STATUS); in csr_ipi_read_clear() 64 csr_writel(action, LOONGSON_CSR_IPI_CLEAR); in csr_ipi_read_clear() 66 return action; in csr_ipi_read_clear() 69 static void csr_ipi_write_action(int cpu, u32 action) in csr_ipi_write_action() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/mellanox/ |
| H A D | mlxbf-bootctl.c | 58 static int mlxbf_bootctl_reset_action_to_val(const char *action) in mlxbf_bootctl_reset_action_to_val() argument 63 if (sysfs_streq(boot_names[i].name, action)) in mlxbf_bootctl_reset_action_to_val() 70 static const char *mlxbf_bootctl_action_to_string(int action) in mlxbf_bootctl_action_to_string() argument 75 if (boot_names[i].value == action) in mlxbf_bootctl_action_to_string() 113 int action; in mlxbf_bootctl_show() local 115 action = mlxbf_bootctl_smc(smc_op, 0); in mlxbf_bootctl_show() 116 if (action < 0) in mlxbf_bootctl_show() 117 return action; in mlxbf_bootctl_show() 119 return sprintf(buf, "%s\n", mlxbf_bootctl_action_to_string(action)); in mlxbf_bootctl_show() 124 int ret, action; in mlxbf_bootctl_store() local [all …]
|