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

12345678910

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c134 action_t action; member in struct:__anon1202
289 static picl_errno_t do_action(picl_nodehdl_t, int action, void *);
516 new_event->arg.action = dr_data.action;
612 /* if action is none, dont do anything */
726 dr_arg.action = HANDLE_INSERT;
741 dr_arg.action = HANDLE_REMOVE;
793 dr_arg.action = HANDLE_CONFIGURE;
796 dr_arg.action = HANDLE_UNCONFIGURE;
828 dr_arg.action
4478 do_action(picl_nodehdl_t root, int action, void *cargs) argument
[all...]
/illumos-gate/usr/src/cmd/find/
H A Dfind.c101 enum Command action; member in struct:Args
179 enum Command action; member in struct:Node
327 * if no action expression, insert an LPAREN node above topnode,
439 np->action = argp->action;
443 if (wasop == NOT || (wasop && np->action != NOT)) {
449 if (np->action != NOT && oldnp == 0)
451 wasop = argp->action;
462 if (((argp->action == MAXDEPTH) ||
463 (argp->action
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3540 int action; local
3555 action = F_SETLK;
3557 action = F_SETLKW;
3560 sm_dprintf("lockfile(%s%s, action=%d, type=%d): ",
3561 filename, ext, action, lfd.l_type);
3563 while ((i = fcntl(fd, action, &lfd)) < 0 && errno == EINTR)
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c1486 vhead_dumpctl(vnode_t *vp, int action, offset_t *blkp, caller_context_t *ct) argument
1498 errc = (*func)(arg0, action, blkp, ct);
1506 errc = (*func)(arg0, action, blkp, ct);
2616 vnext_dumpctl(femarg_t *vf, int action, offset_t *blkp, caller_context_t *ct) argument
2626 return ((*func)(arg0, action, blkp, ct));
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/io/iwh/
H A Diwh.c6477 int category, int action, uint16_t args[4])
6498 ret = sc->sc_send_action(in, category, action, args);
6504 switch (action) {
6476 iwh_send_action(struct ieee80211_node *in, int category, int action, uint16_t args[4]) argument
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2416 int action; local
2449 action = COMMAND_DONE;
2454 action = QUE_COMMAND;
2461 action = COMMAND_DONE_ERROR;
2466 (action == QUE_COMMAND)? "retrying" :
2477 if (action != QUE_COMMAND) {
2482 action = dcd_handle_incomplete(un, bp);
2491 if (ddi_in_panic() && (action == QUE_COMMAND)) {
2492 action = COMMAND_DONE_ERROR;
2508 switch (action) {
2680 int action = COMMAND_SOFT_ERROR; local
[all...]
/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/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/lib/libsqlite/tool/
H A Dlemon.c36 /******** From the file "action.h" *************************************/
37 struct action *Action_new();
38 struct action *Action_sort();
187 struct action { struct
203 struct action *next; /* Next action for this state */
204 struct action *collide; /* Next action with the same hash */
213 struct action *ap; /* Array of actions for this state */
216 int iDflt; /* Default action */
409 int action; /* Action to take on the given lookahead */ member in struct:acttab::__anon4057
448 acttab_action(acttab *p, int lookahead, int action) argument
3317 int action; local
3328 int action; local
3346 int action = acttab_yyaction(pActtab, i); local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c2132 record_active_profile(char *pname, int action) argument
2146 if (action == RECORD_ADD) {
2150 } else if (action == RECORD_DEL) {
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2846 if (pmsg->action == DELETE)
2852 if (pmsg->action == DELETE)
2966 crabort(char *mssg, int action) argument
2970 if (action & REMOVE_FIFO) {
2976 if (action & CONSOLE_MSG) {
3080 quedefs(int action) argument
3093 if (action == DEFAULT)
/illumos-gate/usr/src/cmd/init/
H A Dinit.c256 * Legal action field values.
387 /* action */
389 short c_action; /* Mask for type of action required */
646 * it is to inform init to change levels or perform some other action.
1267 * the action field is ONDEMAND and ONDEMAND is a permissable
1278 * If the action is not an action we are interested in,
1287 * ONDEMAND) and the action field is either OFF or the action
1299 * At this point we are interested in performing the action fo
2454 efork(int action, struct PROC_TABLE *process, int modes) argument
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c267 * action was attempted. At these two points smf_audit_event() is
293 * - gathering event information for each action in a
305 * that we can generate an event for each property action. The
311 * generate an audit event for each property action.
327 * every property action. Before generating the event,
329 * special_property_event() checks to see if the action involves a
457 * if the client has the appropriate permissions to perform an action.
3758 enum rep_protocol_transaction_action action; local
3836 if (tx_cmd_action(tx_data, cmd_no, &action) !=
3841 switch (action) {
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1752 char **action, char **expln)
1754 return (fctl_pkt_error(pkt, state, reason, action, expln));
1968 * various fields (state, action, reason, expln) from the response gotten
2034 pkt->pkt_action = lsrjt->action;
2058 char **action, char **expln)
2060 return (fctl_pkt_error(pkt, state, reason, action, expln));
5793 * action, expln) to 4 (successful matches for all state, reason,
5794 * action, expln) and where translation isn't successful into a
5799 char **action, char **expln)
5810 *state = *reason = *action
1751 fc_ulp_pkt_error(fc_packet_t *pkt, char **state, char **reason, char **action, char **expln) argument
2057 fc_fca_pkt_error(fc_packet_t *pkt, char **state, char **reason, char **action, char **expln) argument
5798 fctl_pkt_error(fc_packet_t *pkt, char **state, char **reason, char **action, char **expln) argument
[all...]
H A Dfp.c11195 uchar_t action, uchar_t reason, job_request_t *job)
11217 payload.action = action;
13913 fc_reset_action_t action; local
13950 FC_CAP_POST_RESET_BEHAVIOR, &action);
13955 switch (action) {
13962 action = FC_RESET_RETURN_NONE;
13968 action = FC_RESET_RETURN_NONE;
13972 port->fp_reset_action = action;
15004 caddr_t state, reason, action, expl local
11194 fp_els_rjt_init(fc_local_port_t *port, fp_cmd_t *cmd, fc_unsol_buf_t *buf, uchar_t action, uchar_t reason, job_request_t *job) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c202 skip_bit_t action,
4202 skip_bit_t action,
4208 "ohci_modify_sKip_bit: action = 0x%x flag = 0x%x",
4209 action, flag);
4213 if (action == CLEAR_sKip) {
4237 * The action is to set the skip bit. In order to
4199 ohci_modify_sKip_bit( ohci_state_t *ohcip, ohci_pipe_private_t *pp, skip_bit_t action, usb_flags_t flag) argument
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3431 int action; local
3453 action = ACTION_RESET;
3463 action = ACTION_FINRST;
3474 action = fas_handle_gross_err(fas);
3525 * take care of the most likely interrupts first and call the action
3536 action = fas_finish_select(fas);
3539 action = fas_phasemanage(fas);
3543 action = ACTION_RETURN;
3551 action = fas_reconnect(fas);
3553 action
3585 int action; local
3737 int action = ACTION_SEARCH; local
5908 int action; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2328 fc_reset_action_t *action; local
2333 action = (fc_reset_action_t *)ptr;
2334 *action = FC_RESET_RETURN_ALL;
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3797 enum rep_protocol_transaction_action action,
3811 if (action == REP_PROTOCOL_TX_ENTRY_DELETE)
3843 switch (action) {
3863 if (action == REP_PROTOCOL_TX_ENTRY_CLEAR) {
3882 entry->entry_action = action;
3796 transaction_add(scf_transaction_t *tran, scf_transaction_entry_t *entry, enum rep_protocol_transaction_action action, const char *prop, rep_protocol_value_type_t type) argument
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c127 * ensure that none of the action functions that normally do access the
209 * the command-mode action which edited the input line.
225 KtAction action; /* The last action function that made a */ member in struct:__anon4073
346 * External action functions and their callback data are recorded in
351 GlActionFn *fn; /* The function which implements the action */
430 /* either after the current action function */
439 KtAction current_action; /* The action function that is being invoked */
774 * Bind a single control or meta character to an action.
777 char c, const char *action);
2114 gl_bind_control_char(GetLine *gl, KtBinder binder, char c, const char *action) argument
6217 KtAction *action = keysym->actions + keysym->binder; local
6478 const char *action = NULL; /* A NULL action removes a keybinding */ local
8233 KtAction *action; /* An action function */ local
12400 gl_bind_keyseq(GetLine *gl, GlKeyOrigin origin, const char *keyseq, const char *action) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c147 * Because a single command can be made up of multiple action/property
200 /* lexxed out action and related properties */
227 * IPsec action types (in SPD_ATTR_TYPE attribute)
650 errx(1, gettext("fetch_algorithms: action missing?!"));
1993 /* action */
3716 * action strings. This is called after parsing pattern and before
3721 parse_action(FILE *fp, char **action, char **leftover) argument
3780 if (tmp_buf == buf) /* No action token */
3785 if ((*action = malloc(strlen(tmp_buf) + 1)) ==
3790 (void) strcpy(*action, tmp_bu
4060 enum parse_state {pattern, action, prop } pstate; enumerator in enum:parse_state
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h629 unsigned action; member in struct:node_ts
700 _p->action = (a); \
729 unsigned action; member in struct:door_ts
791 _p->action = (a); \
1466 unsigned action; member in struct:conn_ts
1548 _p->action = (a); \
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c9597 errstate action = COMMAND_DONE; local
9622 action = COMMAND_DONE_ERROR;
9630 action = COMMAND_DONE_ERROR;
9632 action = st_handle_incomplete(un, bp);
9646 action = st_handle_sense(un, bp, &un->un_pos);
9650 if (action != QUE_BUSY_COMMAND && action != QUE_COMMAND) {
9668 action = st_handle_autosense(un, bp, &un->un_pos);
9678 action = st_check_error(un, pkt);
9682 switch (action) {
11436 errstate action; local
17050 errstate action = COMMAND_DONE_ERROR; local
[all...]

Completed in 306 milliseconds

12345678910