| /onnv/onnv-gate/usr/src/cmd/sendmail/libsmutil/ |
| lockfile.c | 46 int action; local 57 action = F_SETLK; 59 action = F_SETLKW; 61 if (fcntl(fd, action, &lfd) >= 0)
|
| /onnv/onnv-gate/usr/src/lib/extendedFILE/common/ |
| extendedFILE.c | 51 int action = -1; /* default signal */ local 70 * user specified action 82 action = signal; 85 if ((closed_fd = enable_extended_FILE_stdio(closed_fd, action)) == -1) {
|
| /onnv/onnv-gate/usr/src/uts/common/inet/nca/ |
| ncaconf.h | 52 uchar_t action; member in struct:nca_set_ioctl
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| Op.java | 43 * Stores a single operation. An operation is an action that will 46 * subparts, the filter and the action. The filter is used to 48 * operation's action. This class also simultaneously acts as its own 85 * The action to be taken by the operation. 87 public OpAction action; field in class:Op 122 return (action != null && 123 action.actionType == OpAction.CODE); 127 * Evokes the action of this operation if the message 136 action.invoke(msg.target, msg.arg, scope); 144 * Evokes the action of this operation if the event [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/kmfcfg/ |
| kmfcfg.c | 46 int (*action)(int, char *[]); member in struct:verbcmd_s 219 ret = (*cmds[found].action)(argc, argv);
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/cpumem-retire/ |
| cma_page.c | 91 const char *action = repair ? "unretire" : "retire"; local 158 action, (u_longlong_t)pageaddr); 167 "retry: %s\n", action, (u_longlong_t)pageaddr,
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald/solaris/ |
| hotplug.h | 38 HotplugActionType action; /**< Whether the event is add or remove */ member in struct:__anon606
|
| /onnv/onnv-gate/usr/src/cmd/mesg/ |
| mesg.c | 64 int action = 0; local 99 if (action > 0) 103 action++; 107 if (action > 0) 112 action++; 125 if (action > 0)
|
| /onnv/onnv-gate/usr/src/cmd/volrmmount/ |
| volrmmount.c | 73 action_t action; local 86 action = REMOUNT; 90 action = UNMOUNT; 134 if (!rmm_action(hal_ctx, default_name, action, 141 if (rmm_action(hal_ctx, argv[optind], action,
|
| /onnv/onnv-gate/usr/src/cmd/hal/tools/ |
| hal-is-caller-privileged.c | 55 "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) {
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| VJErrorDialog.java | 91 public boolean action(Event evt, Object what) { method in class:VJErrorDialog
|
| ImageButton.java | 164 action(); method 171 public void action() { method in class:ImageButton
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| Operations.java | 88 return action(msg, evt, evt.arg); 132 public boolean action(Message msg, Event evt, Object what) { method in class:Operations
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
| DoPrinterNS.c | 51 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,
|
| /onnv/onnv-gate/usr/src/lib/libtecla/common/ |
| keytab.h | 25 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 26 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 49 * or 1. Action functions should ignore this if 50 * repeating the action multiple times isn't 52 * data void * A pointer to action-specific data, 63 * Allow the association of arbitrary callback data with each action 93 /* action function, or -1 if none have. */ 112 const char *keyseq, const char *action); 116 int _kt_set_action(KeyTab *kt, const char *action, KtKeyFn *fn, void *data); 119 * Lookup the function that implements a given action 145 const char *action; \/* The name of the action function that is triggered *\/ member in struct:__anon4208 [all...] |
| /onnv/onnv-gate/usr/src/cmd/ntfsprogs/ |
| ntfscluster.h | 30 enum action { enum 43 enum action action; /* What to do */ member in struct:options
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/ |
| ConfigureService.java | 82 Action action = null; local 107 action = new ActionEnable(); 109 action = new ActionDisable(); 111 action = new ActionReenable(); 113 action = new ActionQuery(); 116 return action.execute(); 120 * All functions are carried out through a specific action sub-classed 123 private interface Action { 125 * Execute the action [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
| schg_mgr.c | 129 log_msg(MM_SCHGMGR, "Executing action `%s'\n", astring); 132 log_warn("[Disk in %s] Action `%s' did not complete " 140 log_msg(MM_SCHGMGR, "Action `%s' executed " 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); 193 "%s to %s] Action `%s' did not complete " 202 "Action `%s' executed successfully\n", 214 const char *action = dm_prop_lookup(diskp->props, DISK_PROP_FRUACTION); local 216 if (action == NULL) [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/ |
| tranvar.c | 39 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 85 /* Handle "special" variable - read file, run command, do action, etc. 106 char *action, *action1; local 228 /* Use an action, given transpec's SID. 229 * Format: _action action */ 230 else if (StrEq(tok[0], "action")) { 256 * Do the action if it matches. 257 * Format: _chasetogi gi action */ 267 /* Follow link to element pointed to, then do action. 268 * Format: _followlink [attname] action. * 659 char action[10]; member in struct:__anon808 [all...] |
| /onnv/onnv-gate/usr/src/cmd/psradm/ |
| psradm.c | 92 psr_action_lookup(int action) 97 if (psr_action[i].p_op == action) { 112 psr_set_state(processorid_t cpu, int action, psr_action_t *pac, int mustexist) 131 if (old_state == P_FAULTED && action != P_FAULTED && !force) { 137 old_state = p_online(cpu, force ? action | P_FORCED : action); 148 if (old_state == action) { 189 do_range(processorid_t first, processorid_t last, int action, 198 if ((rv = psr_set_state(cpu, action, pac, 0)) > 0) 215 int action = 0 local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsmdb/ |
| smdb.c | 89 int action; local 101 action = F_SETLK; 103 action = F_SETLKW; 105 while ((i = fcntl(fd, action, &lfd)) < 0 && errno == EINTR)
|
| /onnv/onnv-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
| atapi_fsm.c | 82 * 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) {
|
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| mmsp_yacc.y | 347 "action", ACTION, 896 %token TEXT UNACCEPTABLE ACTION ADD CHANGE 1641 action : ADD label [all...] |
| /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/ |
| ssnsetup.c | 95 uint16_t action = 0; local 103 err = smb__ssnsetup(ctx, NULL, NULL, &ntstatus, &action); 107 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action); 125 uint16_t action = 0; local 170 err = smb__ssnsetup(ctx, &lm_mbc, &nt_mbc, &ntstatus, &action); 174 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action); 194 uint16_t action = 0; local 245 err = smb__ssnsetup(ctx, &lm_mbc, &nt_mbc, &ntstatus, &action); 267 uint16_t action = 0; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/rmmount/ |
| rmmount.c | 72 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,
|