Searched refs:action (Results 151 - 175 of 390) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c67 #define DPRINTF0(class, action, fmt) \
68 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fmt))
69 #define DPRINTF1(class, action, fmt, arg1) \
70 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fmt),\
72 #define DPRINTF2(class, action, fmt, arg1, arg2) \
73 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fmt),\
75 #define DPRINTF3(class, action, fmt, arg1, arg2, arg3) \
76 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fmt),\
78 #define DPRINTF4(class, action, fmt, arg1, arg2, arg3, arg4) \
79 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fm
2328 mboxsc_dprintf( const char *file, int line, uint32_t class, uint32_t action, const char *fmt, ...) argument
[all...]
/illumos-gate/usr/src/lib/librstp/common/
H A Duid_stp.h44 char action; /* 1-create, 0- delete */ member in struct:__anon3918
/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/rmvolmgr/
H A Drmm_common.h93 boolean_t rmm_action(LibHalContext *, const char *name, action_t action,
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh58 # -e option then the default action is to run in the background this script
80 : no unconfigure action required ;
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h204 /* Cursor action - Either display or hide cursor */
258 short action; /* Hide or show cursor */ member in struct:vis_conscursor
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dheap.c223 heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) { argument
226 if (ctx == NULL || action == NULL) {
232 (action)(ctx->heap[i], uap);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c192 static void pnic_irq ( struct nic *nic, irq_action_t action )
196 switch ( action ) {
199 enabled = ( action == ENABLE ? 1 : 0 );
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page.c91 const char *action = repair ? "unretire" : "retire"; local
158 action, (u_longlong_t)pageaddr);
167 "retry: %s\n", action, (u_longlong_t)pageaddr,
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmain.c94 malloc(optbufsz * sizeof (struct action))) == NULL) {
245 if ((Action = realloc((struct action *)Action,
246 optbufsz * sizeof (struct action))) == NULL) {
/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/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/ldmad/
H A Dldmad.c517 struct sigaction action; local
528 action.sa_sigaction = ldma_sigusr_handler;
529 action.sa_flags = SA_SIGINFO;
531 if (sigemptyset(&action.sa_mask) == -1) {
536 if (sigaction(SIGUSR1, &action, NULL) == -1) {
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c243 "\t\tPerform a specific action on a particular device\n"
666 int action = VDEV_STATE_UNKNOWN; local
715 action = VDEV_STATE_DEGRADED;
717 action = VDEV_STATE_FAULTED;
719 (void) fprintf(stderr, "invalid action '%s': "
951 if (action != VDEV_STATE_UNKNOWN)
952 return (perform_action(pool, &record, action));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c121 actfun_t *fun) /* pointer to function variable to receive action */
158 *fun = table[i].action;
277 * This action routine creates the space for all such fields.
426 actfun_t action; local
438 tok = get_token(p_str, 0, &action);
493 actfun_t action; local
504 tok = get_token(&ptr, lineNo, &action);
512 if ((err = (*action)(&ptr, dtls)) != 0)
532 if ((err = (*action)(&ptr, dtls)) != 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c211 ckinode(struct dinode *dp, struct inodesc *idesc, enum cki_action action) argument
240 return (ckinode_common(dp, idesc, action));
252 enum cki_action action)
290 if ((action == CKI_TRUNCATE) &&
351 action);
352 if ((action == CKI_TRUNCATE) &&
432 enum cki_action action)
548 n = iblock(idesc, ilevel, iblks, action);
563 if ((action == CKI_TRUNCATE) &&
580 if ((n & STOP) && (action !
251 ckinode_common(struct dinode *dp, struct inodesc *idesc, enum cki_action action) argument
431 iblock(struct inodesc *idesc, int ilevel, u_offset_t iblks, enum cki_action action) argument
[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/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/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c738 xmlNodePtr root, resp, status, cmd, action; local
752 /* get the action node and make sure it is the reg-domain-events */
753 if ((action = xml_find_subnode(cmd, XML_ACTION)) == NULL) {
756 if ((action_str = (char *)xmlNodeGetContent(action)) == NULL)
780 * Parse the LDM_event for the ldom name and domain action. Then invokes
789 xmlNodePtr root, cmd, action, data, envelope, content; local
798 /* get the action such as bind-domain, unbind-domain, etc. */
801 if ((action = xml_find_subnode(cmd, XML_ACTION)) == NULL) {
804 if ((action_str = (char *)xmlNodeGetContent(action)) == NULL)
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DNS.c276 const char *action,
307 if (strcmp(action, "delete") == 0) {
338 } else if (strcmp(action, "add") == 0) {
446 const char *action,
481 if (strcmp(action, "delete") == 0) {
534 } else if (strcmp(action, "add") == 0) {
275 _updateoldyp( const char *action, const char *printername, const char *printserver, const char *extensions, const char *comment, const char *isdefault) argument
445 _updateldap( const char *action, const char *host, const char *binddn, const char *passwd, const char *printername, const char *printserver, const char *extensions, const char *comment, const char *isdefault) argument
/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);
H A Dses.c743 libscsi_action_t *action; local
752 action = libscsi_action_alloc(handle, SPC3_CMD_WRITE_BUFFER,
756 wb_cdb = (spc3_write_buffer_cdb_t *)libscsi_action_get_cdb(action);
770 ret = libscsi_exec(action, target);
771 samstatus = libscsi_action_get_status(action);
778 libscsi_action_free(action);
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun803 parser.add_option('-c', action='callback', callback=options_cb,
806 parser.add_option('-d', action='store_true', default=False, dest='dryrun',
807 help='Dry run. Print tests, but take no other action.')
808 parser.add_option('-g', action='store_true', default=False,
810 parser.add_option('-o', action='callback', callback=options_cb,
813 parser.add_option('-p', action='callback', callback=options_cb,
816 parser.add_option('-P', action='callback', callback=options_cb,
819 parser.add_option('-q', action='store_true', default=False, dest='quiet',
821 parser.add_option('-t', action='callback', callback=options_cb, default=60,
824 parser.add_option('-u', action
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c658 struct sigaction action; local
673 (void) sigaction(SIGPIPE, NULL, &action);
689 (void) sigaction(SIGPIPE, &action, NULL);
/illumos-gate/usr/src/cmd/power/
H A Dparse.c369 * call the action routine or conftab handler routine.
372 parse_conf_file(char *name, vact_t action, boolean_t first_parse) argument
425 * action or handler routine; if handler does not return
441 } else if (action)
442 (*action)(line, llen + 1, cip);

Completed in 3361 milliseconds

1234567891011>>