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

12345678910

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c794 rtioctl(int action, /* RTM_DELETE, etc */ argument
814 #define ARGS rtm_type_name(action), rtname(dst, mask, gate), metric, flags
824 w.w_rtm.rtm_type = action;
828 if (metric != 0 || action == RTM_CHANGE) {
871 if (errno == ESRCH && (action == RTM_CHANGE ||
872 action == RTM_DELETE)) {
874 if (action == RTM_CHANGE) {
875 action = RTM_ADD;
1062 int action, /* RTM_DELETE, etc */
1072 rtm_type_name(action),
1061 kern_ioctl(struct khash *k, int action, int flags) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h111 /* length of class/filter/action names */
146 #define IPQOS_CONF_ACTION_STR "action"
178 * used in calls to ipp_action_info() to encapuslate both an action and
182 struct ipqos_conf_action_s *action; member in struct:ipqos_actinfo_prm_s
266 * action reference - used to store information and reference an action struct.
274 struct ipqos_conf_action_s *action; member in struct:ipqos_conf_act_ref_s
296 /* action parameters representation */
314 * action representation, with parameters, and lists of filters and classes
315 * if classifier action
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c1501 char *action = NULL; local
1507 action = "quarantine jobs";
1516 if (action == NULL)
1517 action = "start a queue runner daemon";
1521 if (action == NULL)
1522 action = "purge host status";
1527 if (action == NULL)
1528 action = "run daemon";
1532 (int) RealUid, action);
1537 (int) RealUid, action);
[all...]
H A Dmilter.c79 # define SMFS_READY 'R' /* ready for action */
101 # define MILTER_CHECK_ERROR(initial, action) \
129 action;
1996 char *action; local
2010 action = "connect";
2017 action = "helo";
2024 action = "mail";
2031 action = "rcpt";
2038 action = "header";
2045 action
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c52 static int action(NODE *np);
548 * This will be passed: pattern, action or a list of these.
581 * to the next pattern/action (PACT) pair.
610 if (action(np->n_right)) {
645 * Do the given action.
649 action(NODE *wp) function
1796 if (action(fnp->n_right) == RETURN)
1867 return (action(xp));
1884 if ((act = action(np->n_right)) != 0) {
1919 if ((act = action(n
[all...]
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c210 cfga_op_t action = CFGA_OP_NONE; local
232 "%s: more than one action specified (-c,-l,-t,-x)\n";
245 if (action != CFGA_OP_NONE) {
250 action = CFGA_OP_CHANGE_STATE;
273 if (action != CFGA_OP_NONE) {
278 action = CFGA_OP_HELP;
281 if (action != CFGA_OP_NONE) {
286 action = CFGA_OP_LIST;
313 if (action != CFGA_OP_NONE) {
318 action
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h326 itm_place_t action; member in struct:__anon579
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c3637 * clear it immediately. The "dowhat" action will set the
3641 * recovery action. Even if it's not the case, we don't lose
3671 /* For error fall through for corrective action */
3681 /* For error fall through for corrective action */
3797 * inputs : action(start/stop)
3809 char *action = NULL; local
3815 action = "start";
3819 action = "stop";
3827 sp = scf_simple_prop_get(NULL, fmri, action, SCF_PROPERTY_TIMEOUT);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c204 unsigned terminal:1; /* no action req. if found */
378 { UFA_ERROR, "<unexpected action?>" },
1325 TRIVIA(("[sf_undef, action is %s, state is %s\n",
1346 TRIVIA(("[sf_init, action is %s", act_name(a)));
1415 TRIVIA(("[sf_queue, action is %s", act_name(a)));
1535 TRIVIA(("[sf_nonterm_cmn, action: %s, %s", act_name(a), state_name(s)));
1879 TRIVIA(("[sf_term_cmn, action is %s, state is %s",
1999 TRIVIA(("[sf_panic, action is %s, prev. state is %s",
2036 TRIVIA(("[sf_minimum, action is %s", act_name(a)));
2435 act_name(ufsa_t action) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c391 * caller specifies the recovery action, rather than the errors leading to
565 goto out_no_thread; /* no further action required for GRACE */
570 goto out_no_thread; /* no further action required for DELAY */
1906 recov_filehandle(nfs4_recov_t action, mntinfo4_t *mi, vnode_t *vp) argument
1933 if (action == NR_BADHANDLE) {
3020 nfs4_recov_t *action, mntinfo4_t *mi)
3032 *action = NR_LOST_LOCK;
3054 *action = NR_LOST_STATE_RQST;
3059 *action = NR_LOST_STATE_RQST;
3062 *action
3019 nfs4_save_lost_rqst(nfs4_lost_rqst_t *lost_rqstp, recov_info_t *recovp, nfs4_recov_t *action, mntinfo4_t *mi) argument
3119 nfs4_recov_t action = NR_UNUSED; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c118 * interface. An action callback is optional.
121 * You may wish to provide an action callback.
133 * defined order is (flags & [maximal], value, flags & [deny-action],
459 * rctl_priv_t privilege, uint_t action)
462 * Create a default limit with specified value, privilege, and action.
469 rctl_priv_t privilege, uint_t action)
478 dval->rcv_flagaction = action;
694 * the action recipient is ignored. This is to facilitate insert,
1398 * Tear off any resource control values on this set with an action recipient
2178 * cases. Furthermore, we don't allow multiple identical privilege-action
468 rctl_add_default_limit(const char *name, rctl_qty_t value, rctl_priv_t privilege, uint_t action) argument
[all...]
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/ib/adapters/hermon/
H A Dhermon.c4384 hermon_intr_cb_handler(dev_info_t *dip, ddi_cb_action_t action, void *cbarg, argument
4390 "action %d, cbarg %d\n", state->hs_instance, action,
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c536 make_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tclto) argument
551 ptc->ptc_action = action;
564 send_control(tuncl_t *tclabout, tunll_t *tllabout, int action, tuncl_t *tcl) argument
569 mp = make_control(tclabout, tllabout, action, tcl);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c224 ddi_put8(mpt->m_acc_req_frame_hdl, &request->Action, config->action);
228 if (config->action == MPI2_CONFIG_ACTION_PAGE_HEADER) {
257 if (config->action == MPI2_CONFIG_ACTION_PAGE_WRITE_NVRAM) {
294 mptsas_access_config_page(mptsas_t *mpt, uint8_t action, uint8_t page_type, argument
335 config.action = MPI2_CONFIG_ACTION_PAGE_HEADER;
483 config.action = action;
614 mptsas_send_config_request_msg(mptsas_t *mpt, uint8_t action, uint8_t pagetype, argument
624 ddi_put8(mpt->m_hshk_acc_hdl, &config->Action, action);
650 mptsas_send_extended_config_request_msg(mptsas_t *mpt, uint8_t action, argument
1945 uint8_t port_flags, page_number, action; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c68 halt_bit_t action);
738 halt_bit_t action)
745 "ehci_modify_qh_status_bit: action=0x%x qh=0x%p",
746 action, (void *)qh);
766 if (action == CLEAR_HALT) {
735 ehci_modify_qh_status_bit( ehci_state_t *ehcip, ehci_pipe_private_t *pp, halt_bit_t action) argument
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c198 i_cpr_cif_setup(int action) argument
207 if (action == CIF_SPLICE) {
210 } else if (action == CIF_UNLINK)
1662 i_cpr_prom_pages(int action) argument
1666 if (action == CPR_PROM_SAVE) {
1673 } else if (action == CPR_PROM_RESTORE) {
1675 } else if (action == CPR_PROM_FREE) {
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c62 gtgt_t *gtgtp, gact_t action, int calltype);
908 gact_t action,
924 switch (action) {
2420 /* --------------------- next action --------------------- | - current - */
2445 uchar_t action; local
2451 action = ata_ctlr_fsm_NextAction[current_state][fsm_func];
2458 switch (action) {
2532 ASSERT(action == AC_FINI);
3100 * the next action.
904 ata_timeout_func( void *hba_handle, gcmd_t *gcmdp, gtgt_t *gtgtp, gact_t action, int calltype) argument
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c1734 enum skd_check_status_action action; member in struct:sns_info
1773 * Returns: Depending on the error condition, return the action
1818 if (sns->action == SKD_CHECK_STATUS_REPORT_SMART_ALERT) {
1826 sns->action);
1828 return (sns->action);
/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/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
/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);
/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/libdevinfo/
H A Ddevinfo.c699 * Update node list based on action (return code from callback)
703 update_node_list(int action, uint_t flag, struct node_list **headp) argument
708 switch (action) {
822 int action = DI_WALK_CONTINUE; local
843 if ((action = callback(node, minor, arg)) ==
849 update_node_list(action, DI_WALK_LINKGEN, headp);
3582 int action = DI_WALK_CONTINUE; local
3587 action = callback(link, arg);
3588 if (action == DI_WALK_TERMINATE) {
3593 update_node_list(action, DI_WALK_LINKGE
3647 int action = DI_WALK_CONTINUE; local
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c78 * action.
536 const dtrace_aggdata_t *aggdata, dtrace_actkind_t action)
541 assert(action == DTRACEAGG_QUANTIZE || action == DTRACEAGG_LQUANTIZE);
543 if (action == DTRACEAGG_QUANTIZE) {
535 dt_print_quanthdr_packed(dtrace_hdl_t *dtp, FILE *fp, int width, const dtrace_aggdata_t *aggdata, dtrace_actkind_t action) argument

Completed in 2556 milliseconds

12345678910