Searched defs:action (Results 26 - 50 of 236) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_notify.c171 * action FILE_ACTION_SUBDIR_CHANGED, we don't have
220 uint32_t action, char *fname)
224 ASSERT(FILE_ACTION_ADDED <= action &&
225 action <= FILE_ACTION_MODIFIED_STREAM);
235 action, namelen, fname))
308 smb_notify_event(smb_node_t *node, uint_t action, const char *name) argument
316 if (action == FILE_ACTION_RENAMED_OLD_NAME)
323 smb_notify_sr(sr, action, name);
393 smb_notify_sr(smb_request_t *sr, uint_t action, const char *name) argument
405 VERIFY(action < smb_notify_action_nel
219 smb_notify_encode_action(struct smb_request *sr, mbuf_chain_t *mbc, uint32_t action, char *fname) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtrap.c22 * trap [-p] action sig...
68 char *action = arg; local
74 clear = (arg!=action && *arg==0);
78 if(*action=='-' && action[1]==0)
85 else if(*action=='+' && action[1]==0 && sh.st.self == &sh.global)
120 if(!clear && *action)
121 shp->st.trap[sig] = strdup(action);
154 shp->st.trapcom[sig] = (shp->sigflag[sig]&SH_SIGOFF) ? Empty : strdup(action);
[all...]
H A Dalarm.c42 Namval_t *action; member in struct:tevent
143 if(tp->action)
144 sh_fun(tp->action,tp->node,(char**)0);
162 static char *setdisc(Namval_t *np, const char *event, Namval_t* action, Namfun_t argument
167 return(action?"":(char*)ALARM);
171 return(nv_setdisc(np, event, action, fp));
173 if(action==np)
174 action = tp->action;
176 tp->action
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dtimers.c35 void (*action)(void*); member in struct:_timer
114 if(tp->action)
156 void (*action)(void*);
157 action = tp->action;
159 tp->action = 0;
162 (*action)(tp->handle);
181 void *sh_timeradd(unsigned long msec,int flags,void (*action)(void*),void *handle) argument
187 if(t<=0 || !action)
195 tp->action
[all...]
H A Dfault.c67 int action=0; local
190 action = (*shp->bltinfun)(-sig,(char**)0,(void*)0);
191 if(action>0)
204 if(action<0)
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dssnsetup.c89 uint16_t action = 0; local
97 err = smb__ssnsetup(ctx, NULL, NULL, &ntstatus, &action);
101 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
119 uint16_t action = 0; local
145 err = smb__ssnsetup(ctx, &lm_mbc, &nt_mbc, &ntstatus, &action);
149 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
169 uint16_t action = 0; local
201 err = smb__ssnsetup(ctx, &lm_mbc, &nt_mbc, &ntstatus, &action);
223 uint16_t action = 0; local
[all...]
/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/lib/libc/port/gen/
H A Drctlops.c145 rctlblk_set_local_action(rctlblk_t *rblk, uint_t action, int signal) argument
150 RCTL_LOCAL_ACTION_MASK) | (action & ~RCTL_LOCAL_ACTION_MASK);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterNS.java39 private synchronized static native int updateoldyp(String action, argument
42 private synchronized static native int updateldap(String action, argument
81 String action = "add";
83 action = args[0];
85 set(action, p, ns);
100 String action,
109 setNIS(action, p, ns);
112 setNS(action, p, ns);
117 String action,
121 Debug.message("SVR: DoPrinterNS.setNIS(): " + action);
99 set( String action, Printer p, NameService ns) argument
116 setNIS( String action, Printer p, NameService ns) argument
350 setNS( String action, Printer p, NameService ns) argument
[all...]
H A DDoPrinterNS.c51 const char *action,
59 const char *action,
172 const char *action = NULL; local
184 action = (*env)->GetStringUTFChars(env, jaction, 0);
200 ret = _updateoldyp(action, printername, printserver,
226 const char *action = NULL; local
241 action = (*env)->GetStringUTFChars(env, jaction, 0);
266 ret = _updateldap(action, host, binddn, passwd, printername,
/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/devfsadm/
H A Ddevalloc.c107 _reset_devalloc(int action) argument
111 if (action == DA_ON)
113 else if ((action == DA_OFF) && (open(DEVALLOC, O_RDONLY) == -1))
116 if (action == DA_ON)
118 else if (action == DA_OFF)
176 _update_devalloc_db(devlist_t *devlist, int devflag, int action, char *devname, argument
184 if (action == DA_ADD) {
206 (void) _update_dev(dentry, action, NULL, NULL,
209 } else if (action == DA_REMOVE) {
229 nickname = _update_dev(NULL, action, typestrin
281 _update_dev(deventry_t *dentry, int action, const char *devtype, char *devname, char *rm_link) argument
[all...]
/illumos-gate/usr/src/cmd/rmmount/
H A Drmmount.c72 action_t action; local
126 action = UNMOUNT;
128 action = CLOSETRAY;
130 action = EJECT;
132 action = INSERT;
179 ret = rmm_action(hal_ctx, default_name, action,
191 ret = rmm_action(hal_ctx, argv[optind], action,
/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/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/uts/intel/io/dktp/controller/ata/
H A Datapi_fsm.c82 * table determines what action to take. Note, in the actual
688 uchar_t action; local
759 * determine the action for this event
761 action = atapi_PioAction[state][event];
768 switch (action) {
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c65 fmtmsg(char *label, int severity, char *text, char *action)
90 if (action && *action) {
94 mbstowcs(wtext, action, LONG_S);
64 fmtmsg(char *label, int severity, char *text, char *action) argument
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_snap.c210 "allocate SCSI action"));
293 "allocate SCSI action"));
655 ses_walk_action_t action; local
658 action = func(np, arg);
659 if (action == SES_WALK_ACTION_TERMINATE)
661 if (action == SES_WALK_ACTION_PRUNE ||
/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/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DError.java92 "enabledProbeID", "CPU", "action", "offset",
108 private final int action; field in class:Error
129 * action as the nth action (starting at one) in the error-inducing
131 * action
151 action = errorAction;
210 * Gets the error-inducing action as the <i>nth</i> action (starting
212 * the predicate rather than in an action. Note that some actions
217 * the <i>nth</i> action (<
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c53 * Define the size of the hash table that is used to associate action
54 * names with action functions. This should be a prime number.
200 * action char * The action to associate with the key sequence, or
201 * NULL to remove the action associated with the
208 const char *action)
210 KtKeyFn *keyfn; /* The action function */
211 void *data; /* The callback data of the action function */
222 * Lookup the function that implements the specified action.
224 if(!action) {
207 _kt_set_keybinding(KeyTab *kt, KtBinder binder, const char *keyseq, const char *action) argument
370 KtAction *action = sym->actions + i; local
663 _kt_set_action(KeyTab *kt, const char *action, KtKeyFn *fn, void *data) argument
755 KtAction *action; /* An action function/data pair */ local
981 _kt_lookup_action(KeyTab *kt, const char *action, KtKeyFn **fn, void **data) argument
[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/head/
H A Dnsswitch.h77 #define __NSW_CONTINUE 0 /* the action is to continue to next service */
78 #define __NSW_RETURN 1 /* the action is to return to the user */
101 action_t action; member in struct:__nsw_long_err
/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/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 937 milliseconds

12345678910