Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 271) sorted by path

1234567891011

/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE283 declaratory judgment actions) against Initial Developer or a
H A DREADME.license-files74 new source, and add license actions to the package manifest(s).
79 actions like this:
94 actions should be relative to ${CODEMGR_WS}.
101 actions may be preceded by $(blah_ONLY), where "blah" corresponds
104 If you don't add the appropriate license actions to package
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm12.h1999 UINT32 actions; member
/illumos-gate/usr/src/boot/forth/
H A Dmenusets.4th468 \ so that the remaining variables are influenced by its actions
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME372 actions as appropriate. The object state event is
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME266 the lease before it expires. Note that user-initiated actions always
267 have priority over internal actions: the former will cancel the
H A DREADME.v6143 operation encapsulates the actions needed for a given operation, so
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE276 distribute the Program or its derivative works. These actions are
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME700 to be separated from other actions) in /etc/pcmcia/wireless:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2102 ipqos_conf_action_t *actions, in applydiff() argument
6263 if (params->actions) { in readparams()
6265 params->actions = NULL; in readparams()
6721 while (actions) { in actionexist()
6725 actions = actions->next; in actionexist()
6728 return (actions); in actionexist()
8128 while (actions) { in actions_unique()
8129 if (actionexist(actions->name, actions->next)) { in actions_unique()
8130 *name = actions->name; in actions_unique()
8133 actions = actions->next; in actions_unique()
[all …]
H A Dipqosconf.h298 ipqos_conf_act_ref_t *actions; member
/illumos-gate/usr/src/cmd/fm/dicts/
H A DZFS.po138 … is strongly recommended following a successful recovery.\n\n\nRecovery actions are requested wit…
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c151 ind_action_t *actions; in schg_execute_state_change_action() local
178 actions = rulelist->action_list; in schg_execute_state_change_action()
180 while (actions != NULL) { in schg_execute_state_change_action()
183 actions->ind_state, actions->ind_name); in schg_execute_state_change_action()
203 actions = actions->next; in schg_execute_state_change_action()
H A Dtopo_gather.c400 char *actions = dstrdup(acts); in topoprop_indrule_add() local
425 if (!failed && (p = strtok_r(actions, "&", &lasts)) != NULL) { in topoprop_indrule_add()
438 if (indicator_breakup(actions, &state, &name) != 0) in topoprop_indrule_add()
444 dfree(actions, actionslen); in topoprop_indrule_add()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c1535 static char *actions[] = { in getcmd() local
1721 sizeof (actions)/sizeof (char *); in getcmd()
1723 if (strcmp(shcmd, actions[i]) == 0) { in getcmd()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c149 req.actions = ACT_IMMEDIATE | ACT_FAST;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dcancel.c45 if (spool || (prs->request->actions & ACT_NOTIFY)) in cancel()
H A Ddisp1.c145 if ((rp->request->actions & ACT_SPECIAL) == ACT_HOLD) in s_print_request()
147 if ((rp->request->actions & ACT_SPECIAL) == ACT_RESUME) in s_print_request()
149 if ((rp->request->actions & ACT_SPECIAL) == in s_print_request()
543 rp->request->actions |= in s_end_change_request()
544 (oldr.actions & ACT_NOTIFY); in s_end_change_request()
546 if ((rp->request->actions & ACT_SPECIAL) == in s_end_change_request()
562 if ((rp->request->actions & ACT_SPECIAL) == in s_end_change_request()
573 if ((rp->request->actions & ACT_SPECIAL) in s_end_change_request()
H A Ddowait.c42 (PRS)->request->actions & (ACT_MAIL|ACT_WRITE|ACT_NOTIFY)\
H A Dexec.c252 if (request->request->actions & ACT_NOTIFY) { in exec()
860 if (request->request->actions & ACT_RAW) { in exec()
1008 if (request->request->actions & ACT_WRITE) { in exec()
H A Dnotify.c107 !(prs->request->actions & (ACT_MAIL|ACT_WRITE|ACT_NOTIFY)) in notify()
H A Dpickfilter.c335 if (ret == fl_none && !(prs->request->actions & ACT_RAW)) { in pickfilter()
H A Dschedule.c554 if (prs->request->actions & ACT_NOTIFY) { in ev_notify()
556 prs->request->actions &= ~ACT_NOTIFY; in ev_notify()
H A Dvalidate.c782 if (prs->request->actions & ACT_FAST && prs->slow) { in _validate()
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h71 ushort actions; /* mail/write, immediate/hold/resume, raw */ member

1234567891011