Searched defs:action (Results 1 - 25 of 236) sorted by last modified time

12345678910

/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/uts/common/fs/
H A Dvnode.c4135 int action,
4140 err = (*(vp)->v_op->vop_dumpctl)(vp, action, blkp, ct);
4133 fop_dumpctl( vnode_t *vp, int action, offset_t *blkp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c140 sa_data_op_t action, sa_data_locator_t *locator, void *datastart,
1642 sa_data_op_t action, sa_data_locator_t *locator, void *datastart,
1699 if (action == SA_ADD)
1701 else if (action == SA_REMOVE)
1736 if (action == SA_REMOVE)
1741 * action can not be SA_ADD here.
1743 ASSERT3S(action, ==, SA_REPLACE);
1768 if (action == SA_ADD) {
1641 sa_modify_attrs(sa_handle_t *hdl, sa_attr_type_t newattr, sa_data_op_t action, sa_data_locator_t *locator, void *datastart, uint16_t buflen, dmu_tx_t *tx) argument
H A Dzfeature.c375 feature_do_action(spa_t *spa, spa_feature_t fid, feature_action_t action, argument
392 switch (action) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1847 caddr_t state, reason, action, expln; local
1849 (void) fc_ulp_pkt_error(pkt, &state, &reason, &action, &expln);
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/cmd/truss/
H A Dprint.c2690 long action = val & (~RCTLSYS_ACTION_MASK); local
2694 else if (action == RCTL_FIRST)
2696 else if (action == RCTL_NEXT)
2698 else if (action == RCTL_USAGE)
2710 long action = val & (~RCTLSYS_ACTION_MASK); local
2717 } else if (action == RCTL_INSERT)
2719 else if (action == RCTL_DELETE)
2721 else if (action == RCTL_REPLACE)
2748 long action = val & (~RCTLSYS_ACTION_MASK); local
2752 else if (action
2766 long action = val & TASK_PROJ_MASK; 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/common/ficl/ficlplatform/
H A Dpager.c105 int action; local
120 action = 0;
121 while (action == 0) {
126 action = 1;
130 action = 1;
134 action = 2;
141 if (action == 2)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpager.c84 int action; local
99 action = 0;
100 while (action == 0) {
105 action = 1;
109 action = 1;
113 action = 2;
120 if (action == 2)
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c574 handle_uboot_env_var(enum ubenv_action action, const char * var) argument
586 if (action == UBENV_IMPORT) {
618 if (action == UBENV_SHOW) {
623 } else if (action == UBENV_IMPORT) {
633 enum ubenv_action action; local
637 action = UBENV_UNKNOWN;
640 action = UBENV_IMPORT;
642 action = UBENV_SHOW;
644 if (action == UBENV_UNKNOWN) {
651 handle_uboot_env_var(action, arg
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c1736 __in efx_stats_action_t action)
1741 int clear = (action == EFX_STATS_CLEAR);
1742 int upload = (action == EFX_STATS_UPLOAD);
1743 int enable = (action == EFX_STATS_ENABLE_NOEVENTS);
1744 int events = (action == EFX_STATS_ENABLE_EVENTS);
1745 int disable = (action == EFX_STATS_DISABLE);
1733 efx_mcdi_mac_stats( __in efx_nic_t *enp, __in_opt efsys_mem_t *esmp, __in efx_stats_action_t action) argument
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c582 * perform the appropriate action for the escape sequence
1738 tem_safe_clear_tabs(struct tem_vt_state *tem, int action) argument
1743 switch (action) {
1909 tem_safe_text_cursor(struct tem_vt_state *tem, short action, argument
1919 ca.action = action;
1923 if (action == VIS_GET_CURSOR) {
1930 tem_safe_pix_cursor(struct tem_vt_state *tem, short action, argument
1972 ca.action = action;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1465 mDNSexport void BumpDNSSECStats(mDNS *const m, DNSSECStatsAction action, DNSSECStatsType type, mDNSu32 value) argument
1468 (void)action;
1799 struct sigaction action; local
1802 mDNSPlatformMemZero(&action, sizeof action); // more portable than member-wise assignment
1803 action.sa_handler = NoteSignal;
1804 err = sigaction(signum, &action, (struct sigaction*) NULL);
1814 struct sigaction action; local
1817 mDNSPlatformMemZero(&action, sizeof action); // mor
[all...]
H A DuDNS.c5453 int action = 0; local
5474 action |= UDNS_WAB_BROWSE_QUERY;
5476 action |= UDNS_WAB_LBROWSE_QUERY;
5478 action |= UDNS_WAB_REG_QUERY;
5485 LogInfo("uDNS_SetupWABQueries:action 0x%x: Flags 0x%x, AuthRecs %p, InterfaceID %p %##s", action, ptr->flag, ptr->AuthRecs, ptr->InterfaceID, ptr->domain.c);
5487 // Otherwise, check to see what the "action" requires. If a particular action bit is not set and
5491 (!(action & UDNS_WAB_BROWSE_QUERY) && (ptr->flag & SLE_WAB_BROWSE_QUERY_STARTED)) ||
5492 (!(action
[all...]
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c170 static void print_local_action(int action, int *signalp, char *format);
183 " -n name [-srx] [-v value] [-p pid ] [-e | -d action]\n"
193 " -e enable action of first rctl value of matching privilege,\n"
195 " -d disable action of first rctl value of matching privilege,\n"
480 /* parse action */
530 "cannot use action 'all' with -e"));
539 warn(gettext("action invalid"));
1683 int action; local
1685 action = rctlblk_get_local_action(blk, &signal);
1692 action
1933 print_local_action(int action, int *signalp, char *format) argument
[all...]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_conn_sm.c286 idm_pdu_event_action_t action; local
317 action = idm_conn_sm_validate_pdu(ic, event_ctx, pdu);
319 switch (action) {
401 * a PDU-related event take the appropriate action on the PDU
406 switch (action) {
1378 idm_pdu_event_action_t action; local
1406 action = CA_RX_PROTOCOL_ERROR;
1413 action = CA_TX_PROTOCOL_ERROR;
1434 action = CA_RX_PROTOCOL_ERROR;
1441 action
[all...]
/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/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c289 int op, action; local
299 action = *pc & 0x3ff; /* low 6 bits */
301 switch (action) {
342 if (action >= ENF_PUSHWORD)
343 printf("PUSHWORD %d ", action - ENF_PUSHWORD);
387 if (action == ENF_PUSHLIT ||
388 action == ENF_LOAD_OFFSET ||
389 action == ENF_BRTR ||
390 action == ENF_BRFL) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c254 * Previously there was no special action required for ordinary files.
6227 * action = DUMP_ALLOC:
6231 * action = DUMP_FREE:
6234 * action = DUMP_SCAN:
6241 ufs_dumpctl(vnode_t *vp, int action, offset_t *blkp, caller_context_t *ct) argument
6258 if (action == DUMP_ALLOC) {
6326 } else if (action == DUMP_FREE) {
6336 } else if (action == DUMP_SCAN) {
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c2033 sctp_assoc_disconnecting(sock_upper_handle_t handle, sock_opctl_action_t action, argument
2041 ASSERT(action == SOCK_OPCTL_SHUT_SEND);
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1592 * action to take, such as using a different handle, passing the
2296 const char *action; local
2349 action = "fault detected";
2356 action = "fault cleared";
2360 action = "fault cleared";
2364 action = "no fault";
2376 bad ? "invalid report of fault" : action,
/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/cmd/zinject/
H A Dzinject.c243 "\t\tPerform a specific action on a particular device\n"
666 int action = VDEV_STATE_UNKNOWN; local
715 action = VDEV_STATE_DEGRADED;
717 action = VDEV_STATE_FAULTED;
719 (void) fprintf(stderr, "invalid action '%s': "
951 if (action != VDEV_STATE_UNKNOWN)
952 return (perform_action(pool, &record, action));
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1073 so_opctl(sock_upper_handle_t sock_handle, sock_opctl_action_t action, argument
1078 switch (action) {

Completed in 1347 milliseconds

12345678910