Searched refs:action (Results 51 - 75 of 390) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_002_pos.ksh121 typeset action
169 action=log_mustnot
172 action=log_must
175 action=log_must
184 $action zpool import \
H A Dzpool_import_missing_003_pos.ksh155 typeset action
197 action=log_must
200 action=log_mustnot
203 action=log_mustnot
205 '') action=log_mustnot
209 $action zpool import -d $DEVICE_DIR $TESTPOOL1
212 if [[ $action == log_must ]]; then
/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/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtty49 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
71 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
90 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
93 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtty49 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
71 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
90 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
93 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtty49 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
71 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
90 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
93 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtty49 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
71 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
90 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty)
93 # define tcsetattr(fd,action,tty) stty(fd, tty)
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddm_platform.c116 char *action; local
125 action = dstrdup(actionString);
129 if ((tok = strtok_r(action, " \t", &lasts)) != NULL) {
171 dfree(action, actionlen);
338 extract_protocol(const char *action) argument
340 char *s = strchr(action, PROTOCOL_SEPARATOR);
347 len = (uintptr_t)s - (uintptr_t)action;
350 proto[i] = tolower(action[i]);
360 extract_action(const char *action) argument
362 /* The action i
369 do_action(const char *action, dm_fru_t *fru) argument
403 dm_platform_update_fru(const char *action, dm_fru_t *fru) argument
409 dm_platform_indicator_execute(const char *action) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog_c.x36 %/* A log entry that describes an action to be performed and its parameters. */
59 int action; /* action to be invoked */
60 string table_name<>; /* table_name supplied with action */
61 table_obj *table_object; /* object involved in action (if any) */
79 % int action; /* action to be invoked */
80 % char *table_name; /* table_name supplied with action (if any) */
81 % table_obj *table_object; /* object involved in action (if any) */
101 %/* Accessor: return pointer to action o
[all...]
H A Ddb.cc167 /* Execute the specified action using the rest of the arguments as input.
170 db::exec_action(db_action action, db_query *query, argument
189 switch (action) {
318 * Log the given action and execute it.
319 * The minor version of the database is updated after the action has
322 * action is unknown.
325 db::log_action(db_action action, db_query *query, entry_object *content) argument
329 db_log_entry le(action, v, query, content);
341 if ((action == DB_ADD_NOSYNC) || (action
394 execute(db_action action, db_query *query, entry_object *content, db_next_desc* previous) argument
559 db_action action; local
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c155 Action action = 0; local
237 action = set_action(add_form, "-F");
242 action = set_action(list_alert, "\"-A list\"");
245 action = set_action(quiet_alert, "\"-A quiet\"");
252 action = set_action(add_alert, "-A");
276 action = set_action(add_alert, "-Q");
295 action = set_action(add_alert, "-W");
302 action = set_action(add_form, "-u");
306 action = set_action(delete_form, "-x");
311 action
1241 set_action( Action action, char * option ) argument
[all...]
/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/cmd/sendmail/db/hsearch/
H A Dhsearch.c83 __db_hsearch(item, action)
85 ACTION action;
98 switch (action) {
/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/grub/grub-0.97/netboot/
H A Dnic.h44 extern void eth_irq(irq_action_t action);
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-functions.sh13 PK_RESULT=`hal-is-caller-privileged --udi $UDI --action $ACTION \
23 echo "$ACTION $PK_RESULT <-- (action, result)" >&2
/illumos-gate/usr/src/cmd/initpkg/
H A Drc1.sh44 action=$1
70 case $action in
H A Drc2.sh45 action=$1
74 case $action in
/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/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/cmd/print/printmgr/com/sun/admin/pm/server/
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.h76 #define TRACE_ACTION(action, route) { \
78 traceaction(ftrace, (action), (route)); \
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c593 int action; local
606 action = ACL_ADD;
611 action = ACL_STRIP;
613 action = ACL_DELETE;
614 if (action != ACL_STRIP) {
617 action = ACL_SLOT_DELETE;
629 action = ACL_REPLACE;
636 if ((action == ACL_REPLACE || action == ACL_ADD) && acl_spec[0] == '\0')
651 new_acl_args->acl_action = action;
1184 set_attr_args(f_attr_t attr, char action, char *attractptr) argument
1212 parse_entry(char *entry, char action, char atype, int len, char *attractptr) argument
1286 char action; local
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c68 int action, /* RTM_DELETE, etc */
96 w.w_rtm.rtm_type = action;
100 if (metric != 0 || action == RTM_CHANGE) {
131 if (errno == ESRCH && (action == RTM_CHANGE ||
132 action == RTM_DELETE)) {
133 if (action == RTM_CHANGE) {
134 action = RTM_ADD;
147 int action, /* RTM_DELETE, etc */
174 w.w_rtm.rtm_type = action;
207 if (errno == ESRCH && (action
67 i_ipadm_rtioctl4(int rtsock, int action, in_addr_t dst, in_addr_t gate, uint_t masklen, char *ifname, uint8_t metric, int flags) argument
146 i_ipadm_rtioctl6(int rtsock, int action, in6_addr_t dst, in6_addr_t gate, uint_t prefix_length, char *ifname, int flags) argument
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java53 int action; field in class:pmInstallPrinter
96 public pmInstallPrinter(pmTop myTop, int action) throws pmGuiException { argument
102 this.action = action;
108 switch (action) {
281 if (action != Constants.MODIFYREMOTE) {
294 Debug.message("CLNT: default cancel action");
300 if (action == Constants.ADDLOCAL || action == Constants.ADDNETWORK) {
491 if (action !
[all...]

Completed in 1241 milliseconds

1234567891011>>