Searched refs:action (Results 176 - 200 of 390) sorted by relevance

1234567891011>>

/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/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;
H A Ddevinfo.h66 void devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, int front);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c1172 char action; local
1198 action = COMMAND_DONE;
1273 action = QUE_SENSE;
1279 action = QUE_COMMAND;
1292 action = ses_decode_sense(pkt, &err);
1297 * Initiate error recovery action, as needed.
1299 switch (action) {
1386 char action; local
1507 action = COMMAND_DONE;
1516 action
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh203 typeset who prefix acltemp action
211 action=${acl##*:}
212 acl=$prefix:$(cal_bits $isdir 7 7 $acl 0):$action
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtypes.sh361 expected=$'Std_file_t db.file[/etc/profile]=(action=preserve;typeset -A sum=([8242e663d6f7bb4c5427a0e58e2925f3]=1);)'
366 typeset action
373 Std_t db=(magic='stdinstall (at&t research) 2009-08-25';Std_file_t -A file=( [/./home/gsf/.env.sh]=(action=preserve;typeset -A sum=([9b67ab407d01a52b3e73e3945b9a3ee0]=1);)[/etc/profile]=(action=preserve;typeset -A sum=([8242e663d6f7bb4c5427a0e58e2925f3]=1);)[/home/gsf/.profile]=(action=preserve;typeset -A sum=([3ce23137335219672bf2865d003a098e]=1);));)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c182 static void rtl_irq(struct nic *nic, irq_action_t action);
486 static void rtl_irq(struct nic *nic, irq_action_t action) argument
492 switch ( action ) {
497 if ( action == ENABLE ) mask = mask | interested;
/illumos-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl229 msgid "$code.action"
277 /^(.*)\.(type|severity|description|response|impact|action)$/;
301 die "$name: missing entry for \"$code.action\"\n"
302 unless defined($ids{"$code.action"});
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-is-caller-privileged.c55 "usage : hal-is-caller-privileged --udi <udi> --action <action>\n"
61 " --action PolicyKit action to check for\n"
67 "privileged for a given PolicyKit action for a given device. If an error\n"
99 char *action = NULL; local
124 {"action", 1, NULL, 0},
149 } else if (strcmp (opt, "action") == 0) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_linkapp.h134 uchar_t action; member in struct:la_els_rjt
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h45 void fmtmsg(char * label, int severity, char * text, char * action);
/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/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/lib/smbsrv/libmlsvc/common/
H A Dwinreg_svc.c401 DWORD *action; local
421 if ((action = NDR_NEW(mxa, DWORD)) == NULL) {
441 *action = WINREG_ACTION_EXISTING_KEY;
442 param->action = action;
469 *action = WINREG_ACTION_NEW_KEY;
470 param->action = action;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c140 traceaction(FILE *fp, char *action, struct rt_entry *rt) argument
168 (void) fprintf(fp, "%.15s %s ", ctime(&t) + 4, action);
/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/cmd-crypto/elfsign/
H A Delfsign.c146 ret_t (*action)(char *); /* Function pointer for the action */
181 action = do_sign;
187 action = do_verify;
192 action = do_cert_request;
197 action = do_list;
338 ret = action(NULL);
349 iret = action(cmd_info.elfobj[i]);
355 iret = action(argv[i]);
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dcheck.c391 * 4 - quit action taken
554 * 4 - quit action taken
587 * 4 - quit action taken
610 * 4 - quit action taken
619 return (getyorn(a_msg, a_pkg, ADM(action, "nocheck"),
620 ADM(action, "quit"), HLP_PKGRMCHK_PRIV,
/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/lib/libnwam/common/
H A Dlibnwam_object.c371 nwam_action_t action; local
390 * Does object already exist? If not, action is ADD, otherwise REFRESH.
395 action = NWAM_ACTION_ADD;
403 action = NWAM_ACTION_REFRESH;
424 hp->nwh_name, ncpname, action);
429 NULL, action);
497 * to ensure an enable/disable action is valid for the object. "parent" in these
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c918 enable_extended_FILE_stdio(int fd, int action) argument
922 if (action < 0)
923 action = SIGABRT; /* default signal */
930 fd = fcntl(tries[i], F_BADFD, action);
938 int nfd = fcntl(fd, F_BADFD, action);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c564 * not held during the mptsas_quiesce function, this RAID action must not use
570 pMpi2RaidActionRequest_t action; local
606 * don't issue the RAID action.
624 * Form message for raid action.
626 action = (pMpi2RaidActionRequest_t)(mpt->m_req_frame +
628 bzero(action, mpt->m_req_frame_size);
629 action->Function = MPI2_FUNCTION_RAID_ACTION;
630 action->Action = MPI2_RAID_ACTION_SYSTEM_SHUTDOWN_INITIATED;
677 * this RAID action. If not, ignore this reply.
701 * If not a RAID action repl
[all...]
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c226 uint8_t action = FALSE; local
283 if (action == FALSE) {
285 action = TRUE;
292 if (action == FALSE) {
295 action = TRUE;
302 if (action == FALSE) {
304 action = TRUE;
311 if (action == FALSE) {
313 action = TRUE;
320 if (action
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c133 * or enable/disable action event.
1146 nwamd_ncu_action(const char *ncu, const char *parent, nwam_action_t action) argument
1149 (NWAM_OBJECT_TYPE_NCU, ncu, parent, action);
1285 ncu_action_change_state(nwam_action_t action, nwam_ncu_type_t type, argument
1301 if (action == NWAM_ACTION_ADD) {
1331 nwam_action_t action = local
1337 if (action != NWAM_ACTION_ADD && action != NWAM_ACTION_REMOVE) {
1339 "invalid link action %s", nwam_action_to_string(action));
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c900 switch (pr_in->action) {
930 switch (pr_out->action) {
982 if (pr_out->action != PR_OUT_REGISTER_MOVE && buflen != 24) {
983 if ((pr_out->action !=
985 pr_out->action != PR_OUT_REGISTER) ||
1007 if (pr_out->action != PR_OUT_REGISTER &&
1008 pr_out->action != PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY) {
1011 if (pr_out->action == PR_OUT_REGISTER_MOVE &&
1034 switch (pr_out->action) {
1256 if (pr_out->action
[all...]

Completed in 839 milliseconds

1234567891011>>