Searched refs:action (Results 126 - 150 of 390) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cron/
H A Dcron.h69 char action; member in struct:message
/illumos-gate/usr/src/cmd/filesync/
H A DMakefile27 OBJS= action.o anal.o base.o debug.o files.o ignore.o main.o recon.o rename.o rules.o acls.o eval.o
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c89 int action; local
101 action = F_SETLK;
103 action = F_SETLKW;
105 while ((i = fcntl(fd, action, &lfd)) < 0 && errno == EINTR)
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrmsg.h45 void erraction(int action);
60 #define EIGNORE -1 /* special severity, no message, no action, returns */
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h49 /* Settings for class action scripts */
95 char *action; member in struct:admin
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h70 * Persistent Reserve Out service action codes
128 uint8_t action : 5, member in struct:scsi_cdb_prin
179 * Section 6.11.4 REPORT CAPABILITIES service action
269 uint8_t action : 5, member in struct:scsi_cdb_prout
302 * Table 117 - REGISTER and MOVE service action parameter list
326 action : 5; member in struct:scsi_cdb_prin
375 * Section 6.11.4 REPORT CAPABILITIES service action
466 action : 5; member in struct:scsi_cdb_prout
498 * Table 117 - REGISTER and MOVE service action parameter list
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session_setup_andx.c226 uint16_t action; local
299 action = SMB_USER_IS_GUEST(sr->uid_user) ? 1 : 0;
311 action,
325 action,
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dholds.py52 parser.add_option("-r", action="store_true", dest="recursive",
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_xdr.c135 if (!xdr_autofs_action(xdrs, &objp->action))
137 switch (objp->action) {
159 if (!xdr_action_list_entry(xdrs, &objp->action))
178 if (!xdr_action_list_entry(xdrs, &objp->action))
188 if (!xdr_action_list_entry(xdrs, &objp->action))
300 if (!xdr_autofs_action(xdrs, &objp->action))
302 switch (objp->action) {
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c148 if (!xdr_autofs_action(xdrs, &objp->action))
150 switch (objp->action) {
179 if (!xdr_action_list_entry(xdrs, &p->action))
182 (void *)&p->action);
191 if (!xdr_action_list_entry(xdrs, &p->action)) {
320 if (!xdr_autofs_action(xdrs, &objp->action))
322 switch (objp->action) {
/illumos-gate/usr/src/lib/efcode/engine/
H A Dactions.c166 run_action(fcode_env_t *env, acf_t acf, int action) argument
178 if (action >= p[1] || action < 0) {
179 log_message(MSG_WARN, "run_action: acf: %p action: %d"
180 " out of range: 0-%d\n", acf, action, (int)p[1]);
187 d = (fstack_t)p[action+2];
192 log_message(MSG_WARN, "run_action: acf: %p/%p not default action\n",
279 system_message(env, "Bad Object action");
396 FORTH(IMMEDIATE, "action:", action_colon);
397 FORTH(0, "perform-action", perform_actio
[all...]
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c69 int action = USE_PORT; variable
270 if (action != USE_PORT || file->fp == NULL)
417 if (action == USE_PORT &&
420 action = USE_SLEEP;
476 switch (action) {
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c801 rmm_action_one(LibHalContext *hal_ctx, const char *name, action_t action, argument
818 switch (action) {
843 action_strings[action], dev_str, rmm_strerror(&error, -1));
847 switch (action) {
874 * top level action routine
880 rmm_action(LibHalContext *hal_ctx, const char *name, action_t action, argument
892 dprintf("rmm_action %s %s\n", name, action_strings[action]);
918 if ((action == EJECT) && !libhal_drive_requires_eject(d)) {
919 action = UNMOUNT;
922 /* per drive action */
[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/lib/libc/port/threads/
H A Dspawn.c67 int fa_need_dirbuf; /* only consulted in the head action */
149 struct sigaction action; local
156 (void) memset(&action, 0, sizeof (action));
157 action.sa_handler = SIG_IGN;
160 (void) __sigaction(sig, &action, NULL);
165 (void) memset(&action, 0, sizeof (action));
166 action.sa_handler = SIG_DFL;
169 (void) __sigaction(sig, &action, NUL
[all...]
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c68 #define AP_INIT_NO_ARGS(directive, action, arg, where, mesg) \
69 { directive, action, arg, where, NO_ARGS, mesg }
70 #define AP_INIT_TAKE1(directive, action, arg, where, mesg) \
71 { directive, action, arg, where, TAKE1, mesg }
72 #define AP_INIT_TAKE2(directive, action, arg, where, mesg) \
73 { directive, action, arg, where, TAKE2, mesg }
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c113 #define ST_ACT "action"
133 * MV_ACT "action" selected
172 * Text string introduction for "action". This may have to come from
577 /* Check for "action */
786 * void writemsg(buf, size, verbosity, label, severity, text, action, tag)
796 * const char *action The address of the action-component
800 * severity-component, text-component, action-component, and tag-
813 const char *text, const char *action, const char *tag)
821 int actindent = 0; /* # spaces to indent action */
811 writemsg(char *buf, size_t size, int verbosity, const char *label, int severity, const char *text, const char *action, const char *tag) argument
1088 fmtmsg(long class, const char *label, int severity, const char *text, const char *action, const char *tag) argument
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm1667 my $action;
1721 'rctl "%s" value missing action "%s"'),
1784 foreach $action (@actions) {
1786 if (ref($action)) {
1789 projent_values2string([$action]);
1791 'rctl "%s" invalid action "%s"'),
1797 if ($action =~ /^sig(nal)?(=.*)?$/) {
1798 $signal = $action;
1799 $action = 'sig';
1801 if (!(grep /^$action
[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...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c86 itm_place_t default_action; /* default action */
282 itm_place_t action; local
408 action = ist->default_action;
409 type = ((itm_tbl_hdr_t *)(ADDR(action)))->type;
411 ("escape seq (default action=%6p, "
413 action.itm_ptr, type));
424 action = direc->action;
425 type = ((itm_tbl_hdr_t *)(ADDR(action)))->type;
427 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/ipqosconf/
H A Dipqosconf.h111 /* length of class/filter/action names */
146 #define IPQOS_CONF_ACTION_STR "action"
178 * used in calls to ipp_action_info() to encapuslate both an action and
182 struct ipqos_conf_action_s *action; member in struct:ipqos_actinfo_prm_s
266 * action reference - used to store information and reference an action struct.
274 struct ipqos_conf_action_s *action; member in struct:ipqos_conf_act_ref_s
296 /* action parameters representation */
314 * action representation, with parameters, and lists of filters and classes
315 * if classifier action
[all...]
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h122 * Structure to hold action information
124 typedef struct action { struct
125 int a_action; /* Which action to take ? */
128 } action; typedef in typeref:struct:action
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c497 prepare_contract(const char *script, const char *action) argument
533 (void) strlcpy(svc_strbuf, action, CT_PARAM_MAX_SIZE);
801 const char *restarter, *script, *action; local
838 action = argv[optind + 1];
840 if (strcmp(action, "start") == 0)
842 else if (strcmp(action, "stop") == 0)
865 if (prepare_contract(script, action) == -1) {
917 arg3 = action;
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c210 if (ADM(action, "nocheck")) {
235 if (ADM(action, "quit")) {

Completed in 1117 milliseconds

1234567891011>>