Searched defs:action (Results 226 - 236 of 236) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1575 hash_match_action_t action; member in struct:hash_ipv4
1584 hash_match_action_t action; member in struct:hash_ipv6
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1191 /* Values for action variable in cpu_async_error() */
1252 int action = ACTION_NONE; local
1346 action = ACTION_TRAMPOLINE;
1355 action = ACTION_TRAMPOLINE;
1372 action = ACTION_TRAMPOLINE;
1734 action = ACTION_AST_FLAGS;
1739 * (1) set the AST flags, (2) trampoline, or (3) panic. action is
1740 * set in cases (1) and (2) - check that either action is set or
1748 ASSERT((aflt->flt_panic != 0) || (action != ACTION_NONE) ||
3366 * We associate a flushing and a logging action wit
[all...]
H A Dus3_common.c331 * CE initial classification and subsequent action lookup table
2766 * a DR action. So we must operate under on_trap protection.
3240 ce_dispact_t dispact, action; local
3274 action = CE_ACT(dispact); /* bad lookup caught below */
3277 action = ce_xdiag_forceaction;
3280 switch (action) {
3336 cmn_err(CE_PANIC, "ce_scrub_post: Bad action '%d'", action);
5182 * Lookup type in initial classification/action table
7048 * take appropriate further action (suc
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h391 uint8_t action; member in struct:mptsas_config_request
1309 int mptsas_send_config_request_msg(mptsas_t *mpt, uint8_t action,
1313 int mptsas_send_extended_config_request_msg(mptsas_t *mpt, uint8_t action,
1323 int mptsas_access_config_page(mptsas_t *mpt, uint8_t action, uint8_t page_type,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c278 {"action", IPQOS_DATA_TYPE_ACTION},
437 * modify the kernel parameters of the action action_nm using the nvlist
453 IPQOSCDBG1(APPLY, "In modify_params: action: %s\n", action_name);
503 gettext("Invalid parameters for action %s.\n"),
510 "action %s.\n"), action_name);
514 ipqos_msg(MT_ERROR, gettext("Failed to modify action "
532 * add a class to the kernel action action_name called class_name with
533 * stats set according to stats_enable and the first action set to
548 IPQOSCDBG4(APPLY, "add_class: action: %s, class: %s, "
580 /* add next action */
1269 mark_classes_filters_del(ipqos_conf_action_t *action) argument
1313 mark_classes_filters_new(ipqos_conf_action_t *action) argument
2349 add_filters( ipqos_conf_filter_t *filters, char *action, int module_version, boolean_t rem_undo) argument
2392 add_classes( ipqos_conf_class_t *classes, char *action, int module_version, boolean_t rem_undo) argument
3757 printaction( FILE *fp, ipqos_conf_action_t *action, int printall, int tab_inserts) argument
6152 char *action; local
6619 ipqos_conf_action_t *action; local
6888 char *action; local
7779 readaction( FILE *cfp, ipqos_conf_action_t **action) argument
8144 in_cycle( ipqos_conf_action_t *action) argument
8459 ipqos_conf_action_t *action; local
8666 ipqos_conf_action_t *action = ai_prm->action; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c3173 * fc_pkt_action PLOGI or PRLI action completion
5423 * individually. The action applied to the target state is also
5431 * flag Flag indication what action to apply (set/reset).
5479 * flag Flag indication what action to apply (set/reset).
5551 caddr_t state, reason, action, expln; local
5554 &action, &expln);
15353 caddr_t state, reason, action, expln; local
15356 &action, &expln);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c3645 u32 action)
3648 switch (action) {
8095 u32 action)
8098 switch (action) {
9302 u32 action)
9306 switch (action) {
9341 action);
10627 u32 action)
10630 switch (action) {
11741 u32 action)
3643 elink_xgxs_specific_func(struct elink_phy *phy, struct elink_params *params, u32 action) argument
8093 elink_8073_specific_func(struct elink_phy *phy, struct elink_params *params, u32 action) argument
9300 elink_8727_specific_func(struct elink_phy *phy, struct elink_params *params, u32 action) argument
10625 elink_848xx_specific_func(struct elink_phy *phy, struct elink_params *params, u32 action) argument
11739 elink_54618se_specific_func(struct elink_phy *phy, struct elink_params *params, u32 action) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c274 static int mptsas_do_diag_action(mptsas_t *mpt, uint32_t action,
1752 * Send RAID action system shutdown to sync IR
1786 * Send RAID action system shutdown to sync IR. Disable HBA
1825 /* Send RAID action system shutdonw to sync IR */
1923 * Send RAID action system shutdown to sync IR. After action, send a
5316 * just let taskq resolve ack action
6122 * mptsas_handle_dr is a task handler for DR, the DR action includes:
11930 mptsas_do_diag_action(mptsas_t *mpt, uint32_t action, uint8_t *diag_action, argument
11946 switch (action) {
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1416 int action = state->dts_cred.dcr_action; local
1421 if (((action & DTRACE_CRA_PROC_DESTRUCTIVE_ALLZONE) == 0) &&
1425 if (((action & DTRACE_CRA_PROC_DESTRUCTIVE_ALLUSER) == 0) &&
1429 if (((action & DTRACE_CRA_PROC_DESTRUCTIVE_CREDCHG) == 0) &&
2403 * action denoted by the specified dtrace_aggregation_t. The aggregation
2419 dtrace_actkind_t action; local
2438 action = agg->dtag_action.dta_kind - DTRACEACT_AGGREGATION;
2556 if (action != key->dtak_action) {
2647 key->dtak_action = action;
2662 * incremented -- it is up to the caller to take appropriate action
10884 dtrace_action_t *action, *last; local
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c102 #define DTD_ATTR_ACTION (const xmlChar *) "action"
165 * This holds the alias, the full rctl name, the default priv value, action
174 char *action; member in struct:alias
6002 uint_t action; local
6026 /* Get the action */
6028 action = RCTL_LOCAL_NOACTION;
6030 action = RCTL_LOCAL_SIGNAL;
6032 action = RCTL_LOCAL_DENY;
6037 rctlblk_set_local_action(rctlblk, action, 0);
6081 uint_t action local
6095 uint_t action = rctlblk_get_local_action((rctlblk_t *)rctlblk, NULL); local
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h731 uint32_t action; member in struct:aac_cf_status_header

Completed in 804 milliseconds

12345678910