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

12345678910

/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c92 psr_action_lookup(int action) argument
97 if (psr_action[i].p_op == action) {
112 psr_set_state(processorid_t cpu, int action, psr_action_t *pac, int mustexist) argument
131 if (old_state == P_FAULTED && action != P_FAULTED && !force) {
137 old_state = p_online(cpu, force ? action | P_FORCED : action);
148 if (old_state == action) {
189 do_range(processorid_t first, processorid_t last, int action, argument
198 if ((rv = psr_set_state(cpu, action, pac, 0)) > 0)
215 int action local
[all...]
/illumos-gate/usr/src/cmd/ptools/psig/
H A Dpsig.c181 struct sigaction *action = NULL; local
213 action = malloc(maxsig * sizeof (struct sigaction));
214 if (action == NULL) {
220 if (read(fd, (char *)action, maxsig * sizeof (struct sigaction)) !=
277 struct sigaction *sp = &action[sig - 1];
351 if (action)
352 free(action);
/illumos-gate/usr/src/cmd/rctladm/
H A Drctladm.c114 uint_t action; local
125 action = rctlblk_get_global_action(gblk);
129 if (action & RCTL_GLOBAL_SYSLOG)
178 rctladm_setup_action(char *name, char *action, int line) argument
180 if (action[0] == '\0') {
185 rctladm_enable(name, action);
195 char *action; local
222 * Look for "rctl_name=action;action;...;action, wit
262 rctladm_modify_action(const char *rctl_name, uint_t enable, uint_t action, int log_level) argument
301 rctladm_get_log_level(char *action) argument
321 rctladm_enable(const char *rctl_name, char *action) argument
337 rctladm_disable(const char *rctl_name, char *action) argument
358 uint_t action = rctlblk_get_global_action(gblk); local
448 char *action; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_import.c212 match_cmd(char *name, ilbadm_cmd_desc_t *cmds, cmdfunc_t *action, int flags) argument
230 *action = cmd->c_action;
/illumos-gate/usr/src/cmd/cron/
H A Dcron.h69 char action; member in struct:message
H A Dfuncs.c153 cron_sendmsg(char action, char *login, char *fname, char etype) argument
174 pmsg->action = action;
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c129 log_msg(MM_SCHGMGR, "Executing action `%s'\n", astring);
156 log_msg(MM_SCHGMGR, "[Disk in %s] State change action: %s -> %s\n",
163 * If the old state is UNKNOWN, then we'll match to first action
189 log_msg(MM_SCHGMGR, "Executing action `%s'\n", astring);
214 const char *action = dm_prop_lookup(diskp->props, DISK_PROP_FRUACTION); local
216 if (action == NULL) {
217 log_msg(MM_SCHGMGR|MM_NOTE, "No FRU update action for disk "
222 if (dm_platform_update_fru(action, frup) != 0) {
330 * execute the generic fault action. Even if we're
351 * (1) Execute the configuration-specified action o
[all...]
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c111 #define BIGUSAGE "fmtmsg [-a action] [-c class] [-l label] [-s severity] [-t tag]\n [-u subclass[,subclass[,...]]] [text]\n"
468 * fmtmsg [-a action] [-c classification] [-l label] [-s severity] [-t tag]
479 * -a action String that describes user action to take to
529 char *action; /* Ptr to user's action str */
572 a_seen = FALSE; /* No action (-a) text seen yet */
600 action = optarg;
807 if (!a_seen) action = MM_NULLACT;
817 msgrtn = fmtmsg(class, label, severity, text, action ,ta
524 char *action; /* Ptr to user's action str */ local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsavemail.c1125 char *action; local
1133 action = "failed";
1140 action = "delivered (to mailing list)";
1142 action = "delivered (to mailbox)";
1145 action = "relayed (to non-DSN-aware mailer)";
1147 action = "expanded (to multi-recipient alias)";
1149 action = "delayed";
1151 action = "relayed (Deliver-By trace mode)";
1153 action = "delayed (Deliver-By notify mode)";
1155 action
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c64 * passed as data and contains data to specify the type of action requested
116 /* Requires WRITE, SELECT or WLAN auth depending on action */
252 nwam_action_t action = req->nwda_data.nwdad_object_action.nwdad_action; local
272 if (action == NWAM_ACTION_ENABLE || action == NWAM_ACTION_DISABLE) {
275 action == NWAM_ACTION_ENABLE ?
279 "need %s for %s action", AUTOCONF_SELECT_AUTH,
280 nwam_action_to_string(action));
286 "need %s for %s action on Known WLAN",
287 AUTOCONF_WLAN_AUTH, nwam_action_to_string(action));
[all...]
H A Denm.c726 nwamd_enm_action(const char *enm, nwam_action_t action) argument
729 (NWAM_OBJECT_TYPE_ENM, enm, NULL, action);
777 * of a disable action), then it is still active but refreshing.
877 "unexpected action");
H A Dknown_wlans.c512 "unexpected action");
518 nwamd_known_wlan_action(const char *known_wlan, nwam_action_t action) argument
521 (NWAM_OBJECT_TYPE_KNOWN_WLAN, known_wlan, NULL, action);
H A Dloc.c399 nwamd_loc_action(const char *loc, nwam_action_t action) argument
402 (NWAM_OBJECT_TYPE_LOC, loc, NULL, action);
452 * getting refreshed as part of a enable/disable action and there is
541 "unexpected action");
H A Dncp.c112 * daemon. The refresh action will trigger a re-read of the NCUs
166 "unexpected action");
174 * generated as part of an NCP enable action (see above).
193 * active_ncp property and refresh the daemon. The refresh action will
211 nwamd_ncp_action(const char *ncp, nwam_action_t action) argument
214 (NWAM_OBJECT_TYPE_NCP, ncp, NULL, action);
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c151 libscsi_action_t *action; local
180 action = libscsi_action_alloc(handle, SPC3_CMD_WRITE_BUFFER,
184 wb_cdb = (spc3_write_buffer_cdb_t *)libscsi_action_get_cdb(action);
198 rv = libscsi_exec(action, target);
199 samstatus = libscsi_action_get_status(action);
204 libscsi_action_free(action);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c175 devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, int front) argument
180 hotplug_event->action = action;
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c198 /* error("no space in action table" ); */
315 * temp1[t] is changed to reflect the action
318 int lp, lt, action; local
333 action = ASSOC(lt) & ~04;
335 action = RASC; /* shift */
337 action = LASC; /* reduce */
339 switch (action) {
340 case BASC: /* error action */
383 * error recovery token, `error', that the default be the error action
514 * the action arra
[all...]
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c117 apply_action_t *action)
128 if (action)
129 *action = APPLY_NONE;
193 if (action != NULL) {
218 *action = APPLY_LATE;
584 apply_action_t action; local
642 hashash = mhash_retrieve_entry(hndl, pname, stored_hash, &action) == 0;
645 assert(action == APPLY_NONE);
657 (action != APPLY_LATE)) {
708 if (action
116 mhash_retrieve_entry(scf_handle_t *hndl, const char *name, uchar_t *hash, apply_action_t *action) argument
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlog.c447 char *action; local
469 action = gettext("starting");
472 inst->ri_i.i_fmri + strlen("svc:/"), action,
479 action = gettext("transitioned to maintenance by "
483 action = gettext("failed repeatedly: transitioned to "
487 action = gettext("misconfigured: transitioned to "
491 action = gettext("failed fatally: transitioned to "
495 action = gettext("timed out: transitioned to "
499 action = gettext("failed: transitioned to "
506 action
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dio.c90 int buf_len, uchar_t action)
102 cdb.byte1 = action & ACTION_MASK;
89 g_scsi_persistent_reserve_in_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t action) argument
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c69 ksyms_emit(ksyms_walkinfo_t *kwp, void *src, size_t size, int action) argument
71 if (kwp->kw_actions & action) {
76 kwp->kw_size[action] += size;
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c317 unsigned short action; local
336 action = k->alted;
338 action = k->ctrled;
340 action = k->shifted;
342 action = k->normal;
344 switch (action & 0xFF00) {
347 return (action & 0xFF);
351 return ((action & 0xFF) | 0x100);
367 switch (action) {
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c427 uint_t action)
435 if (action == UHCI_ENABLE_PORT) {
442 } else if (action == UHCI_DISABLE_PORT) {
424 uhci_handle_port_enable_disable( uhci_state_t *uhcip, usb_port_t port, uint_t action) argument
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c315 gact_t action, int calltype)
342 switch (action) {
425 * Before firing off the HBA action, restart the timer
438 /* save a copy in case action function frees it */
443 if (action == GACTION_RESET_BUS && cccp->ccc_waitq_frozen) {
448 /* invoke the HBA's action function */
449 if ((*func)(hba_handle, gcmdp, gtgtp, action, calltype)) {
457 if (action == GACTION_INCOMPLETE)
460 /* all other failures cause transition to next action */
469 action
314 ghd_timer_newstate(ccc_t *cccp, gcmd_t *gcmdp, gtgt_t *gtgtp, gact_t action, int calltype) argument
598 gact_t action; local
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Drctlsys.c230 int action = flags & (~RCTLSYS_ACTION_MASK); local
235 if (action != RCTL_FIRST && action != RCTL_NEXT &&
236 action != RCTL_USAGE)
265 if (action != RCTL_USAGE)
268 if (action == RCTL_USAGE) {
303 } else if (action == RCTL_FIRST) {
397 int action = flags & (~RCTLSYS_ACTION_MASK); local
407 if (action != RCTL_INSERT &&
408 action !
[all...]

Completed in 124 milliseconds

12345678910